diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-01-21 12:51:24 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-01-21 12:51:24 -0500 |
commit | 8e14cb4b5ad1906b4f7337c85d9459581965c274 (patch) | |
tree | d596b2939c6f8a73a74e6abf5437ac9ac5a57a4d /Gemfile.lock | |
parent | 347803058135841c3f0d0602f665d78d7b8a950b (diff) | |
download | gitlab-ce-8e14cb4b5ad1906b4f7337c85d9459581965c274.tar.gz |
Bump octokit to `~> 3.8.0`rs-bump-octokit
Closes #2877
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
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) |