Skip to content

Commit 8b75e23

Browse files
committed
Remove outdated sqlite3 upper bound from Gemfile
Rails main now requires sqlite3 2.0.0 or later. Reference: https://github.com/rails/rails/blob/36b030d3e30c94f662800c9c69cd7cf504ed3639/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb#L14
1 parent f1eb014 commit 8b75e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemfiles/Gemfile-rails-main

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
77
gemspec path: ".."
88

99
gem "puma"
10-
gem "sqlite3", "< 2"
10+
gem "sqlite3"
1111
gem "debug", ">= 1.7.0"
1212
gem "mocha"
1313
gem "rubocop-shopify", "~> 2.14", require: false

0 commit comments

Comments
 (0)