X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1f8df781be6788a43e0a76a9874366930473f64c..dd676f2257f442d427e0bce4c2984fb5e3488f62:/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"