Skip to content

Commit

Permalink
Merge f3768b0 into 5bb0310
Browse files Browse the repository at this point in the history
  • Loading branch information
rarruda committed Mar 26, 2021
2 parents 5bb0310 + f3768b0 commit 587df45
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 587df45

Please sign in to comment.