Skip to content

Commit

Permalink
upgrade judoscale
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Feb 8, 2024
1 parent d125bb1 commit 720438e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ group :production do

# Autoscaling
unless ENV.key?('NO_JUDOSCALE') || ENV.key?('NO_RAILS_AUTOSCALE')
gem 'judoscale-rails'
gem 'judoscale-sidekiq'
gem 'judoscale-rails', '~> 1.5.4'
gem 'judoscale-sidekiq', '~> 1.5.4'
end
end

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,12 @@ GEM
jsonapi-renderer (0.2.2)
jsonapi-serializable (0.3.1)
jsonapi-renderer (~> 0.2.0)
judoscale-rails (1.5.3)
judoscale-ruby (= 1.5.3)
judoscale-rails (1.5.4)
judoscale-ruby (= 1.5.4)
railties
judoscale-ruby (1.5.3)
judoscale-sidekiq (1.5.3)
judoscale-ruby (= 1.5.3)
judoscale-ruby (1.5.4)
judoscale-sidekiq (1.5.4)
judoscale-ruby (= 1.5.4)
sidekiq (>= 5.0)
jwt (2.3.0)
kaminari (1.2.2)
Expand Down Expand Up @@ -530,8 +530,8 @@ DEPENDENCIES
httparty (~> 0.21.0)
json (~> 2.3.0)
jsonapi-rails (= 0.4.0)
judoscale-rails
judoscale-sidekiq
judoscale-rails (~> 1.5.4)
judoscale-sidekiq (~> 1.5.4)
jwt
kaminari (~> 1.2.0)
listen (>= 3.8.0)
Expand Down

0 comments on commit 720438e

Please sign in to comment.