diff --git a/Gemfile b/Gemfile index 3c3565e0..f3cbe64b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.0.0' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 6.1.3.2' +gem 'rails', '~> 7.0.0.0' # Use Puma as the app server gem 'puma', '~> 4.3.11' @@ -99,7 +99,7 @@ group :development do # gem 'pronto-scss', require: false # if you need to run webrick server for development # rails server -u webrick - gem "webrick" + gem "webrick", ">= 1.8.2" gem 'foreman' end