Update octokit
This commit is contained in:
parent
2e9d2fc1dd
commit
7537ce7625
2
Gemfile
2
Gemfile
|
@ -63,7 +63,7 @@ gem 'rack-utf8_sanitizer'
|
||||||
gem 'redis-semaphore'
|
gem 'redis-semaphore'
|
||||||
|
|
||||||
#github api
|
#github api
|
||||||
gem "octokit", "~> 4.19"
|
gem "octokit", "~> 4.0"
|
||||||
gem 'faraday-http-cache'
|
gem 'faraday-http-cache'
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
|
|
|
@ -274,7 +274,7 @@ GEM
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
multi_xml (~> 0.5)
|
multi_xml (~> 0.5)
|
||||||
rack (>= 1.2, < 3)
|
rack (>= 1.2, < 3)
|
||||||
octokit (4.19.0)
|
octokit (4.20.0)
|
||||||
faraday (>= 0.9)
|
faraday (>= 0.9)
|
||||||
sawyer (~> 0.8.0, >= 0.5.3)
|
sawyer (~> 0.8.0, >= 0.5.3)
|
||||||
ohm (1.3.2)
|
ohm (1.3.2)
|
||||||
|
@ -610,7 +610,7 @@ DEPENDENCIES
|
||||||
mock_redis
|
mock_redis
|
||||||
ng-rails-csrf
|
ng-rails-csrf
|
||||||
ngannotate-rails
|
ngannotate-rails
|
||||||
octokit (~> 4.19)
|
octokit (~> 4.0)
|
||||||
ohm (~> 1.3.2)
|
ohm (~> 1.3.2)
|
||||||
ohm-expire (~> 0.1.3)
|
ohm-expire (~> 0.1.3)
|
||||||
omniauth-github
|
omniauth-github
|
||||||
|
|
Loading…
Reference in New Issue