Skip to content

Commit

Permalink
chore: update resque to 2.6.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
canikwe authored Jun 20, 2024
1 parent 6d7212f commit 997408b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
resque-prioritize (0.1.0)
resque (~> 2.0.0)
resque (~> 2.6.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion resque-prioritize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

# The supported resque version is 2.0, though it needs to be urgently updated due to security reasons.
spec.add_dependency 'resque', '~> 2.0.0'
spec.add_dependency 'resque', '~> 2.6.0'

spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rake', '~> 13.0.1'
Expand Down

0 comments on commit 997408b

Please sign in to comment.