Skip to content

Commit

Permalink
Bump ripper ruby parser for 2.5 support
Browse files Browse the repository at this point in the history
Fixes an issue parsing our ruby code on the now released ruby 2.5.0:
mvz/ripper_ruby_parser#35

According to the changelog below and basic sanity tests the changes
should not break ruby 2.3 or 2.4:
https://github.com/mvz/ripper_ruby_parser/blob/master/CHANGELOG.md#120--2018-01-12
  • Loading branch information
jrafanie committed Jan 12, 2018
1 parent d9b5cb5 commit 960f3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gem "rails", "~>5.0.2"
gem "rails-i18n", "~>5.x"
gem "rake", ">=11.0", :require => false
gem "rest-client", "~>2.0.0", :require => false
gem "ripper_ruby_parser", "~>1.1.2", :require => false
gem "ripper_ruby_parser", "~>1.2.0", :require => false
gem "ruby-progressbar", "~>1.7.0", :require => false
gem "rubyzip", "~>1.2.1", :require => false
gem "rugged", "~>0.25.0", :require => false
Expand Down

0 comments on commit 960f3bc

Please sign in to comment.