Skip to content

Commit

Permalink
Lock sqlite3 to ~> 1.4 to fix build + bundle activation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zenspider committed Nov 27, 2024
1 parent 80947c0 commit 3e5d07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ gemspec
gem "irb"
gem "rails", "~> 7.0.0"
gem "rake"
gem "sqlite3"
gem "sqlite3", "~> 1.4"
2 changes: 1 addition & 1 deletion gemfiles/rails-7.0.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "http://rubygems.org"
gem "minitest-rails", path: "../"
gem "rails", "~> 7.0.0"
gem "rake"
gem "sqlite3"
gem "sqlite3", "~> 1.4"

gem "minitest-autotest", "~> 1.1"
gem "minitest-focus", "~> 1.3"
Expand Down

0 comments on commit 3e5d07e

Please sign in to comment.