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

Commit 43c58c1

Browse files
authored
Merge pull request #108 from theodi/bump/bundler/travis-1.8.8
Bump travis to 1.8.8
2 parents b495591 + f54e492 commit 43c58c1

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

Gemfile.lock

+17-19
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GEM
2727
tzinfo (~> 0.3.37)
2828
addressable (2.4.0)
2929
arel (4.0.2)
30-
backports (3.6.4)
30+
backports (3.8.0)
3131
bcrypt (3.1.9)
3232
bootstrap-sass (3.0.3.0)
3333
sass (~> 3.2)
@@ -42,7 +42,7 @@ GEM
4242
celluloid (0.16.0)
4343
timers (~> 4.0.0)
4444
cliver (0.3.2)
45-
coderay (1.1.0)
45+
coderay (1.1.1)
4646
coffee-rails (4.0.1)
4747
coffee-script (>= 2.2.0)
4848
railties (>= 4.0.0, < 5.0)
@@ -92,7 +92,7 @@ GEM
9292
dotenv (= 2.2.1)
9393
railties (>= 3.2, < 5.2)
9494
erubis (2.7.0)
95-
ethon (0.7.1)
95+
ethon (0.10.1)
9696
ffi (>= 1.3.0)
9797
execjs (2.7.0)
9898
factory_girl (4.5.0)
@@ -102,18 +102,18 @@ GEM
102102
railties (>= 3.0.0)
103103
faraday (0.9.2)
104104
multipart-post (>= 1.2, < 3)
105-
faraday_middleware (0.9.1)
106-
faraday (>= 0.7.4, < 0.10)
107-
ffi (1.9.6)
105+
faraday_middleware (0.11.0.1)
106+
faraday (>= 0.7.4, < 1.0)
107+
ffi (1.9.18)
108108
font-awesome-rails (4.0.3.0)
109109
railties (>= 3.2, < 5.0)
110110
formatador (0.2.5)
111-
gh (0.13.2)
112-
addressable
111+
gh (0.15.1)
112+
addressable (~> 2.4.0)
113113
backports
114114
faraday (~> 0.8)
115115
multi_json (~> 1.0)
116-
net-http-persistent (>= 2.7)
116+
net-http-persistent (~> 2.9)
117117
net-http-pipeline
118118
gherkin (2.12.2)
119119
multi_json (~> 1.3)
@@ -142,7 +142,7 @@ GEM
142142
guard-compat (~> 1.1)
143143
rspec (>= 2.99.0, < 4.0)
144144
hashie (3.5.5)
145-
highline (1.6.21)
145+
highline (1.7.8)
146146
hike (1.2.3)
147147
hitimes (1.2.2)
148148
i18n (0.6.11)
@@ -202,11 +202,11 @@ GEM
202202
cliver (~> 0.3.1)
203203
multi_json (~> 1.0)
204204
websocket-driver (>= 0.2.0)
205-
pry (0.10.1)
205+
pry (0.10.4)
206206
coderay (~> 1.1.0)
207207
method_source (~> 0.8.1)
208208
slop (~> 3.4)
209-
pusher-client (0.6.0)
209+
pusher-client (0.6.2)
210210
json
211211
websocket (~> 1.0)
212212
rack (1.5.5)
@@ -298,21 +298,19 @@ GEM
298298
timers (4.0.1)
299299
hitimes
300300
tins (1.3.3)
301-
travis (1.6.11)
302-
addressable (~> 2.3)
301+
travis (1.8.8)
303302
backports
304303
faraday (~> 0.9)
305-
faraday_middleware (~> 0.9)
304+
faraday_middleware (~> 0.9, >= 0.9.1)
306305
gh (~> 0.13)
307306
highline (~> 1.6)
308307
launchy (~> 2.1)
309-
pry (~> 0.9)
310308
pusher-client (~> 0.4)
311309
typhoeus (~> 0.6, >= 0.6.8)
312310
turbolinks (2.5.3)
313311
coffee-rails
314-
typhoeus (0.6.9)
315-
ethon (>= 0.7.1)
312+
typhoeus (0.8.0)
313+
ethon (>= 0.8.0)
316314
tzinfo (0.3.42)
317315
uglifier (3.2.0)
318316
execjs (>= 0.3.0, < 3)
@@ -322,7 +320,7 @@ GEM
322320
webmock (1.20.4)
323321
addressable (>= 2.3.6)
324322
crack (>= 0.3.2)
325-
websocket (1.2.1)
323+
websocket (1.2.4)
326324
websocket-driver (0.5.0)
327325
websocket-extensions (>= 0.1.0)
328326
websocket-extensions (0.1.1)

0 commit comments

Comments
 (0)