Skip to content

Commit

Permalink
Merge pull request #1 from circleco/add-rails-7-support
Browse files Browse the repository at this point in the history
Add Rails 7 support
  • Loading branch information
silva96 authored Jun 5, 2024
2 parents c112fab + 82423fd commit a856a7f
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:
sidekiq_job_controller (0.1.0)
activejob (>= 6.0)
activejob (>= 6.0, < 7.2)
sidekiq (>= 6.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion sidekiq_job_controller.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|

# Gem dependencies
spec.add_runtime_dependency "sidekiq", ">= 6.0"
spec.add_runtime_dependency "activejob", ">= 6.0"
spec.add_runtime_dependency "activejob", ">= 6.0", "< 7.2"

# Development dependencies
spec.add_development_dependency "rspec"
Expand Down

0 comments on commit a856a7f

Please sign in to comment.