Skip to content

Commit

Permalink
Use a released cardboard
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarnette committed Feb 13, 2013
1 parent 78d1e49 commit 45f8844
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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 changes: 9 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -74,4 +70,4 @@ PLATFORMS
ruby

DEPENDENCIES
cardboard!
cardboard (~> 0.1)

0 comments on commit 45f8844

Please sign in to comment.