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
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 6716009
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 179 deletions.
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'
Loading

0 comments on commit 6716009

Please sign in to comment.