Skip to content

Commit

Permalink
Remove sqlite3 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 00c3e03 commit e001f18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ end
appraise "rails_7_1" do
version = "~> 7.1.0"
gem "activesupport", version
gem "sqlite3", ">= 1.4"
end

appraise "rails_7_2" do
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
source "https://rubygems.org"

gem "activesupport", "~> 7.1.0"
gem "sqlite3", ">= 1.4"

gemspec path: "../"

0 comments on commit e001f18

Please sign in to comment.