Skip to content

Commit

Permalink
Relax sqlite3 version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Aug 23, 2024
1 parent c62370c commit 20a74dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ end

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

appraise 'rails-7.2' do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem "shotgun"
gem "simplecov"
gem "simplecov-lcov"
gem "sinatra"
gem "sqlite3", "~> 1.7"
gem "sqlite3"
gem "webrick"
gem "rails", "~> 7.1.0"

Expand Down

0 comments on commit 20a74dc

Please sign in to comment.