Skip to content

Commit

Permalink
fix for sqlite3 jumping to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbennett committed Jul 4, 2024
1 parent e6e5a8e commit d2faaf4
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 @@ -9,7 +9,7 @@ platforms :jruby do
end

platforms :ruby do
gem "sqlite3"
gem "sqlite3", '~> 1.4'
end

platform :mri do
Expand Down

0 comments on commit d2faaf4

Please sign in to comment.