Skip to content

Commit

Permalink
for jruby, pin racc version in rails unit tests
Browse files Browse the repository at this point in the history
( racc 1.6.0 bugged on jruby)
  • Loading branch information
tannalynn committed Oct 19, 2021
1 parent 378a510 commit c2bb9b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/environments/rails42/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ platforms :jruby do
gem "activerecord-jdbcmysql-adapter", "~>1.3.0"
gem "activerecord-jdbcsqlite3-adapter", "~>1.3.0"
gem "jruby-openssl"
gem 'racc', '<= 1.5.2'
end

platforms :ruby, :rbx do
Expand Down
1 change: 1 addition & 0 deletions test/environments/rails51/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ platforms :jruby do
gem "activerecord-jdbcmysql-adapter", "~> 51.0"
gem "activerecord-jdbcsqlite3-adapter", "~> 51.0"
gem "jruby-openssl"
gem 'racc', '<= 1.5.2'
end

platforms :ruby, :rbx do
Expand Down

0 comments on commit c2bb9b7

Please sign in to comment.