Skip to content

Commit

Permalink
Merge pull request #13 from IkumaTadokoro/change-parser-version
Browse files Browse the repository at this point in the history
Ruby2.7.1に合わせ、parserのバージョンを指定
  • Loading branch information
IkumaTadokoro committed Dec 28, 2020
2 parents 2a9e9b8 + 609f003 commit a3bb952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -58,3 +58,4 @@ end
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

gem 'carrierwave'
gem 'parser', '< 2.7.2.0'
3 changes: 2 additions & 1 deletion Gemfile.lock
Expand Up @@ -114,7 +114,7 @@ GEM
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
parallel (1.20.0)
parser (2.7.2.0)
parser (2.7.1.5)
ast (~> 2.4.1)
public_suffix (4.0.6)
puma (4.3.6)
Expand Down Expand Up @@ -246,6 +246,7 @@ DEPENDENCIES
carrierwave
jbuilder (~> 2.7)
listen (~> 3.2)
parser (< 2.7.2.0)
puma (~> 4.1)
rails (~> 6.0.3, >= 6.0.3.4)
rubocop-fjord
Expand Down

0 comments on commit a3bb952

Please sign in to comment.