Skip to content

Commit

Permalink
Raise min. ruby version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Jacobs committed Jan 13, 2016
1 parent 2e568bd commit 9046540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-copywriter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.required_ruby_version = ">= 1.9.2"
gem.required_ruby_version = ">= 2.1.8"

gem.add_development_dependency "bundler", "~> 1.6"
gem.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit 9046540

Please sign in to comment.