Skip to content

Commit

Permalink
lowering ruby ver requirement to 2.0.0 and greater
Browse files Browse the repository at this point in the history
  • Loading branch information
sepulworld committed Jul 26, 2016
1 parent 3d9bc7f commit 3c2d1b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ after_script:
- rake docker_show_logs

rvm:
- 2.0.0
- 2.1.10
- 2.2.5
- 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion aptly_cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.bindir = "bin"
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = '>= 2.1.0'
spec.required_ruby_version = '>= 2.0.0'

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/aptly_cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AptlyCli
VERSION = '0.3.8'.freeze
VERSION = '0.3.9'.freeze
end

0 comments on commit 3c2d1b0

Please sign in to comment.