From e12f78d7c040e30d651efc5ee248d07deac473a0 Mon Sep 17 00:00:00 2001 From: Ethan Date: Sat, 23 Nov 2024 22:52:37 -0800 Subject: [PATCH] Gemfile drop activerecord override for truffleruby --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index bc5a5b95..ca02db4b 100644 --- a/Gemfile +++ b/Gemfile @@ -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)