summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-01-21 12:51:24 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-01-21 12:51:24 -0500
commit8e14cb4b5ad1906b4f7337c85d9459581965c274 (patch)
treed596b2939c6f8a73a74e6abf5437ac9ac5a57a4d
parent347803058135841c3f0d0602f665d78d7b8a950b (diff)
downloadgitlab-ce-rs-bump-octokit.tar.gz
Bump octokit to `~> 3.8.0`rs-bump-octokit
Closes #2877
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 746d8e5d6de..07ddbf87130 100644
--- a/Gemfile
+++ b/Gemfile
@@ -301,7 +301,7 @@ end
gem "newrelic_rpm", '~> 3.9.4.245'
gem 'newrelic-grape'
-gem 'octokit', '~> 3.7.0'
+gem 'octokit', '~> 3.8.0'
gem "mail_room", "~> 0.6.1"
diff --git a/Gemfile.lock b/Gemfile.lock
index 5e0718af70f..cd11d388bbd 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -492,7 +492,7 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
- octokit (3.7.1)
+ octokit (3.8.0)
sawyer (~> 0.6.0, >= 0.5.3)
omniauth (1.2.2)
hashie (>= 1.2, < 4)
@@ -965,7 +965,7 @@ DEPENDENCIES
nokogiri (= 1.6.7.1)
nprogress-rails (~> 0.1.6.7)
oauth2 (~> 1.0.0)
- octokit (~> 3.7.0)
+ octokit (~> 3.8.0)
omniauth (~> 1.2.2)
omniauth-azure-oauth2 (~> 0.0.6)
omniauth-bitbucket (~> 0.0.2)