Skip to content

Commit

Permalink
lets try using sqlite3 2.x for rails main to fix "can't activate sqli…
Browse files Browse the repository at this point in the history
…te3 (>= 2.0), already activated sqlite3-1.7" error
  • Loading branch information
manuelmeurer committed Sep 9, 2024
1 parent 61cfb3a commit 671031a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails_main_propshaft.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "rails", branch: "main", git: "https://github.com/rails/rails.git"
gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 2.0"
gem "propshaft"

group :development do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_main_sprockets.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "rails", branch: "main", git: "https://github.com/rails/rails.git"
gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 2.0"
gem "sprockets-rails"

group :development do
Expand Down

0 comments on commit 671031a

Please sign in to comment.