Skip to content

Commit

Permalink
Accidentally changed required Ruby version - reverted.
Browse files Browse the repository at this point in the history
  • Loading branch information
FaaPz authored Dec 16, 2016
1 parent 823ab2e commit 3831009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mollie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.email = ['info@mollie.nl']
s.homepage = 'https://github.com/mollie/mollie-api-ruby'
s.license = 'BSD'
s.required_ruby_version = '>= 2.0.1'
s.required_ruby_version = '>= 2.0.0'

s.files = `git ls-files`.split("\n")
s.test_files = Dir['test/**/*']
Expand Down

0 comments on commit 3831009

Please sign in to comment.