Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Upgrade boxen gem to 2.7.0 with Yosemite support
Browse files Browse the repository at this point in the history
... including dependency on Puppet 3.7
  • Loading branch information
dgoodlad committed Sep 26, 2014
1 parent 4748541 commit aaf202f
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source "https://rubygems.org"

gem "boxen", "~> 2.6"
gem "boxen", "~> 2.7.0"
gem "hiera", "~> 1.3.3"
gem "librarian-puppet", "~> 1.0.5"
gem "puppet", "3.6.1"
gem "puppet", "3.7.1"
gem "puppet-lint", "0.3.2"
gem "puppetlabs_spec_helper", "0.4.1"
gem "open4", "~> 1.3.4"
Expand Down
16 changes: 7 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ GEM
aws-sdk (1.48.1)
json (~> 1.4)
nokogiri (>= 1.4.4)
boxen (2.6.0)
boxen (2.7.0)
ansi (~> 1.4)
hiera (~> 1.0)
highline (~> 1.6)
json_pure (>= 1.7.7, < 2.0)
librarian-puppet (~> 1.0.0)
octokit (~> 2.7, >= 2.7.1)
puppet (~> 3.0)
puppet (~> 3.7)
builder (3.2.2)
deep_merge (1.0.1)
diff-lcs (1.2.5)
facter (2.1.0)
facter (2.2.0)
CFPropertyList (~> 2.2.6)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
Expand All @@ -44,11 +44,10 @@ GEM
octokit (2.7.2)
sawyer (~> 0.5.2)
open4 (1.3.4)
puppet (3.6.1)
puppet (3.7.1)
facter (> 1.6, < 3)
hiera (~> 1.0)
json_pure
rgen (~> 0.6.5)
puppet-lint (0.3.2)
puppetlabs_spec_helper (0.4.1)
mocha (>= 0.10.5)
Expand All @@ -60,7 +59,6 @@ GEM
builder
nokogiri (>= 1.4.1)
trollop
rgen (0.6.6)
rspec (3.0.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
Expand All @@ -75,7 +73,7 @@ GEM
rspec-puppet (1.0.1)
rspec
rspec-support (3.0.3)
sawyer (0.5.4)
sawyer (0.5.5)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
thor (0.19.1)
Expand All @@ -86,13 +84,13 @@ PLATFORMS

DEPENDENCIES
aws-sdk (~> 1.42)
boxen (~> 2.6)
boxen (~> 2.7.0)
deep_merge (~> 1.0)
hiera (~> 1.3.3)
librarian-puppet (~> 1.0.5)
net-ssh
open4 (~> 1.3.4)
puppet (= 3.6.1)
puppet (= 3.7.1)
puppet-lint (= 0.3.2)
puppetlabs_spec_helper (= 0.4.1)
rake (= 10.3.2)
Expand Down
Binary file removed vendor/cache/boxen-2.6.0.gem
Binary file not shown.
Binary file added vendor/cache/boxen-2.7.0.gem
Binary file not shown.
Binary file removed vendor/cache/facter-2.1.0-universal-darwin.gem
Binary file not shown.
Binary file added vendor/cache/facter-2.2.0-universal-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.6.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/puppet-3.6.1.gem
Binary file not shown.
Binary file added vendor/cache/puppet-3.7.1.gem
Binary file not shown.
Binary file removed vendor/cache/rgen-0.6.6.gem
Binary file not shown.
Binary file removed vendor/cache/sawyer-0.5.4.gem
Binary file not shown.
Binary file added vendor/cache/sawyer-0.5.5.gem
Binary file not shown.

0 comments on commit aaf202f

Please sign in to comment.