Skip to content

Commit

Permalink
travis: 1.8.2 -> 1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Mar 14, 2017
1 parent d6f586b commit 496120c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
26 changes: 13 additions & 13 deletions pkgs/development/tools/misc/travis/Gemfile.lock
Expand Up @@ -3,32 +3,32 @@ GEM
specs:
addressable (2.4.0)
backports (3.6.8)
ethon (0.8.1)
ethon (0.10.1)
ffi (>= 1.3.0)
faraday (0.9.2)
faraday (0.11.0)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.10.0)
faraday (>= 0.7.4, < 0.10)
ffi (1.9.10)
gh (0.14.0)
addressable
faraday_middleware (0.11.0.1)
faraday (>= 0.7.4, < 1.0)
ffi (1.9.18)
gh (0.15.1)
addressable (~> 2.4.0)
backports
faraday (~> 0.8)
multi_json (~> 1.0)
net-http-persistent (>= 2.7)
net-http-persistent (~> 2.9)
net-http-pipeline
highline (1.7.8)
json (1.8.3)
json (2.0.3)
launchy (2.4.3)
addressable (~> 2.3)
multi_json (1.11.2)
multi_json (1.12.1)
multipart-post (2.0.0)
net-http-persistent (2.9.4)
net-http-pipeline (1.0.1)
pusher-client (0.6.2)
json
websocket (~> 1.0)
travis (1.8.2)
travis (1.8.8)
backports
faraday (~> 0.9)
faraday_middleware (~> 0.9, >= 0.9.1)
Expand All @@ -39,7 +39,7 @@ GEM
typhoeus (~> 0.6, >= 0.6.8)
typhoeus (0.8.0)
ethon (>= 0.8.0)
websocket (1.2.2)
websocket (1.2.4)

PLATFORMS
ruby
Expand All @@ -48,4 +48,4 @@ DEPENDENCIES
travis

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

0 comments on commit 496120c

Please sign in to comment.