diff --git a/Gemfile b/Gemfile index 063775c9..091df521 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby '>= 3.1', '< 3.4' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 7.1.3' # Use postgresql as the database for Active Record -gem 'pg', '~> 1.5.6' +gem 'pg', '~> 1.5.9' # Use SCSS for stylesheets gem 'sass-rails' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index 2e669167..58bdb73c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,10 +76,10 @@ GEM mutex_m tzinfo (~> 2.0) base64 (0.2.0) - bigdecimal (3.1.8) - bootsnap (1.18.3) + bigdecimal (3.1.9) + bootsnap (1.18.4) msgpack (~> 1.2) - builder (3.2.4) + builder (3.3.0) coffee-rails (5.0.0) coffee-script (>= 2.2.0) railties (>= 5.2.0) @@ -87,23 +87,23 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) date (3.3.4) drb (2.2.1) - erubi (1.12.0) - execjs (2.8.1) + erubi (1.13.1) + execjs (2.10.0) ffi (1.16.3) globalid (1.2.1) activesupport (>= 6.1) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) io-console (0.7.2) irb (1.13.1) rdoc (>= 4.0.0) reline (>= 0.4.2) - jbuilder (2.12.0) + jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) jquery-rails (4.6.0) @@ -113,7 +113,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.22.0) + loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -123,10 +123,10 @@ GEM net-smtp marcel (1.0.4) mini_mime (1.1.5) - mini_portile2 (2.8.6) - minitest (5.23.0) - msgpack (1.7.2) - mutex_m (0.2.0) + mini_portile2 (2.8.8) + minitest (5.25.4) + msgpack (1.7.5) + mutex_m (0.3.0) net-imap (0.4.11) date net-protocol @@ -136,18 +136,18 @@ GEM timeout net-smtp (0.5.0) net-protocol - nio4r (2.7.3) - nokogiri (1.16.5) + nio4r (2.7.4) + nokogiri (1.18.1) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.18.1-x86_64-linux-gnu) racc (~> 1.4) - pg (1.5.6) + pg (1.5.9) psych (5.1.2) stringio - puma (6.4.2) + puma (6.5.0) nio4r (~> 2.0) - racc (1.7.3) + racc (1.8.1) rack (3.0.11) rack-session (2.0.0) rack (>= 3.0.0) @@ -174,9 +174,9 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) - nokogiri (~> 1.14) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) railties (7.1.3.2) actionpack (= 7.1.3.2) activesupport (= 7.1.3.2) @@ -222,7 +222,7 @@ GEM turbolinks-source (5.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - uglifier (4.2.0) + uglifier (4.2.1) execjs (>= 0.3.0, < 3) webrick (1.8.1) websocket-driver (0.7.6) @@ -240,7 +240,7 @@ DEPENDENCIES jbuilder jquery-rails listen - pg (~> 1.5.6) + pg (~> 1.5.9) puma rails (~> 7.1.3) sass-rails