Skip to content

Commit ecca52a

Browse files
committed
Pinned to older version of octokit and faraday gems to fix errors with Github API
1 parent 974cab9 commit ecca52a

File tree

2 files changed

+17
-46
lines changed

2 files changed

+17
-46
lines changed

Gemfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ gem 'awesome_print'
107107
# Hangup on long calls
108108
gem 'rack-timeout'
109109

110+
gem 'faraday', '~> 0.8.1'
111+
110112
# ----------------
111113

112114
gem 'rocket_tag'
@@ -125,7 +127,7 @@ gem 'mail'
125127
gem 'mini_magick'
126128
gem 'mixpanel'
127129
gem 'never_wastes'
128-
gem 'octokit'
130+
gem 'octokit', '~> 1.23.0'
129131
gem 'pubnub', '0.1.9'
130132
gem 'querystring'
131133
gem 'rails_autolink'
@@ -147,8 +149,8 @@ group :development do
147149
gem 'guard-rspec'
148150
gem 'spring'
149151
gem 'spring-commands-rspec'
150-
gem 'travis'
151-
gem 'travis-lint'
152+
#gem 'travis'
153+
#gem 'travis-lint'
152154
end
153155

154156
group :development, :test do

Gemfile.lock

Lines changed: 12 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ GEM
7878
ejs
7979
jquery-rails
8080
rails (>= 3.1)
81-
backports (3.6.0)
8281
barber (0.1.2)
8382
execjs
8483
better_errors (1.1.0)
@@ -168,8 +167,6 @@ GEM
168167
equalizer (0.0.9)
169168
erubis (2.7.0)
170169
escape (0.0.4)
171-
ethon (0.7.0)
172-
ffi (>= 1.3.0)
173170
eventmachine (1.0.0)
174171
excon (0.32.0)
175172
execjs (1.4.0)
@@ -178,8 +175,8 @@ GEM
178175
fakefs (0.4.2)
179176
faker (1.1.2)
180177
i18n (~> 0.5)
181-
faraday (0.9.0)
182-
multipart-post (>= 1.2, < 3)
178+
faraday (0.8.9)
179+
multipart-post (~> 1.2.0)
183180
faraday_middleware (0.9.1)
184181
faraday (>= 0.7.4, < 0.10)
185182
feedjira (1.2.0)
@@ -208,13 +205,6 @@ GEM
208205
rspec-instafail (~> 0.2.0)
209206
ruby-progressbar (~> 1.0)
210207
geocoder (1.1.4)
211-
gh (0.13.2)
212-
addressable
213-
backports
214-
faraday (~> 0.8)
215-
multi_json (~> 1.0)
216-
net-http-persistent (>= 2.7)
217-
net-http-pipeline
218208
github-markdown (0.6.5)
219209
grackle (0.2.1)
220210
json
@@ -250,7 +240,6 @@ GEM
250240
heroku-api (0.3.17)
251241
excon (~> 0.27)
252242
multi_json (~> 1.8.2)
253-
highline (1.6.21)
254243
hike (1.2.3)
255244
hirb (0.7.1)
256245
hiredis (0.4.5)
@@ -337,9 +326,7 @@ GEM
337326
mono_logger (1.1.0)
338327
multi_json (1.8.4)
339328
multi_xml (0.5.1)
340-
multipart-post (2.0.0)
341-
net-http-persistent (2.9.4)
342-
net-http-pipeline (1.0.1)
329+
multipart-post (1.2.0)
343330
net-ssh (2.6.1)
344331
netrc (0.7.7)
345332
never_wastes (0.0.6)
@@ -363,8 +350,13 @@ GEM
363350
jwt (~> 0.1.4)
364351
multi_json (~> 1.0)
365352
rack (~> 1.2)
366-
octokit (3.1.0)
367-
sawyer (~> 0.5.3)
353+
octokit (1.23.0)
354+
addressable (~> 2.2)
355+
faraday (~> 0.8)
356+
faraday_middleware (~> 0.9)
357+
hashie (~> 1.2)
358+
multi_json (~> 1.3)
359+
netrc (~> 0.7.7)
368360
oj (2.5.5)
369361
omniauth (1.1.1)
370362
hashie (~> 1.2)
@@ -415,9 +407,6 @@ GEM
415407
pubnub (0.1.9)
416408
em-http-request (>= 1.0.2)
417409
json
418-
pusher-client (0.6.0)
419-
json
420-
websocket (~> 1.0)
421410
querystring (0.1.0)
422411
quiet_assets (1.0.2)
423412
railties (>= 3.1, < 5.0)
@@ -517,9 +506,6 @@ GEM
517506
railties (~> 3.2.0)
518507
sass (>= 3.1.10)
519508
tilt (~> 1.3)
520-
sawyer (0.5.4)
521-
addressable (~> 2.3.5)
522-
faraday (~> 0.8, < 0.10)
523509
sax-machine (0.2.1)
524510
nokogiri (~> 1.6.0)
525511
selenium-webdriver (2.26.0)
@@ -577,19 +563,6 @@ GEM
577563
multi_json (~> 1.0)
578564
rake
579565
rest-client (~> 1.6)
580-
travis (1.6.11)
581-
addressable (~> 2.3)
582-
backports
583-
faraday (~> 0.9)
584-
faraday_middleware (~> 0.9)
585-
gh (~> 0.13)
586-
highline (~> 1.6)
587-
launchy (~> 2.1)
588-
pry (~> 0.9)
589-
pusher-client (~> 0.4)
590-
typhoeus (~> 0.6, >= 0.6.8)
591-
travis-lint (1.7.0)
592-
hashr (~> 0.0.22)
593566
treetop (1.4.15)
594567
polyglot
595568
polyglot (>= 0.3.1)
@@ -605,8 +578,6 @@ GEM
605578
json (~> 1.8)
606579
memoizable (~> 0.2.0)
607580
simple_oauth (~> 0.2.0)
608-
typhoeus (0.6.8)
609-
ethon (>= 0.7.0)
610581
tzinfo (0.3.39)
611582
uglifier (1.3.0)
612583
execjs (>= 0.3.0)
@@ -623,7 +594,6 @@ GEM
623594
webmock (1.15.2)
624595
addressable (>= 2.2.7)
625596
crack (>= 0.3.2)
626-
websocket (1.1.4)
627597
xpath (0.1.4)
628598
nokogiri (~> 1.3)
629599
yard (0.8.7.3)
@@ -654,6 +624,7 @@ DEPENDENCIES
654624
ember-rails!
655625
fabrication (= 1.4.1)
656626
faker
627+
faraday (~> 0.8.1)
657628
feedjira
658629
fog
659630
font_assets (~> 0.1.2)
@@ -693,7 +664,7 @@ DEPENDENCIES
693664
newrelic_resque_agent
694665
newrelic_rpm
695666
nokogiri
696-
octokit
667+
octokit (~> 1.23.0)
697668
oj
698669
omniauth (~> 1.1.0)
699670
omniauth-facebook
@@ -733,8 +704,6 @@ DEPENDENCIES
733704
syntax
734705
timecop
735706
tire (~> 0.4.1)
736-
travis
737-
travis-lint
738707
tweet-button
739708
twitter
740709
uglifier (>= 1.0.3)

0 commit comments

Comments
 (0)