Skip to content

Commit

Permalink
Fix sqlite requirement for Rails next
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Nov 9, 2024
1 parent 4af899e commit 5a32aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/sqlite3/master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :test do
end

platforms :ruby, :mswin, :mingw do
gem "sqlite3", "~> 1.4"
gem "sqlite3", ">= 2.1"
end

gem "rspec", ">= 2.11"
Expand Down

0 comments on commit 5a32aa8

Please sign in to comment.