Skip to content

Commit

Permalink
Merge pull request #199 from mvz/dependabot/bundler/sqlite3-tw-2.0
Browse files Browse the repository at this point in the history
Update sqlite3 requirement from ~> 1.4 to ~> 2.0
  • Loading branch information
mvz authored Aug 30, 2024
2 parents 1d697ae + 3983fdb commit 0459d88
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 @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 7.2.1"
# Use sqlite3 as the database for Active Record
gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 2.0"
# Use Puma as the app server
gem "puma", "~> 6.0"

Expand Down

0 comments on commit 0459d88

Please sign in to comment.