Skip to content

Commit

Permalink
Remove sqlite3 version from rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ltickett authored Aug 13, 2024
1 parent 2bb87f6 commit 5129a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end
appraise "rails_7_1" do
version = "~> 7.1.0"
gem "activesupport", version
gem "sqlite3", ">= 1.4", force_ruby_platform: true
gem "sqlite3", force_ruby_platform: true
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 @@ -3,6 +3,6 @@
source "https://rubygems.org"

gem "activesupport", "~> 7.1.0"
gem "sqlite3", ">= 1.4", force_ruby_platform: true
gem "sqlite3", force_ruby_platform: true

gemspec path: "../"

0 comments on commit 5129a89

Please sign in to comment.