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

Commit 6716009

Browse files
Cam Copeccope
authored andcommitted
Fix Berksfile, update gems
1 parent a8f520e commit 6716009

File tree

4 files changed

+160
-179
lines changed

4 files changed

+160
-179
lines changed

Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site 'https://supermarket.chef.io'
1+
source 'https://supermarket.chef.io'
22

33
metadata
44

Berksfile.lock

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
1-
{
2-
"sources": {
3-
"python": {
4-
"path": "."
5-
},
6-
"minitest-handler": {
7-
"locked_version": "1.1.2"
8-
},
9-
"apt": {
10-
"locked_version": "2.3.4"
11-
},
12-
"yum": {
13-
"locked_version": "3.0.2"
14-
},
15-
"build-essential": {
16-
"locked_version": "1.4.2"
17-
},
18-
"python_test": {
19-
"path": "./test/cookbooks/python_test"
20-
},
21-
"chef_handler": {
22-
"locked_version": "1.1.4"
23-
}
24-
}
25-
}
1+
DEPENDENCIES
2+
apt
3+
build-essential
4+
minitest-handler
5+
python
6+
path: .
7+
metadata: true
8+
python_test
9+
path: test/cookbooks/python_test
10+
yum
11+
12+
GRAPH
13+
apt (2.5.3)
14+
build-essential (2.0.6)
15+
chef_handler (1.1.6)
16+
minitest-handler (1.3.2)
17+
chef_handler (>= 0.0.0)
18+
python (1.4.7)
19+
build-essential (>= 0.0.0)
20+
yum-epel (>= 0.0.0)
21+
python_test (0.1.0)
22+
yum (3.3.1)
23+
yum-epel (0.5.1)
24+
yum (~> 3.0)

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
22

3-
gem 'foodcritic', '>= 3.0.3'
4-
gem 'berkshelf', '~> 2.0'
5-
gem 'chefspec', '~> 3.0'
3+
gem 'foodcritic', '~> 3.0'
4+
gem 'berkshelf', '~> 3.1'
5+
gem 'chefspec', '~> 4.0'

0 commit comments

Comments
 (0)