Skip to content

Commit

Permalink
Zmw/update gemspec minimum (#146)
Browse files Browse the repository at this point in the history
* update gemspec to raise minimum ruby to 2.1

* update gem
  • Loading branch information
sepulworld authored Jul 26, 2016
1 parent db49563 commit 3d9bc7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = '>= 1.9.3'
spec.required_ruby_version = '>= 2.1.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.7'.freeze
VERSION = '0.3.8'.freeze
end

0 comments on commit 3d9bc7f

Please sign in to comment.