Skip to content

Commit

Permalink
set ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarferreira committed Feb 24, 2016
1 parent 330ab88 commit 29f4fbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alfi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.0.0'

spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'webmock', '~> 1.21'
spec.add_development_dependency 'rspec', '~> 3.2'
Expand Down

0 comments on commit 29f4fbe

Please sign in to comment.