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

Commit

Permalink
Fix Berksfile, update gems, ignore Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam Cope authored and ccope committed Feb 26, 2015
1 parent a8f520e commit b1efb76
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 244 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ bin/*
.bundle/*
.kitchen/
.kitchen.local.yml
Gemfile.lock
2 changes: 1 addition & 1 deletion Berksfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site 'https://supermarket.chef.io'
source 'https://supermarket.chef.io'

metadata

Expand Down
49 changes: 24 additions & 25 deletions Berksfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
{
"sources": {
"python": {
"path": "."
},
"minitest-handler": {
"locked_version": "1.1.2"
},
"apt": {
"locked_version": "2.3.4"
},
"yum": {
"locked_version": "3.0.2"
},
"build-essential": {
"locked_version": "1.4.2"
},
"python_test": {
"path": "./test/cookbooks/python_test"
},
"chef_handler": {
"locked_version": "1.1.4"
}
}
}
DEPENDENCIES
apt
build-essential
minitest-handler
python
path: .
metadata: true
python_test
path: test/cookbooks/python_test
yum

GRAPH
apt (2.5.3)
build-essential (2.0.6)
chef_handler (1.1.6)
minitest-handler (1.3.2)
chef_handler (>= 0.0.0)
python (1.4.7)
build-essential (>= 0.0.0)
yum-epel (>= 0.0.0)
python_test (0.1.0)
yum (3.3.1)
yum-epel (0.5.1)
yum (~> 3.0)
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'foodcritic', '>= 3.0.3'
gem 'berkshelf', '~> 2.0'
gem 'chefspec', '~> 3.0'
gem 'foodcritic', '~> 3.0'
gem 'berkshelf', '~> 3.1'
gem 'chefspec', '~> 4.0'
215 changes: 0 additions & 215 deletions Gemfile.lock

This file was deleted.

0 comments on commit b1efb76

Please sign in to comment.