Skip to content

Commit

Permalink
Add post_install_message warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Jun 6, 2022
1 parent f486193 commit 9892f0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wechat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec-rails', '~> 5.1'
s.add_development_dependency 'rspec-mocks', '= 3.10.2'
s.add_development_dependency 'sqlite3', '~> 1.4'

s.post_install_message = %Q(*****WECHAT BREAK CHANGE*****
Including correct version of `psych` after upgrade wechat, if not sure, using v3.3.2.
Ruby 3.1’s incompatible changes to its YAML module (Psych 4), detail see:
https://www.ctrl.blog/entry/ruby-psych4.html
*****************************)
end

0 comments on commit 9892f0d

Please sign in to comment.