Skip to content

Commit

Permalink
Remove outdated sqlite3 upper bound from Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Aug 16, 2024
1 parent f1eb014 commit 8b75e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails-main
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec path: ".."

gem "puma"
gem "sqlite3", "< 2"
gem "sqlite3"
gem "debug", ">= 1.7.0"
gem "mocha"
gem "rubocop-shopify", "~> 2.14", require: false
Expand Down

0 comments on commit 8b75e23

Please sign in to comment.