Skip to content

Commit 96b7251

Browse files
author
Gabriel Monroy
committed
update berksfile and gemfile for 0.1.0
1 parent 24d6aa7 commit 96b7251

2 files changed

Lines changed: 29 additions & 28 deletions

File tree

Berksfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"sources": {
33
"apt": {
4-
"locked_version": "2.0.0"
4+
"locked_version": "2.1.2"
55
},
66
"rsyslog": {
7-
"locked_version": "1.6.0"
7+
"locked_version": "1.8.0"
88
},
99
"sudo": {
10-
"locked_version": "2.1.2"
10+
"locked_version": "2.2.0"
1111
},
1212
"deis": {
13-
"locked_version": "0.0.8",
13+
"locked_version": "0.1.0",
1414
"git": "https://github.com/opdemand/deis-cookbook.git",
15-
"ref": "69a4379dce260812197b0530aaa2f125e5488e7a"
15+
"ref": "2caf5b3308156b1fd359139d6294fdecbd9c8e5f"
1616
}
1717
}
1818
}

Gemfile.lock

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ GEM
88
thread_safe (~> 0.1)
99
tzinfo (~> 0.3.37)
1010
addressable (2.3.5)
11-
atomic (1.1.10)
12-
berkshelf (1.4.2)
13-
activesupport (>= 3.2.0)
14-
addressable
15-
celluloid (>= 0.13.0)
11+
atomic (1.1.14)
12+
berkshelf (1.2.1)
13+
activesupport
1614
chozo (>= 0.6.1)
1715
faraday (>= 0.8.5)
1816
hashie (>= 2.0.2)
1917
json (>= 1.5.0)
2018
minitar
21-
mixlib-config (~> 1.1)
22-
mixlib-shellout (~> 1.1)
19+
mixlib-config
20+
mixlib-shellout
21+
moneta (~> 0.6.0)
2322
multi_json (~> 1.5)
23+
net-ssh-gateway (= 1.1.0)
2424
retryable
25-
ridley (~> 0.9.0)
25+
ridley (>= 0.8.3)
2626
solve (>= 0.4.2)
27-
thor (~> 0.18.0)
27+
thor (~> 0.16.0)
2828
yajl-ruby
2929
builder (3.2.2)
3030
celluloid (0.13.0)
@@ -49,9 +49,9 @@ GEM
4949
multi_json (>= 1.3.0)
5050
erubis (2.7.0)
5151
excon (0.25.3)
52-
faraday (0.8.7)
53-
multipart-post (~> 1.1)
54-
fog (1.14.0)
52+
faraday (0.8.8)
53+
multipart-post (~> 1.2.0)
54+
fog (1.15.0)
5555
builder
5656
excon (~> 0.25.0)
5757
formatador (~> 0.2.0)
@@ -65,30 +65,31 @@ GEM
6565
formatador (0.2.4)
6666
hashie (2.0.5)
6767
highline (1.6.19)
68-
i18n (0.6.4)
68+
i18n (0.6.5)
6969
ipaddress (0.8.0)
7070
json (1.7.7)
7171
knife-ec2 (0.6.4)
7272
chef (>= 0.10.10)
7373
fog (~> 1.6)
74-
mime-types (1.23)
74+
mime-types (1.25)
7575
mini_portile (0.5.1)
7676
minitar (0.5.4)
7777
minitest (4.7.5)
7878
mixlib-authentication (1.3.0)
7979
mixlib-log
8080
mixlib-cli (1.3.0)
81-
mixlib-config (1.1.2)
81+
mixlib-config (2.0.0)
8282
mixlib-log (1.6.0)
8383
mixlib-shellout (1.2.0)
84-
multi_json (1.7.7)
84+
moneta (0.6.0)
85+
multi_json (1.8.0)
8586
multipart-post (1.2.0)
86-
net-http-persistent (2.8)
87+
net-http-persistent (2.9)
8788
net-scp (1.1.2)
8889
net-ssh (>= 2.6.5)
89-
net-ssh (2.6.8)
90-
net-ssh-gateway (1.2.0)
91-
net-ssh (>= 2.6.5)
90+
net-ssh (2.7.0)
91+
net-ssh-gateway (1.1.0)
92+
net-ssh (>= 1.99.1)
9293
net-ssh-multi (1.1)
9394
net-ssh (>= 2.1.4)
9495
net-ssh-gateway (>= 0.99.0)
@@ -123,10 +124,10 @@ GEM
123124
retryable
124125
solve (>= 0.4.1)
125126
ruby-hmac (0.4.0)
126-
solve (0.6.1)
127+
solve (0.8.1)
127128
systemu (2.5.2)
128-
thor (0.18.1)
129-
thread_safe (0.1.1)
129+
thor (0.16.0)
130+
thread_safe (0.1.3)
130131
atomic
131132
timers (1.1.0)
132133
tzinfo (0.3.37)

0 commit comments

Comments
 (0)