diff --git a/Gemfile b/Gemfile index 955957c4c1..2987eb36f3 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'omniauth-google-oauth2', '~> 1.1.1' gem 'omniauth-rails_csrf_protection', '~> 1.0' gem 'pagy', '~> 9.0' gem 'pg', '~> 1.5' -gem 'propshaft', '~> 0.9' +gem 'propshaft', '~> 1.1' gem 'public_activity', '~> 3.0' gem 'puma', '~> 6.5' gem 'rack-attack', '~> 6.7' diff --git a/Gemfile.lock b/Gemfile.lock index c321aa64c0..772343cb96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -234,7 +234,7 @@ GEM inline_svg (1.9.0) activesupport (>= 3.0) nokogiri (>= 1.6) - io-console (0.7.2) + io-console (0.8.0) irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -288,12 +288,12 @@ GEM mime-types-data (3.2024.0806) mini_mime (1.1.5) mini_portile2 (2.8.8) - minitest (5.25.1) + minitest (5.25.4) msgpack (1.7.2) multi_json (1.15.0) multi_xml (0.7.1) bigdecimal (~> 3.1) - mutex_m (0.2.0) + mutex_m (0.3.0) net-http (0.4.1) uri net-imap (0.4.14) @@ -308,7 +308,7 @@ GEM netrc (0.11.0) newrelic_rpm (9.16.0) nio4r (2.7.3) - nokogiri (1.16.8) + nokogiri (1.17.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) noticed (1.6.3) @@ -351,12 +351,13 @@ GEM ast (~> 2.4.1) racc pg (1.5.7) - propshaft (0.9.1) + propshaft (1.1.0) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack railties (>= 7.0.0) - psych (5.2.0) + psych (5.2.1) + date stringio public_activity (3.0.1) actionpack (>= 6.1.0) @@ -380,7 +381,7 @@ GEM rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) - rackup (2.2.0) + rackup (2.2.1) rack (>= 3) rails (7.1.3.4) actioncable (= 7.1.3.4) @@ -416,7 +417,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.7.0) + rdoc (6.8.1) psych (>= 4.0.0) redcarpet (3.6.0) redis (5.3.0) @@ -424,7 +425,7 @@ GEM redis-client (0.22.2) connection_pool regexp_parser (2.9.2) - reline (0.5.11) + reline (0.5.12) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) @@ -630,7 +631,7 @@ DEPENDENCIES pagy (~> 9.0) parallel_tests (~> 4.7) pg (~> 1.5) - propshaft (~> 0.9) + propshaft (~> 1.1) public_activity (~> 3.0) puma (~> 6.5) rack-attack (~> 6.7)