Skip to content

Commit

Permalink
Change to use ruby version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Sep 1, 2018
1 parent efbed1a commit 3ea18cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tty-tree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.required_ruby_version = '>= 2.0.0'

spec.add_development_dependency "bundler", "~> 1.14"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit 3ea18cf

Please sign in to comment.