Bump to boxen 0.5.2
This commit is contained in:
parent
d04983f3ce
commit
bb13917d39
12 changed files with 11 additions and 11 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source "http://rubygems.org"
|
||||
|
||||
gem "boxen", "~> 0.4"
|
||||
gem "boxen", "~> 0.5"
|
||||
|
||||
group :development do
|
||||
gem "aws-sdk"
|
||||
|
|
20
Gemfile.lock
20
Gemfile.lock
|
@ -8,7 +8,7 @@ GEM
|
|||
json (~> 1.4)
|
||||
nokogiri (>= 1.4.4)
|
||||
uuidtools (~> 2.1)
|
||||
boxen (0.4.1)
|
||||
boxen (0.5.2)
|
||||
ansi (~> 1.4)
|
||||
hiera (~> 1.0.0)
|
||||
highline (~> 1.6)
|
||||
|
@ -16,10 +16,10 @@ GEM
|
|||
librarian-puppet (~> 0.9)
|
||||
octokit (~> 1.15)
|
||||
puppet (~> 3.0)
|
||||
facter (1.6.12)
|
||||
facter (1.6.16)
|
||||
faraday (0.8.4)
|
||||
multipart-post (~> 1.1)
|
||||
faraday_middleware (0.8.8)
|
||||
faraday_middleware (0.9.0)
|
||||
faraday (>= 0.7.4, < 0.9)
|
||||
hashie (1.2.0)
|
||||
hiera (1.0.0)
|
||||
|
@ -30,22 +30,22 @@ GEM
|
|||
json (1.7.5)
|
||||
json_pure (1.7.5)
|
||||
librarian-puppet (0.9.7)
|
||||
json_pure
|
||||
json
|
||||
puppet
|
||||
thor (~> 0.15)
|
||||
multi_json (1.3.6)
|
||||
multi_json (1.4.0)
|
||||
multi_xml (0.5.1)
|
||||
multipart-post (1.1.5)
|
||||
nokogiri (1.5.5)
|
||||
octokit (1.15.1)
|
||||
octokit (1.19.0)
|
||||
addressable (~> 2.2)
|
||||
faraday (~> 0.8)
|
||||
faraday_middleware (~> 0.8)
|
||||
faraday_middleware (~> 0.9)
|
||||
hashie (~> 1.2)
|
||||
multi_json (~> 1.3)
|
||||
puppet (3.0.1)
|
||||
facter (>= 1.6.11)
|
||||
hiera (>= 1.0.0rc)
|
||||
facter (~> 1.6.11)
|
||||
hiera (~> 1.0.0)
|
||||
thor (0.16.0)
|
||||
uuidtools (2.1.3)
|
||||
|
||||
|
@ -54,4 +54,4 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
aws-sdk
|
||||
boxen (~> 0.4)
|
||||
boxen (~> 0.5)
|
||||
|
|
BIN
vendor/cache/boxen-0.4.1.gem
vendored
BIN
vendor/cache/boxen-0.4.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/boxen-0.5.2.gem
vendored
Normal file
BIN
vendor/cache/boxen-0.5.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/facter-1.6.12.gem
vendored
BIN
vendor/cache/facter-1.6.12.gem
vendored
Binary file not shown.
BIN
vendor/cache/facter-1.6.16.gem
vendored
Normal file
BIN
vendor/cache/facter-1.6.16.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/faraday_middleware-0.8.8.gem
vendored
BIN
vendor/cache/faraday_middleware-0.8.8.gem
vendored
Binary file not shown.
BIN
vendor/cache/faraday_middleware-0.9.0.gem
vendored
Normal file
BIN
vendor/cache/faraday_middleware-0.9.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/multi_json-1.3.6.gem
vendored
BIN
vendor/cache/multi_json-1.3.6.gem
vendored
Binary file not shown.
BIN
vendor/cache/multi_json-1.4.0.gem
vendored
Normal file
BIN
vendor/cache/multi_json-1.4.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/octokit-1.15.1.gem
vendored
BIN
vendor/cache/octokit-1.15.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/octokit-1.19.0.gem
vendored
Normal file
BIN
vendor/cache/octokit-1.19.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue