Skip to content

Commit

Permalink
bumping required ruby version to at least 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cweilemann committed Aug 11, 2017
1 parent d773362 commit e55659a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudsight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|

s.require_paths = [%q{lib}]

s.required_ruby_version = Gem::Requirement.new('>= 1.9.1')
s.required_ruby_version = Gem::Requirement.new('>= 2.1')

s.add_dependency 'json', '~> 2.1'
s.add_dependency 'rest-client', '~> 2.0'
Expand Down

0 comments on commit e55659a

Please sign in to comment.