X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ce4fbc63eca460222ad76e2280d435a0f86325ae..c23f03d09b51be12a832b391e84bf3b2b072861c:/Gemfile diff --git a/Gemfile b/Gemfile index 8782fdfef..b0c930549 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "7.0.2.2" +gem "rails", "7.0.3" # Require json for multi_json gem "json" @@ -144,7 +144,7 @@ group :test do gem "erb_lint", :require => false gem "factory_bot_rails" gem "minitest", "~> 5.1" - gem "puma", "~> 5.3" + gem "puma", "~> 5.6" gem "rails-controller-testing" gem "rubocop" gem "rubocop-minitest"