Use a released cardboard
This commit is contained in:
parent
78d1e49359
commit
45f8844905
2 changed files with 11 additions and 15 deletions
4
Gemfile
4
Gemfile
|
@ -1,3 +1,3 @@
|
|||
source "http://rubygems.org"
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "cardboard", :path => "/Users/jbarnette/src/boxen/cardboard"
|
||||
gem "cardboard", "~> 0.1"
|
||||
|
|
22
Gemfile.lock
22
Gemfile.lock
|
@ -1,25 +1,21 @@
|
|||
PATH
|
||||
remote: /Users/jbarnette/src/boxen/cardboard
|
||||
specs:
|
||||
cardboard (0.0.0)
|
||||
boxen (~> 0.7)
|
||||
puppet-lint (~> 0.3)
|
||||
puppetlabs_spec_helper (~> 0.3)
|
||||
rspec-puppet (~> 0.1)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
addressable (2.3.2)
|
||||
ansi (1.4.3)
|
||||
boxen (0.7.3)
|
||||
boxen (0.8.0)
|
||||
ansi (~> 1.4)
|
||||
hiera (~> 1.0.0)
|
||||
highline (~> 1.6)
|
||||
json_pure (~> 1.7)
|
||||
json_pure (~> 1.7.7)
|
||||
librarian-puppet (~> 0.9)
|
||||
octokit (~> 1.15)
|
||||
puppet (~> 3.0)
|
||||
cardboard (0.1.0)
|
||||
boxen (~> 0.8)
|
||||
puppet-lint (~> 0.3)
|
||||
puppetlabs_spec_helper (~> 0.4)
|
||||
rspec-puppet (~> 0.1)
|
||||
diff-lcs (1.1.3)
|
||||
facter (1.6.17)
|
||||
faraday (0.8.5)
|
||||
|
@ -74,4 +70,4 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
cardboard!
|
||||
cardboard (~> 0.1)
|
||||
|
|
Loading…
Reference in a new issue