We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e05e3 commit c2b941dCopy full SHA for c2b941d
1 file changed
spec/flipper/adapters/active_record_spec.rb
@@ -216,7 +216,7 @@
216
217
context 'with read/write roles' do
218
# Skip for older Rails versions that don't support connected_to with roles
219
- next unless ActiveRecord::Base.respond_to?(:connected_to) && ActiveRecord.version >= Gem::Version.new('6.1')
+ next unless ActiveRecord::Base.respond_to?(:connected_to) && ActiveRecord.version >= Gem::Version.new('7.1')
220
221
# Skip for SQLite as it doesn't handle role-based connections well with :memory: databases
222
next if config["adapter"] == "sqlite3"
0 commit comments