Skip to content

Commit

Permalink
Update sqlite3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Aug 13, 2024
1 parent c34be3f commit b6342db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ appraise 'rails-7.1' do
end

appraise 'rails-7.2' do
gem 'rails', '~> 7.2.0.beta2'
gem 'rails', '~> 7.2.0'
end

appraise 'rails-edge' do
gem 'rails', git: 'https://github.com/rails/rails.git', branch: 'main'
gem 'sqlite3'
end
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ gem 'shotgun'
gem 'simplecov'
gem 'simplecov-lcov'
gem 'sinatra'
gem 'sqlite3', '~> 1.7' # FIXME: remove after rails/rails#51592
gem 'sqlite3'
gem 'webrick'
4 changes: 2 additions & 2 deletions gemfiles/rails_7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ gem "shotgun"
gem "simplecov"
gem "simplecov-lcov"
gem "sinatra"
gem "sqlite3", "~> 1.7"
gem "sqlite3"
gem "webrick"
gem "rails", "~> 7.2.0.beta2"
gem "rails", "~> 7.2.0"

gemspec path: "../"

0 comments on commit b6342db

Please sign in to comment.