Skip to content

Commit 252c127

Browse files
committed
Merge pull request #358 from opdemand/berkshelf-stable
Downgrade to berkshelf stable, since 3.0.0 beta is problematic
2 parents 7e57b37 + 3fb232d commit 252c127

4 files changed

Lines changed: 36 additions & 24 deletions

File tree

Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source "http://api.berkshelf.com"
1+
site :opscode
22

33
cookbook 'apt'
44
cookbook 'rsyslog'

Berksfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"dependencies": {
2+
"sources": {
33
"apt": {
44
"locked_version": "2.3.0"
55
},
@@ -12,7 +12,7 @@
1212
"deis": {
1313
"locked_version": "0.3.0",
1414
"git": "https://github.com/opdemand/deis-cookbook.git",
15-
"ref": "5aacadebef5121fda002df7b8dbf853b26d6a5c2"
15+
"ref": "cb7ea38a10be3ac9f80a412f81cdc23ce0337c0e"
1616
}
1717
}
1818
}

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ source 'https://rubygems.org'
22

33
gem 'chef'
44
gem 'foodcritic'
5-
gem 'berkshelf', '3.0.0.beta3' # needed for --ssl-verify=false support
5+
#gem 'berkshelf', '3.0.0.beta3' # needed for --ssl-verify=false support
6+
gem "berkshelf", "~> 2.0.10"
67

78
gem 'knife-ec2'
89
gem 'knife-rackspace'

Gemfile.lock

Lines changed: 31 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,40 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (3.2.16)
5+
i18n (~> 0.6, >= 0.6.4)
6+
multi_json (~> 1.0)
47
addressable (2.3.5)
58
akami (1.2.0)
69
gyoku (>= 0.4.0)
710
nokogiri (>= 1.4.0)
8-
berkshelf (3.0.0.beta3)
11+
berkshelf (2.0.10)
12+
activesupport (~> 3.2.0)
913
addressable (~> 2.3.4)
10-
buff-config (~> 0.2)
11-
buff-extensions (~> 0.4)
1214
buff-shell_out (~> 0.1)
15+
chozo (>= 0.6.1)
1316
faraday (>= 0.8.5)
1417
hashie (>= 2.0.2)
1518
minitar (~> 0.5.4)
19+
rbzip2 (~> 0.2.0)
1620
retryable (~> 1.3.3)
17-
ridley (~> 1.6)
18-
solve (>= 0.8.0)
21+
ridley (~> 1.5.0)
22+
solve (>= 0.5.0)
1923
thor (~> 0.18.0)
2024
buff-config (0.4.0)
2125
buff-extensions (~> 0.3)
2226
varia_model (~> 0.1)
2327
buff-extensions (0.5.0)
24-
buff-ignore (1.1.0)
28+
buff-ignore (1.1.1)
2529
buff-ruby_engine (0.1.0)
2630
buff-shell_out (0.1.1)
2731
buff-ruby_engine (~> 0.1.0)
2832
builder (3.2.2)
29-
celluloid (0.15.2)
30-
timers (~> 1.1.0)
31-
celluloid-io (0.15.0)
32-
celluloid (>= 0.15.0)
33-
nio4r (>= 0.5.0)
33+
celluloid (0.14.1)
34+
timers (>= 1.0.0)
35+
celluloid-io (0.14.1)
36+
celluloid (>= 0.14.1)
37+
nio4r (>= 0.4.5)
3438
chef (11.6.2)
3539
erubis (~> 2.7)
3640
highline (~> 1.6, >= 1.6.9)
@@ -45,6 +49,10 @@ GEM
4549
ohai (>= 0.6.0, < 7.0.0)
4650
rest-client (>= 1.0.4, < 1.7.0)
4751
yajl-ruby (~> 1.1)
52+
chozo (0.6.1)
53+
activesupport (>= 3.2.0)
54+
hashie (>= 2.0.2)
55+
multi_json (>= 1.3.0)
4856
digital_ocean (1.2.0)
4957
faraday (~> 0.8.7)
5058
faraday_middleware (~> 0.9.0)
@@ -84,21 +92,22 @@ GEM
8492
httpclient (2.3.4.1)
8593
httpi (0.9.7)
8694
rack
95+
i18n (0.6.9)
8796
ipaddress (0.8.0)
8897
json (1.7.7)
89-
knife-digital_ocean (0.2.0)
98+
knife-digital_ocean (0.3.0)
9099
chef (>= 10.18)
91100
digital_ocean (~> 1.2.0)
92101
highline
93102
knife-ec2 (0.6.6)
94103
chef (>= 0.10.10)
95104
fog (~> 1.15.0)
96105
knife-windows (>= 0.5.12)
97-
knife-rackspace (0.8.1)
106+
knife-rackspace (0.8.4)
98107
chef (>= 0.10.10)
99108
fog (~> 1.12)
100109
knife-windows
101-
knife-windows (0.5.12)
110+
knife-windows (0.5.14)
102111
em-winrm (= 0.5.4)
103112
little-plugger (1.1.3)
104113
logging (1.8.1)
@@ -112,7 +121,7 @@ GEM
112121
mixlib-cli (1.3.0)
113122
mixlib-config (1.1.2)
114123
mixlib-log (1.6.0)
115-
mixlib-shellout (1.2.0)
124+
mixlib-shellout (1.3.0)
116125
multi_json (1.8.2)
117126
multipart-post (1.2.0)
118127
net-http-persistent (2.9)
@@ -139,24 +148,26 @@ GEM
139148
rack (1.5.2)
140149
rash (0.4.0)
141150
hashie (~> 2.0.0)
151+
rbzip2 (0.2.0)
142152
rest-client (1.6.7)
143153
mime-types (>= 1.16)
144154
retryable (1.3.3)
145-
ridley (1.7.1)
155+
ridley (1.5.3)
146156
addressable
147157
buff-config (~> 0.2)
148158
buff-extensions (~> 0.3)
149159
buff-ignore (~> 1.1)
150160
buff-shell_out (~> 0.1)
151-
celluloid (~> 0.15)
152-
celluloid-io (~> 0.15)
161+
celluloid (~> 0.14.0)
162+
celluloid-io (~> 0.14.0)
153163
erubis
154164
faraday (>= 0.8.4)
155165
hashie (>= 2.0.2)
156166
json (>= 1.7.7)
157167
mixlib-authentication (>= 1.3.0)
158168
net-http-persistent (>= 2.8)
159169
net-ssh
170+
nio4r (>= 0.5.0)
160171
retryable
161172
solve (>= 0.4.4)
162173
varia_model (~> 0.1)
@@ -171,7 +182,7 @@ GEM
171182
nokogiri (>= 1.4.0)
172183
nori (~> 1.0)
173184
wasabi (~> 1.0)
174-
solve (0.8.1)
185+
solve (0.8.2)
175186
systemu (2.5.2)
176187
thor (0.18.1)
177188
timers (1.1.0)
@@ -195,7 +206,7 @@ PLATFORMS
195206
ruby
196207

197208
DEPENDENCIES
198-
berkshelf (= 3.0.0.beta3)
209+
berkshelf (~> 2.0.10)
199210
chef
200211
foodcritic
201212
knife-digital_ocean

0 commit comments

Comments
 (0)