Skip to content

Commit

Permalink
Update resque gem
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed Dec 26, 2023
1 parent 3ee0948 commit 9e6f18b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'devise-pwned_password'
gem 'devise_uid'
gem 'pg', '1.1.4'
gem "recaptcha"
gem 'resque', '2.0.0'
gem 'resque', '2.6.0'
gem 'resque-scheduler', '4.10.2'
gem 'resque_mailer', '2.4.3'

Expand Down
7 changes: 2 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -422,12 +422,11 @@ GEM
responders (3.1.0)
actionpack (>= 5.2)
railties (>= 5.2)
resque (2.0.0)
resque (2.6.0)
mono_logger (~> 1.0)
multi_json (~> 1.0)
redis-namespace (~> 1.6)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
resque-scheduler (4.10.2)
mono_logger (~> 1.0)
redis (>= 3.3)
Expand Down Expand Up @@ -586,8 +585,6 @@ GEM
unf_ext (0.0.8.2)
unicode-display_width (2.5.0)
uniform_notifier (1.16.0)
vegas (0.1.11)
rack (>= 1.0.0)
warden (1.2.9)
rack (>= 2.0.9)
webpacker (5.4.4)
Expand Down Expand Up @@ -665,7 +662,7 @@ DEPENDENCIES
rails_12factor (= 0.0.3)
react_on_rails (= 12.0.1)
recaptcha
resque (= 2.0.0)
resque (= 2.6.0)
resque-scheduler (= 4.10.2)
resque_mailer (= 2.4.3)
rspec-collection_matchers (~> 1.1.3)
Expand Down

0 comments on commit 9e6f18b

Please sign in to comment.