diff --git a/Gemfile b/Gemfile index f97887f..748cce7 100644 --- a/Gemfile +++ b/Gemfile @@ -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"