Skip to content

Commit

Permalink
gemspec: remove <7.1. restriction to simplify upgrades
Browse files Browse the repository at this point in the history
Ref #4
  • Loading branch information
palkan committed Oct 17, 2023
1 parent a381396 commit 6eb003e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action-cable-redis-backport.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "action-cable-redis-backport"
s.version = "1.0.2"
s.version = "1.0.3"
s.authors = ["Vladimir Dementyev"]
s.email = ["[email protected]"]
s.homepage = "http://github.com/palkan/action-cable-redis-backport"
Expand All @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
if ENV["CI"] == "true"
s.add_dependency "actioncable", ">= 5.0"
else
s.add_dependency "actioncable", ">= 5.0", "< 7.1"
s.add_dependency "actioncable", ">= 5.0"

This comment has been minimized.

Copy link
@marcoroth

marcoroth Oct 17, 2023

Contributor

I guess you can now also remove the conditional 🙈

This comment has been minimized.

Copy link
@palkan

palkan Oct 17, 2023

Author Member

Ah, nvm; I don't expect releasing this gem ever again))

This comment has been minimized.

Copy link
@marcoroth

marcoroth Oct 17, 2023

Contributor

That's why I didn't put up a pull request for it haha 😅

end

s.add_development_dependency "bundler", ">= 1.15"
Expand Down

0 comments on commit 6eb003e

Please sign in to comment.