Skip to content

Commit

Permalink
Relax sqlite dependency upwards
Browse files Browse the repository at this point in the history
  • Loading branch information
mikker committed Sep 5, 2024
1 parent 435f3df commit b628a3c
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 @@ -5,7 +5,7 @@ gemspec
gem "erb-formatter"
gem "pry"
gem "puma"
gem "sqlite3", "~> 1"
gem "sqlite3", "=> 1"
gem "yard"

group :test do
Expand Down

0 comments on commit b628a3c

Please sign in to comment.