Skip to content

Commit

Permalink
Update required ruby version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgoetze committed Nov 7, 2015
1 parent 4c5b135 commit b2e0571
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ language: ruby
rvm:
- 2.2
- 2.1
- 2.0
- rbx-2
- jruby-head
- jruby-9000
Expand Down
2 changes: 1 addition & 1 deletion stroop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']

gem.required_ruby_version = '~> 2.0'
gem.required_ruby_version = '~> 2.1'

gem.add_runtime_dependency 'colorize', '~> 0.7'
gem.add_runtime_dependency 'thor', '~> 0.19'
Expand Down

0 comments on commit b2e0571

Please sign in to comment.