]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
rerun script/misc/update-wiki-pages
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 02e5e309f791175753493011d21ed8aed5c88f71..9f4f745ff77b0840706f6fa6ea9d46195550ee7f 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
 source "https://rubygems.org"
 
 # Require rails
-gem "rails", "7.0.2.3"
+gem "rails", "7.0.3.1"
 
 # Require json for multi_json
 gem "json"
@@ -40,8 +40,8 @@ gem "argon2"
 gem "actionpack-page_caching", ">= 1.2.0"
 gem "activerecord-import"
 gem "active_record_union"
-gem "bootstrap", "~> 4.5.0"
-gem "bootstrap_form", "~> 4.0"
+gem "bootstrap", "~> 5.1.0"
+gem "bootstrap_form", "~> 5.0"
 gem "cancancan"
 gem "composite_primary_keys", "~> 14.0.0"
 gem "config"
@@ -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"