Skip to content

Commit 5515352

Browse files
committed
Remove unnecessary JRuby-specific activerecord version constraint.
* Allow `activerecord-jdbcsqlite3-adapter` to constrain the `activerecord` version.
1 parent c339bb9 commit 5515352

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ gem 'sqlite3', '~> 1.0', platforms: [:mri, :truffleruby]
99
platform :jruby do
1010
gem 'jruby-openssl', '~> 0.7'
1111
gem 'activerecord-jdbcsqlite3-adapter', '~> 71.0'
12-
gem 'activerecord', '< 7.1.0'
1312
end
1413

1514
group :development do

0 commit comments

Comments
 (0)