diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-07-22 14:24:48 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-07-22 14:24:48 -0600 |
commit | 868e42b32250192e2b05735b94976ad6c43b76cc (patch) | |
tree | b06d3d30ac4545d88c27ace4c488b62f9c70d2fc /Gemfile.lock | |
parent | 3f7ac28806983c9b13e40856685aeb0d494ccb4d (diff) | |
download | gitlab-ce-868e42b32250192e2b05735b94976ad6c43b76cc.tar.gz |
Update rack-oauth2 from 1.2.1 to 1.2.3.cs-upgrade-rack-oauth2
Removes methods deprecated in Rails 5.
https://github.com/nov/rack-oauth2/compare/v1.2.1...v1.2.3
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 195516d1bf1..aec7c4421f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -505,7 +505,7 @@ GEM rack-cors (0.4.0) rack-mount (0.8.3) rack (>= 1.0.0) - rack-oauth2 (1.2.1) + rack-oauth2 (1.2.3) activesupport (>= 2.3) attr_required (>= 0.0.5) httpclient (>= 2.4) |