Skip to content

Commit

Permalink
Gemfile drop activerecord override for truffleruby
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed Nov 24, 2024
1 parent 07c7e22 commit e12f78d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ group(:test) do
gem('webrick')
gem('api_hammer')
activerecord_version =
RUBY_ENGINE == 'truffleruby' ? '>= 6' : # TODO rm why is truffleruby using 5.x without this?
RUBY_ENGINE == 'jruby' ? '< 7.1' : # TODO rm. some incompatibility with activerecord-jdbc-adapter at 7.1
nil
gem('activerecord', *activerecord_version)
Expand Down

0 comments on commit e12f78d

Please sign in to comment.