Skip to content

Commit

Permalink
Change required ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreryan committed Nov 2, 2017
1 parent 061c876 commit e799fba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: false
language: ruby
rvm:
- 2.1
- 2.2
- 2.3
- 2.4
Expand Down
2 changes: 1 addition & 1 deletion lib/tree_clusters/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TreeClusters
VERSION = "0.5.0"
VERSION = "0.5.1"
end
2 changes: 1 addition & 1 deletion tree_clusters.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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"
spec.required_ruby_version = ">= 2.2"

spec.add_development_dependency "bundler", "~> 1.15"
spec.add_development_dependency "coveralls", "~> 0.8.21"
Expand Down

0 comments on commit e799fba

Please sign in to comment.