Skip to content

Commit

Permalink
Merge pull request #1565 from dmitry-sinina/upgrade_pgq-processors_gems
Browse files Browse the repository at this point in the history
upgrade pgq-processors gems
  • Loading branch information
dmitry-sinina authored Sep 27, 2024
2 parents 6ed9dbc + 7ec0531 commit 23cda05
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.4
3.2.5
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -952,4 +952,4 @@ DEPENDENCIES
zip-zip

BUNDLED WITH
2.5.16
2.5.20
2 changes: 1 addition & 1 deletion pgq-processors/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
16 changes: 8 additions & 8 deletions pgq-processors/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ 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)
activesupport (>= 6.0)
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)
Expand Down Expand Up @@ -117,7 +117,7 @@ PLATFORMS
ruby

DEPENDENCIES
activemodel (~> 6.1.4.4)
activemodel (~> 6.1.7.1)
activeresource
activeresource-persistent
bundler
Expand All @@ -136,4 +136,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.1.4
2.5.20

0 comments on commit 23cda05

Please sign in to comment.