Skip to content

Commit

Permalink
add require ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
haanhduclinh committed Oct 4, 2017
1 parent a24513b commit e4b5273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pixabay_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |s|
f.match(%r{^(test|spec|features)/})
end
s.require_paths = ['lib']
s.required_ruby_version = '>= 2.3.0'
s.add_development_dependency 'bundler', '~> 1.15'
s.add_development_dependency 'webmock', '~> 3.0'
s.add_development_dependency 'rspec', '~> 3.0'
Expand Down

0 comments on commit e4b5273

Please sign in to comment.