Skip to content

Commit

Permalink
[Gemspec] Add a required_ruby_version of >= 2.2.2 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins authored and perlun committed Jul 12, 2017
1 parent 0987ddc commit 31257a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rack-test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ request helpers feature.
s.require_paths = ['lib']
s.files = `git ls-files -- lib/*`.split("\n") +
%w[History.md MIT-LICENSE.txt README.md]
s.required_ruby_version = ">= 2.2.2"
s.add_dependency 'rack', '>= 1.0', '< 3'
s.add_development_dependency 'rake', '~> 12.0'
s.add_development_dependency 'rspec', '~> 3.6'
Expand Down

0 comments on commit 31257a6

Please sign in to comment.