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
johnny-1111one1 authored and rarruda committed Mar 26, 2021
1 parent 5bb0310 commit 65f9bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unleash-client.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.bindir = 'bin'
spec.executables = spec.files.grep(%r{^bin/unleash}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = "~> 2.5"
spec.required_ruby_version = ">= 2.5"

spec.add_dependency "murmurhash3", "~> 0.1.6"

Expand Down

0 comments on commit 65f9bb8

Please sign in to comment.