Skip to content

Commit

Permalink
Require Ruby 2.2 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
tmatilai committed Aug 29, 2017
1 parent 37cc8d6 commit 6fc8fc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yle_tf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Gem::Specification.new do |spec|
spec.executables = ['tf']
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.2'

spec.add_development_dependency 'bundler', '~> 1.13'
spec.add_development_dependency 'rake', '~> 12.0'
spec.add_development_dependency 'rspec', '~> 3.5'
Expand Down

0 comments on commit 6fc8fc3

Please sign in to comment.