Skip to content

Commit

Permalink
Require Ruby version >= 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblcc committed Jan 17, 2015
1 parent 90f2d39 commit 93c980f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adiwg-mdtranslator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(tc|test|spec|features)/})
spec.require_paths = ["lib"]

spec.required_ruby_version = '>= 2.1'

spec.add_development_dependency "bundler", "~> 1"
spec.add_development_dependency "rake", "~> 10"
spec.add_development_dependency "minitest", "~> 5"
Expand Down

0 comments on commit 93c980f

Please sign in to comment.