Skip to content

Commit

Permalink
Temporarily force Rails 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminoakes committed Nov 7, 2023
1 parent 55ca6cb commit fe9ffa5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ PATH
remote: .
specs:
super_spreader (0.1.0.beta2)
activejob (>= 6.1, < 8.0)
activemodel (>= 6.1, < 8.0)
activerecord (>= 6.1, < 8.0)
activesupport (>= 6.1, < 8.0)
activejob (>= 6.1, < 7.0)
activemodel (>= 6.1, < 7.0)
activerecord (>= 6.1, < 7.0)
activesupport (>= 6.1, < 7.0)
redis (>= 4.8, < 6.0)

GEM
Expand Down
8 changes: 4 additions & 4 deletions super_spreader.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Gem::Specification.new do |spec|
spec.executables = []
spec.require_paths = ["lib"]

spec.add_dependency "activejob", ">= 6.1", "< 8.0"
spec.add_dependency "activemodel", ">= 6.1", "< 8.0"
spec.add_dependency "activerecord", ">= 6.1", "< 8.0"
spec.add_dependency "activesupport", ">= 6.1", "< 8.0"
spec.add_dependency "activejob", ">= 6.1", "< 7.0"
spec.add_dependency "activemodel", ">= 6.1", "< 7.0"
spec.add_dependency "activerecord", ">= 6.1", "< 7.0"
spec.add_dependency "activesupport", ">= 6.1", "< 7.0"
spec.add_dependency "redis", ">= 4.8", "< 6.0"
spec.add_development_dependency "bundler"
spec.add_development_dependency "factory_bot"
Expand Down

0 comments on commit fe9ffa5

Please sign in to comment.