Skip to content

Commit

Permalink
sqlite3 2.0 doesn't work on rails 7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
botandrose-machine committed Aug 27, 2024
1 parent 3ea98a6 commit 5532100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
appraise "rails-7.0" do
gem "rails", "~>7.0.0"
gem "sqlite3", "~>1.0"
end

appraise "rails-7.1" do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
source "https://rubygems.org"

gem "rails", "~>7.0.0"
gem "sqlite3", "~>1.0"

gemspec path: "../"

0 comments on commit 5532100

Please sign in to comment.