Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit 9519fa9

Browse files
committedJul 23, 2016
update gems
1 parent 4be7d65 commit 9519fa9

File tree

1 file changed

+34
-33
lines changed

1 file changed

+34
-33
lines changed
 

Diff for: ‎Gemfile.lock

+34-33
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.3.8)
5-
ast (2.2.0)
6-
coderay (1.1.0)
7-
cookiejar (0.3.0)
4+
addressable (2.4.0)
5+
ast (2.3.0)
6+
coderay (1.1.1)
7+
cookiejar (0.3.3)
88
diff-lcs (1.2.5)
9-
em-http-request (1.1.3)
9+
em-http-request (1.1.5)
1010
addressable (>= 2.3.4)
11-
cookiejar (<= 0.3.0)
11+
cookiejar (!= 0.3.1)
1212
em-socksify (>= 0.3)
1313
eventmachine (>= 1.0.3)
1414
http_parser.rb (>= 0.6.0)
1515
em-socksify (0.3.1)
1616
eventmachine (>= 1.0.0.beta.4)
17-
em-synchrony (1.0.4)
17+
em-synchrony (1.0.5)
1818
eventmachine (>= 1.0.0.beta.1)
1919
eventmachine (1.0.9.1)
2020
eventmachine_httpserver (0.2.1)
@@ -23,18 +23,18 @@ GEM
2323
http_parser.rb (0.6.0)
2424
httpclient (2.8.0)
2525
method_source (0.8.2)
26-
multi_json (1.11.2)
26+
multi_json (1.12.1)
2727
multipart-post (2.0.0)
28-
octokit (4.2.0)
29-
sawyer (~> 0.6.0, >= 0.5.3)
30-
parser (2.3.0.6)
28+
octokit (4.3.0)
29+
sawyer (~> 0.7.0, >= 0.5.3)
30+
parser (2.3.1.2)
3131
ast (~> 2.2)
3232
powerpack (0.1.1)
33-
pry (0.10.3)
33+
pry (0.10.4)
3434
coderay (~> 1.1.0)
3535
method_source (~> 0.8.1)
3636
slop (~> 3.4)
37-
puffing-billy (0.6.2)
37+
puffing-billy (0.8.0)
3838
addressable
3939
em-http-request (~> 1.1.0)
4040
em-synchrony
@@ -43,32 +43,33 @@ GEM
4343
http_parser.rb (~> 0.6.0)
4444
multi_json
4545
rainbow (2.1.0)
46-
rspec (3.4.0)
47-
rspec-core (~> 3.4.0)
48-
rspec-expectations (~> 3.4.0)
49-
rspec-mocks (~> 3.4.0)
50-
rspec-core (3.4.2)
51-
rspec-support (~> 3.4.0)
52-
rspec-expectations (3.4.0)
46+
rspec (3.5.0)
47+
rspec-core (~> 3.5.0)
48+
rspec-expectations (~> 3.5.0)
49+
rspec-mocks (~> 3.5.0)
50+
rspec-core (3.5.1)
51+
rspec-support (~> 3.5.0)
52+
rspec-expectations (3.5.0)
5353
diff-lcs (>= 1.2.0, < 2.0)
54-
rspec-support (~> 3.4.0)
55-
rspec-mocks (3.4.1)
54+
rspec-support (~> 3.5.0)
55+
rspec-mocks (3.5.0)
5656
diff-lcs (>= 1.2.0, < 2.0)
57-
rspec-support (~> 3.4.0)
58-
rspec-support (3.4.1)
59-
rubocop (0.37.2)
60-
parser (>= 2.3.0.4, < 3.0)
57+
rspec-support (~> 3.5.0)
58+
rspec-support (3.5.0)
59+
rubocop (0.41.2)
60+
parser (>= 2.3.1.1, < 3.0)
6161
powerpack (~> 0.1)
6262
rainbow (>= 1.99.1, < 3.0)
6363
ruby-progressbar (~> 1.7)
64-
unicode-display_width (~> 0.3)
65-
rubocop-rspec (1.3.1)
66-
ruby-progressbar (1.7.5)
67-
sawyer (0.6.0)
68-
addressable (~> 2.3.5)
64+
unicode-display_width (~> 1.0, >= 1.0.1)
65+
rubocop-rspec (1.5.1)
66+
rubocop (>= 0.41.2)
67+
ruby-progressbar (1.8.1)
68+
sawyer (0.7.0)
69+
addressable (>= 2.3.5, < 2.5)
6970
faraday (~> 0.8, < 0.10)
7071
slop (3.6.0)
71-
unicode-display_width (0.3.1)
72+
unicode-display_width (1.1.0)
7273

7374
PLATFORMS
7475
ruby
@@ -83,4 +84,4 @@ DEPENDENCIES
8384
rubocop-rspec
8485

8586
BUNDLED WITH
86-
1.11.2
87+
1.12.5

0 commit comments

Comments
 (0)