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'
|
||||
|
||||
#github api
|
||||
gem "octokit", "~> 4.19"
|
||||
gem "octokit", "~> 4.0"
|
||||
gem 'faraday-http-cache'
|
||||
|
||||
group :production do
|
||||
|
|
|
@ -274,7 +274,7 @@ GEM
|
|||
multi_json (~> 1.3)
|
||||
multi_xml (~> 0.5)
|
||||
rack (>= 1.2, < 3)
|
||||
octokit (4.19.0)
|
||||
octokit (4.20.0)
|
||||
faraday (>= 0.9)
|
||||
sawyer (~> 0.8.0, >= 0.5.3)
|
||||
ohm (1.3.2)
|
||||
|
@ -610,7 +610,7 @@ DEPENDENCIES
|
|||
mock_redis
|
||||
ng-rails-csrf
|
||||
ngannotate-rails
|
||||
octokit (~> 4.19)
|
||||
octokit (~> 4.0)
|
||||
ohm (~> 1.3.2)
|
||||
ohm-expire (~> 0.1.3)
|
||||
omniauth-github
|
||||
|
|
Loading…
Reference in New Issue