Skip to content

Commit 042537b

Browse files
authored
Constrain sqlite3 gem for Rails (#344)
Constrain sqlite gem for Rails
1 parent 2cc9a55 commit 042537b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile

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
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.15", require: false

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ DEPENDENCIES
299299
rubocop-sorbet (~> 0.8)
300300
ruby-lsp-rails!
301301
sorbet-static-and-runtime
302-
sqlite3
302+
sqlite3 (< 2)
303303
tapioca (~> 0.13)
304304
webmock
305305

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)