Skip to content

Commit

Permalink
Merge pull request #854 from travis-ci/jvd-prep-1.10.0-release
Browse files Browse the repository at this point in the history
Prepare for 1.10 release
  • Loading branch information
joepvd committed Aug 17, 2018
2 parents 19233e9 + 48defc6 commit 000fc08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dpl-chef_supermarket.gemspec
@@ -1,7 +1,7 @@
require './gemspec_helper'

if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.3.0")
gemspec_for 'chef_supermarket', [['rack'], ['mime-types'], ['chef', '~> 12.0']]
gemspec_for 'chef_supermarket', [['rack'], ['mime-types'], ['net-telnet', '~> 0.1.0'], ['chef', '~> 12.0']]
elsif Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.4.0")
gemspec_for 'chef_supermarket', [['rack'], ['mime-types'], ['chef', '~> 13.0']]
else
Expand Down
2 changes: 1 addition & 1 deletion lib/dpl/version.rb
@@ -1,3 +1,3 @@
module DPL
VERSION = '1.9.8'
VERSION = '1.10.0'
end

0 comments on commit 000fc08

Please sign in to comment.