Skip to content

Commit fb93acb

Browse files
authored
Merge pull request #347 from active-hash/remove-sqlite-testing-constraint
2 parents 6567638 + 6166b0d commit fb93acb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ platforms :jruby do
1212
end
1313

1414
platforms :ruby do
15-
gem 'sqlite3', '~> 1.4', '< 2.0' # can allow 2.0 once Rails's sqlite adapter allows it
15+
gem 'sqlite3', '~> 1.4'
1616
end
1717

1818
gem 'activerecord', '>= 6.1.0'

0 commit comments

Comments
 (0)