Skip to content

Commit

Permalink
specify a more permissive version of concurrent-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jun 7, 2016
1 parent ed38be5 commit 3f846c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion triad.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "concurrent-ruby", "~> 1.0.2"
spec.add_dependency "concurrent-ruby", "> 0.9"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 3f846c1

Please sign in to comment.