diff --git a/.ruby-version b/.ruby-version index 351227fca..5ae69bd5f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.4 +3.2.5 diff --git a/Gemfile.lock b/Gemfile.lock index 0358fe090..7067685be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -228,7 +228,7 @@ GEM bundler-audit (0.9.1) bundler (>= 1.2.0, < 3) thor (~> 1.0) - byebug (10.0.2) + byebug (11.1.3) capybara (3.33.0) addressable mini_mime (>= 0.1.3) @@ -434,7 +434,7 @@ GEM mini_racer (0.6.3) libv8-node (~> 16.10.0.0) minitest (5.18.1) - msgpack (1.4.2) + msgpack (1.7.2) multi_xml (0.6.0) mustache (1.1.1) net-imap (0.3.6) @@ -809,7 +809,7 @@ GEM strscan (3.1.0) syslog-logger (1.6.8) text (1.3.1) - thin (1.7.2) + thin (1.8.2) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) @@ -821,7 +821,7 @@ GEM concurrent-ruby (~> 1.0) uglifier (4.1.8) execjs (>= 0.3.0, < 3) - unicode (0.4.4.4) + unicode (0.4.4.5) unicode-display_width (2.4.2) uniform_notifier (1.16.0) validates_timeliness (7.0.0.beta2) @@ -952,4 +952,4 @@ DEPENDENCIES zip-zip BUNDLED WITH - 2.5.16 + 2.5.20 diff --git a/pgq-processors/Gemfile b/pgq-processors/Gemfile index 7a0661162..9bf3e8f0d 100644 --- a/pgq-processors/Gemfile +++ b/pgq-processors/Gemfile @@ -2,7 +2,7 @@ source 'http://rubygems.org' -gem 'activemodel', '~> 6.1.4.4' +gem 'activemodel', '~> 6.1.7.1' gem 'activeresource' gem 'activeresource-persistent', require: 'active_resource/persistent' gem 'bundler' diff --git a/pgq-processors/Gemfile.lock b/pgq-processors/Gemfile.lock index b176717e4..c5b28f49b 100644 --- a/pgq-processors/Gemfile.lock +++ b/pgq-processors/Gemfile.lock @@ -9,15 +9,15 @@ PATH GEM remote: http://rubygems.org/ specs: - activemodel (6.1.4.4) - activesupport (= 6.1.4.4) + activemodel (6.1.7.8) + activesupport (= 6.1.7.8) activemodel-serializers-xml (1.0.2) activemodel (> 5.x) activesupport (> 5.x) builder (~> 3.1) - activerecord (6.1.4.4) - activemodel (= 6.1.4.4) - activesupport (= 6.1.4.4) + activerecord (6.1.7.8) + activemodel (= 6.1.7.8) + activesupport (= 6.1.7.8) activeresource (6.0.0) activemodel (>= 6.0) activemodel-serializers-xml (~> 1.0) @@ -25,7 +25,7 @@ GEM activeresource-persistent (0.2.0) activeresource (>= 2.3.0) net-http-persistent (>= 2.5) - activesupport (6.1.4.4) + activesupport (6.1.7.8) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -117,7 +117,7 @@ PLATFORMS ruby DEPENDENCIES - activemodel (~> 6.1.4.4) + activemodel (~> 6.1.7.1) activeresource activeresource-persistent bundler @@ -136,4 +136,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.1.4 + 2.5.20