Skip to content

Commit

Permalink
Merge pull request #690 from amatsuda/bundle_racc
Browse files Browse the repository at this point in the history
Explicitly bundle racc gem for Ruby 3.3+
  • Loading branch information
radar committed Mar 29, 2024
2 parents 74258ad + bef6c30 commit 7842cab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -7,3 +7,4 @@ gem 'test_declarative', '0.0.6'
gem 'rake', '~> 13'
gem 'minitest', '~> 5.14'
gem 'json'
gem 'racc'
1 change: 1 addition & 0 deletions gemfiles/Gemfile.rails-6.0.x
Expand Up @@ -7,6 +7,7 @@ gem 'mocha', '~> 2.1.0'
gem 'test_declarative', '0.0.6'
gem 'rake'
gem 'minitest', '~> 5.14'
gem 'racc'

platforms :mri do
gem 'oj'
Expand Down
1 change: 1 addition & 0 deletions gemfiles/Gemfile.rails-6.1.x
Expand Up @@ -7,6 +7,7 @@ gem 'mocha', '~> 2.1.0'
gem 'test_declarative', '0.0.6'
gem 'rake'
gem 'minitest', '~> 5.14'
gem 'racc'

platforms :mri do
gem 'oj'
Expand Down
1 change: 1 addition & 0 deletions gemfiles/Gemfile.rails-7.0.x
Expand Up @@ -7,6 +7,7 @@ gem 'mocha', '~> 2.1.0'
gem 'test_declarative', '0.0.6'
gem 'rake'
gem 'minitest', '~> 5.14'
gem 'racc'

platforms :mri do
gem 'oj'
Expand Down
1 change: 1 addition & 0 deletions gemfiles/Gemfile.rails-7.1.x
Expand Up @@ -7,6 +7,7 @@ gem 'mocha', '~> 2'
gem 'test_declarative', '0.0.6'
gem 'rake'
gem 'minitest', '~> 5.14'
gem 'racc'

platforms :mri do
gem 'oj'
Expand Down
1 change: 1 addition & 0 deletions gemfiles/Gemfile.rails-main
Expand Up @@ -7,6 +7,7 @@ gem 'mocha', '~> 2.1.0'
gem 'test_declarative', '0.0.6'
gem 'rake'
gem 'minitest', '~> 5.1'
gem 'racc'

platforms :mri do
gem 'oj'
Expand Down

0 comments on commit 7842cab

Please sign in to comment.