Skip to content

Commit

Permalink
Loosen ruby2ruby dependency
Browse files Browse the repository at this point in the history
Since ruby2ruby is sementically versioned, we can safely allow any 2.x
version equal to or above 2.0.8.
  • Loading branch information
mvz committed Jun 27, 2014
1 parent db55a08 commit 823f384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reek.gemspec
Expand Up @@ -28,7 +28,7 @@ and reports any code smells it finds.

s.add_runtime_dependency(%q<ruby_parser>, ["~> 3.3"])
s.add_runtime_dependency(%q<sexp_processor>)
s.add_runtime_dependency(%q<ruby2ruby>, ["~> 2.0.8"])
s.add_runtime_dependency(%q<ruby2ruby>, [">= 2.0.8", "< 3.0"])
s.add_runtime_dependency(%q<rainbow>, [">= 1.99", "< 3.0"])

s.add_development_dependency(%q<bundler>, ["~> 1.1"])
Expand Down

0 comments on commit 823f384

Please sign in to comment.