Skip to content

Commit

Permalink
set sqlite3 version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmolnar committed Jul 10, 2024
1 parent 7393237 commit 7154a85
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 @@ -15,7 +15,7 @@ rails_version = case rails
end

gem 'faker'
gem 'sqlite3'
gem 'sqlite3', '~> 2.0.0'
gem 'pg'
gem 'pry'
gem 'byebug'
Expand Down

0 comments on commit 7154a85

Please sign in to comment.