travis: 1.8.2 -> 1.8.8

This commit is contained in:
Jörg Thalheim 2017-03-14 17:07:25 +01:00
parent d6f586bbff
commit 496120c19f
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
2 changed files with 31 additions and 31 deletions

View File

@ -3,32 +3,32 @@ GEM
specs: specs:
addressable (2.4.0) addressable (2.4.0)
backports (3.6.8) backports (3.6.8)
ethon (0.8.1) ethon (0.10.1)
ffi (>= 1.3.0) ffi (>= 1.3.0)
faraday (0.9.2) faraday (0.11.0)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
faraday_middleware (0.10.0) faraday_middleware (0.11.0.1)
faraday (>= 0.7.4, < 0.10) faraday (>= 0.7.4, < 1.0)
ffi (1.9.10) ffi (1.9.18)
gh (0.14.0) gh (0.15.1)
addressable addressable (~> 2.4.0)
backports backports
faraday (~> 0.8) faraday (~> 0.8)
multi_json (~> 1.0) multi_json (~> 1.0)
net-http-persistent (>= 2.7) net-http-persistent (~> 2.9)
net-http-pipeline net-http-pipeline
highline (1.7.8) highline (1.7.8)
json (1.8.3) json (2.0.3)
launchy (2.4.3) launchy (2.4.3)
addressable (~> 2.3) addressable (~> 2.3)
multi_json (1.11.2) multi_json (1.12.1)
multipart-post (2.0.0) multipart-post (2.0.0)
net-http-persistent (2.9.4) net-http-persistent (2.9.4)
net-http-pipeline (1.0.1) net-http-pipeline (1.0.1)
pusher-client (0.6.2) pusher-client (0.6.2)
json json
websocket (~> 1.0) websocket (~> 1.0)
travis (1.8.2) travis (1.8.8)
backports backports
faraday (~> 0.9) faraday (~> 0.9)
faraday_middleware (~> 0.9, >= 0.9.1) faraday_middleware (~> 0.9, >= 0.9.1)
@ -39,7 +39,7 @@ GEM
typhoeus (~> 0.6, >= 0.6.8) typhoeus (~> 0.6, >= 0.6.8)
typhoeus (0.8.0) typhoeus (0.8.0)
ethon (>= 0.8.0) ethon (>= 0.8.0)
websocket (1.2.2) websocket (1.2.4)
PLATFORMS PLATFORMS
ruby ruby
@ -48,4 +48,4 @@ DEPENDENCIES
travis travis
BUNDLED WITH BUNDLED WITH
1.11.2 1.14.4

View File

@ -18,42 +18,42 @@
ethon = { ethon = {
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0afvvv4sxs330jhk4xz9kj6qgj70yvd4zsjnb9yvxhmaq49k8yij"; sha256 = "1i873cvma4j52xmij7kasjylh66vf60cy5prkp4cz4hcn9jlkznl";
type = "gem"; type = "gem";
}; };
version = "0.8.1"; version = "0.10.1";
}; };
faraday = { faraday = {
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1kplqkpn2s2yl3lxdf6h7sfldqvkbkpxwwxhyk7mdhjplb5faqh6"; sha256 = "18p1csdivgwmshfw3mb698a3bn0yrykg30khk5qxjf6n168g91jr";
type = "gem"; type = "gem";
}; };
version = "0.9.2"; version = "0.11.0";
}; };
faraday_middleware = { faraday_middleware = {
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0nxia26xzy8i56qfyz1bg8dg9yb26swpgci8n5jry8mh4bnx5r5h"; sha256 = "0bcarc90brm1y68bl957w483bddsy9idj2gghqnysk6bbxpsvm00";
type = "gem"; type = "gem";
}; };
version = "0.10.0"; version = "0.11.0.1";
}; };
ffi = { ffi = {
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1m5mprppw0xcrv2mkim5zsk70v089ajzqiq5hpyb0xg96fcyzyxj"; sha256 = "034f52xf7zcqgbvwbl20jwdyjwznvqnwpbaps9nk18v9lgb1dpx0";
type = "gem"; type = "gem";
}; };
version = "1.9.10"; version = "1.9.18";
}; };
gh = { gh = {
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0j7m6jmxzkxvnqgnhmci33a89qpaxxcrm55kk5vz4bcpply04hx2"; sha256 = "0g4df0jsscq16g6f27flfmvk7p4sbq81d5mdylbz4ikqq60kywzg";
type = "gem"; type = "gem";
}; };
version = "0.14.0"; version = "0.15.1";
}; };
highline = { highline = {
source = { source = {
@ -66,10 +66,10 @@
json = { json = {
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1nsby6ry8l9xg3yw4adlhk2pnc7i0h0rznvcss4vk3v74qg0k8lc"; sha256 = "0cpw154il64w6q20rrnsbjx1cdfz1yrzz1lgdbpn59lcwc6mprql";
type = "gem"; type = "gem";
}; };
version = "1.8.3"; version = "2.0.3";
}; };
launchy = { launchy = {
source = { source = {
@ -82,10 +82,10 @@
multi_json = { multi_json = {
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1rf3l4j3i11lybqzgq2jhszq7fh7gpmafjzd14ymp9cjfxqg596r"; sha256 = "1wpc23ls6v2xbk3l1qncsbz16npvmw8p0b38l8czdzri18mp51xk";
type = "gem"; type = "gem";
}; };
version = "1.11.2"; version = "1.12.1";
}; };
multipart-post = { multipart-post = {
source = { source = {
@ -122,10 +122,10 @@
travis = { travis = {
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0ph83whzw5hjkp1kgbkjd2g0vi6kdr9sif6vxvxgjf186id43q0s"; sha256 = "02bjz73f6r9b7nskwzcvcbr4hlvgwrf9rnr6d218d2i1rk4ww936";
type = "gem"; type = "gem";
}; };
version = "1.8.2"; version = "1.8.8";
}; };
typhoeus = { typhoeus = {
source = { source = {
@ -138,9 +138,9 @@
websocket = { websocket = {
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1frcsgj4f984db920xwapflqwgrwncw86c1rv94pp5gs2q1iaap4"; sha256 = "1shymfaw14p8jdi74nwz4nsgc9cmpli166lkp5g5wbhjmhmpvrnh";
type = "gem"; type = "gem";
}; };
version = "1.2.2"; version = "1.2.4";
}; };
} }