Skip to content

Commit 731dfa2

Browse files
committed
oh argh travis
1 parent 267489a commit 731dfa2

File tree

1 file changed

+27
-24
lines changed

1 file changed

+27
-24
lines changed

Gemfile.lock

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
addressable (2.3.8)
4+
addressable (2.3.6)
55
builder (3.2.2)
66
diff-lcs (1.2.5)
77
faraday (0.8.9)
88
multipart-post (~> 1.2.0)
9-
git (1.2.9.1)
9+
git (1.2.7)
1010
github_api (0.10.1)
1111
addressable
1212
faraday (~> 0.8.1)
1313
hashie (>= 1.2)
1414
multi_json (~> 1.4)
1515
nokogiri (~> 1.5.2)
1616
oauth2
17-
hashie (3.4.2)
18-
highline (1.7.8)
17+
hashie (3.2.0)
18+
highline (1.6.21)
1919
jeweler (1.8.8)
2020
builder
2121
bundler (~> 1.0)
@@ -25,9 +25,9 @@ GEM
2525
nokogiri (= 1.5.10)
2626
rake
2727
rdoc
28-
json (1.8.3)
29-
jwt (1.5.1)
30-
multi_json (1.11.2)
28+
json (1.8.1)
29+
jwt (1.0.0)
30+
multi_json (1.10.1)
3131
multi_xml (0.5.5)
3232
multipart-post (1.2.0)
3333
nokogiri (1.5.10)
@@ -37,29 +37,32 @@ GEM
3737
multi_json (~> 1.3)
3838
multi_xml (~> 0.5)
3939
rack (~> 1.2)
40-
rack (1.6.4)
41-
rake (10.4.2)
42-
rdoc (3.12.2)
40+
rack (1.5.2)
41+
rake (10.2.2)
42+
rdoc (4.1.1)
4343
json (~> 1.4)
44-
rspec (3.3.0)
45-
rspec-core (~> 3.3.0)
46-
rspec-expectations (~> 3.3.0)
47-
rspec-mocks (~> 3.3.0)
48-
rspec-core (3.3.2)
49-
rspec-support (~> 3.3.0)
50-
rspec-expectations (3.3.1)
44+
rdoc-data (4.0.1)
45+
rdoc (~> 4.0)
46+
rspec (3.0.0)
47+
rspec-core (~> 3.0.0)
48+
rspec-expectations (~> 3.0.0)
49+
rspec-mocks (~> 3.0.0)
50+
rspec-core (3.0.2)
51+
rspec-support (~> 3.0.0)
52+
rspec-expectations (3.0.2)
5153
diff-lcs (>= 1.2.0, < 2.0)
52-
rspec-support (~> 3.3.0)
53-
rspec-mocks (3.3.2)
54-
diff-lcs (>= 1.2.0, < 2.0)
55-
rspec-support (~> 3.3.0)
56-
rspec-support (3.3.0)
54+
rspec-support (~> 3.0.0)
55+
rspec-mocks (3.0.2)
56+
rspec-support (~> 3.0.0)
57+
rspec-support (3.0.2)
5758

5859
PLATFORMS
5960
ruby
6061

6162
DEPENDENCIES
62-
bundler (~> 1.0)
63+
bundler
6364
jeweler (~> 1.8.3)
64-
rdoc (~> 3.12)
65+
rdoc (~> 4.1)
66+
rdoc-data (~> 4.0)
6567
rspec
68+

0 commit comments

Comments
 (0)