Skip to content

Commit f1325c9

Browse files
committed
Constrain sqlite gem for Rails main Gemfile
1 parent fbb9176 commit f1325c9

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"
10+
gem "sqlite3", "< 2"
1111
gem "debug", ">= 1.7.0"
1212
gem "mocha"
1313
gem "rubocop-shopify", "~> 2.14", require: false

0 commit comments

Comments
 (0)