Skip to content

Commit

Permalink
Update ruby_version requirement to allow ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot authored and jeremy committed Sep 16, 2020
1 parent 30526eb commit c31e63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis-namespace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.files += Dir.glob("test/**/*")
s.files += Dir.glob("spec/**/*")

s.required_ruby_version = '~> 2.4'
s.required_ruby_version = '>= 2.4'

s.add_dependency "redis", ">= 3.0.4"

Expand Down

5 comments on commit c31e63d

@kbaum
Copy link

@kbaum kbaum commented on c31e63d Dec 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get a version bump for this change since ruby 3 is now released?

@ritikesh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jeremy / @byroot / @rafaelfranca - can we pls get an official release with ruby 3.0 support? TIA.

@rromanchuk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jeremy @byroot @rafaelfranca are you guys looking for additional maintainers? happy to help!

@joevandyk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another request to get a release of this..

@casperisfine
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just got ownership on the gem, 1.8.1 is out: https://rubygems.org/gems/redis-namespace/versions/1.8.1

Please sign in to comment.