1
0
Fork 0

fixes broken script/cibuild

Update dependencies in Gemfile.lock
Ignore /spec/fixtures/modules/boxen/ but allow other spec links.
This commit is contained in:
Johan Haals 2013-04-02 09:50:47 +02:00
parent c69c02bab3
commit 7b40711285
2 changed files with 19 additions and 19 deletions

2
.gitignore vendored
View File

@ -3,5 +3,5 @@
/spec/fixtures/.librarian
/spec/fixtures/.tmp
/spec/fixtures/Puppetfile.lock
/spec/fixtures/modules
/spec/fixtures/modules/boxen/
/spec/fixtures/vendor

View File

@ -1,9 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.2)
addressable (2.3.3)
ansi (1.4.3)
boxen (1.0.0)
boxen (1.0.2)
ansi (~> 1.4)
hiera (~> 1.0.0)
highline (~> 1.6)
@ -11,14 +11,14 @@ GEM
librarian-puppet (~> 0.9)
octokit (~> 1.15)
puppet (~> 3.0)
cardboard (1.0.0)
cardboard (1.0.1)
boxen (~> 1.0)
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)
diff-lcs (1.2.1)
facter (1.6.18)
faraday (0.8.6)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
@ -31,10 +31,10 @@ GEM
json
thor (~> 0.15)
metaclass (0.0.1)
mocha (0.13.2)
mocha (0.13.3)
metaclass (~> 0.0.1)
multi_json (1.6.0)
multipart-post (1.1.5)
multi_json (1.6.1)
multipart-post (1.2.0)
netrc (0.7.7)
octokit (1.23.0)
addressable (~> 2.2)
@ -43,7 +43,7 @@ GEM
hashie (~> 1.2)
multi_json (~> 1.3)
netrc (~> 0.7.7)
puppet (3.1.0)
puppet (3.1.1)
facter (~> 1.6)
hiera (~> 1.0)
puppet-lint (0.3.2)
@ -53,14 +53,14 @@ GEM
rspec (>= 2.9.0)
rspec-puppet (>= 0.1.1)
rake (10.0.3)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.2)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.0)
rspec-puppet (0.1.6)
rspec
thor (0.17.0)