Skip to content

Commit

Permalink
Merge pull request #7597 from koic/workaround_for_broke_ci_with_parse…
Browse files Browse the repository at this point in the history
…r_2_7_0

Fix an error when using Parser 2.7.0.0
  • Loading branch information
koic committed Dec 27, 2019
2 parents a7dcd1c + a960b74 commit f986523
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ source 'https://rubygems.org'
gemspec

gem 'bump', require: false
# Workaround for Parser 2.7.0.0.
# It specifies the upper version until Parser 2.7.0.1 release.
gem 'parser', '>= 2.6', '< 2.7'
gem 'pry'
gem 'rake', '~> 12.0'
gem 'rspec', '~> 3.7'
Expand Down

0 comments on commit f986523

Please sign in to comment.