Skip to content

Commit

Permalink
Merge pull request #129 from recurly/specify-min-ruby-version
Browse files Browse the repository at this point in the history
Specify minimum ruby version
  • Loading branch information
cbarton committed Feb 11, 2014
2 parents 5a82ac3 + 273da4f commit a4d9244
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recurly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/recurly/recurly-client-ruby'
s.license = 'MIT'

s.required_ruby_version = '>= 1.9.3'

s.add_development_dependency 'rake', '~> 0.9.2'
s.add_development_dependency 'minitest', '~> 2.6.1'
s.add_development_dependency 'webmock', '~> 1.7.6'
Expand Down

0 comments on commit a4d9244

Please sign in to comment.