Skip to content

Commit c8ec428

Browse files
committed
test: fix rails integration tests on JRuby 9.4 (CRuby 3.1)
1 parent 505d8a6 commit c8ec428

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • integration/rails7_test/src/main/ruby

integration/rails7_test/src/main/ruby/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ source 'https://rubygems.org'
22

33
gem 'rails', '~> 7.2.0'
44
gem 'rack', '~> 2.2.0'
5+
gem 'i18n', '!= 1.15.0' if RUBY_VERSION.to_f < 3.2
56

67
platform :jruby do
78
gem 'activerecord-jdbcsqlite3-adapter', '~> 72.1'

0 commit comments

Comments
 (0)