Skip to content

Commit

Permalink
Specify required_ruby_version in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed May 15, 2015
1 parent 3b4619f commit 619dde7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kosapi_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^spec/})
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.0.0'

spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
Expand Down

0 comments on commit 619dde7

Please sign in to comment.