diff --git a/.gemspec b/.gemspec index 7986c275bfa..c1bc1448bf9 100644 --- a/.gemspec +++ b/.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| #mdata = version.match(/(\d+\.\d+\.\d+)/) #s.version = mdata ? mdata[1] : version # Hard code this here otherwise bundler doesn't always like it - s.version = '3.8.7.stpst.8' + s.version = '3.8.7.stpst.10' s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["Puppet Labs"] diff --git a/Gemfile b/Gemfile index 59bc5fb23a4..45edc2806a8 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ platforms :ruby do gem 'pry', :group => :development gem 'yard', :group => :development gem 'redcarpet', '~> 2.0', :group => :development - gem "racc", "1.4.16", :group => :development + gem "racc", "1.8.1", :group => :development # To enable the augeas feature, use this gem. # Note that it is a native gem, so the augeas headers/libs @@ -28,8 +28,8 @@ if !ENV['PUPPET_LOADED'] end gem 'facter', '2.5.7.stpst.1', git: 'git@github.com:nedap/facter', :tag => "2.5.7.stpst.1" gem "hiera", '1.3.4.stpst.1', git: 'git@github.com:nedap/hiera', :tag => "1.3.4.stpst.1" -gem "rake", "12.3.3", :require => false -gem "syck", '1.4.0' +gem "rake", "13.3.0", :require => false +gem "syck", '1.4.1' gem "sync", '0.5.0' gem "scanf", '1.0.0' diff --git a/lib/puppet/VERSION b/lib/puppet/VERSION index 736bb1b1368..064a96be225 100644 --- a/lib/puppet/VERSION +++ b/lib/puppet/VERSION @@ -1 +1 @@ -3.8.7.stpst.8 +3.8.7.stpst.10 diff --git a/lib/puppet/version.rb b/lib/puppet/version.rb index fe798abaabb..44ca725337a 100644 --- a/lib/puppet/version.rb +++ b/lib/puppet/version.rb @@ -7,7 +7,7 @@ module Puppet - PUPPETVERSION = "3.8.7.stpst.8" + PUPPETVERSION = "3.8.7.stpst.10" ## # version is a public API method intended to always provide a fast and