Skip to content

Commit 20a74dc

Browse files
committed
Relax sqlite3 version constraint
1 parent c62370c commit 20a74dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Appraisals

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ end
1212

1313
appraise 'rails-7.1' do
1414
gem 'rails', '~> 7.1.0'
15-
gem 'sqlite3', '~> 1.7' # FIXME: remove after rails/rails#51592
1615
end
1716

1817
appraise 'rails-7.2' do

gemfiles/rails_7.1.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem "shotgun"
1818
gem "simplecov"
1919
gem "simplecov-lcov"
2020
gem "sinatra"
21-
gem "sqlite3", "~> 1.7"
21+
gem "sqlite3"
2222
gem "webrick"
2323
gem "rails", "~> 7.1.0"
2424

0 commit comments

Comments
 (0)