diff options
author | connorshea <connor.james.shea@gmail.com> | 2016-03-24 21:29:12 -0600 |
---|---|---|
committer | connorshea <connor.james.shea@gmail.com> | 2016-03-24 21:29:12 -0600 |
commit | 2fe8da0b500b78d28dad399bc5552328929fadc4 (patch) | |
tree | 8349cf441b1dbd6be0ad275f57a85b92993458bd /Gemfile.lock | |
parent | 28c94ee955888c48547c02f5d60698faa7aa7b58 (diff) | |
download | gitlab-ce-2fe8da0b500b78d28dad399bc5552328929fadc4.tar.gz |
Upgrade web-console to 2.3.0
Rails 5 compatibility release.
See the Changelog for more information:
https://github.com/rails/web-console/releases/tag/v2.3.0
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 16c09ab6e6d..40d2f4735a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -868,7 +868,7 @@ GEM equalizer (~> 0.0, >= 0.0.9) warden (1.2.4) rack (>= 1.0) - web-console (2.2.1) + web-console (2.3.0) activemodel (>= 4.0) binding_of_caller (>= 0.7.2) railties (>= 4.0) @@ -1064,3 +1064,6 @@ DEPENDENCIES web-console (~> 2.0) webmock (~> 1.21.0) wikicloth (= 0.8.1) + +BUNDLED WITH + 1.11.2 |