Skip to content

Commit

Permalink
upgrade rails supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
DumasOlivier committed Jan 7, 2022
1 parent a42e304 commit 2c5a944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis_web_manager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'simplecov', '~> 0.16'

spec.add_dependency 'pagy', '~> 3.8'
spec.add_dependency 'rails', '>= 5.2', '< 7'
spec.add_dependency 'rails', '>= 5.2', '< 7.0.1'
spec.add_dependency 'redis', '>= 4.1.0', '< 5'
end

0 comments on commit 2c5a944

Please sign in to comment.