Skip to content

Commit

Permalink
Restrict SQLite to ~> 1.4
Browse files Browse the repository at this point in the history
SQLite 2.0 has been released, and breaks all Solidus extensions.
Restrict to 1.4 to prevent errors.
  • Loading branch information
mamhoff committed May 7, 2024
1 parent 303bd46 commit 911ace8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem "alchemy-devise", github: "AlchemyCMS/alchemy-devise", branch: "main"
# Specify your gem's dependencies in alchemy-solidus.gemspec
gemspec

gem "sqlite3"
gem "sqlite3", "~> 1.4"
gem "pry-rails"
gem "sprockets", "~> 4.0"
gem "jsbundling-rails", "~> 1.1"
Expand Down

0 comments on commit 911ace8

Please sign in to comment.