Skip to content

Commit

Permalink
Allow Rails 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kirbycool authored and Benjamin Brenner committed Sep 3, 2024
1 parent 0004c3f commit dc5137f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpush.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'net-http-persistent'
s.add_runtime_dependency 'net-http2', '~> 0.18', '>= 0.18.3'
s.add_runtime_dependency 'jwt', '>= 1.5.6'
s.add_runtime_dependency 'activesupport', '>= 5.2', '< 7.1.0'
s.add_runtime_dependency 'activesupport', '>= 5.1'
s.add_runtime_dependency 'thor', ['>= 0.18.1', '< 2.0']
s.add_runtime_dependency 'railties'
s.add_runtime_dependency 'rainbow'
Expand Down

0 comments on commit dc5137f

Please sign in to comment.