diff options
author | Robert Speicher <rspeicher@gmail.com> | 2017-03-25 12:19:45 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-03-25 12:19:45 -0400 |
commit | c27f3189a08484166c0191e87b1d1ddd26da2926 (patch) | |
tree | 2ac2d61b73511d52818141434033b4e50a8da914 /Gemfile.lock | |
parent | 1fde4977bc8db0ca0884f64b07021e1051c0469d (diff) | |
download | gitlab-ce-c27f3189a08484166c0191e87b1d1ddd26da2926.tar.gz |
Remove web-console gem
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index d2186c12df5..e7d8d7f9caa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -814,11 +814,6 @@ GEM vmstat (2.3.0) warden (1.2.6) rack (>= 1.0) - web-console (2.3.0) - activemodel (>= 4.0) - binding_of_caller (>= 0.7.2) - railties (>= 4.0) - sprockets-rails (>= 2.0, < 4.0) webmock (1.21.0) addressable (>= 2.3.6) crack (>= 0.3.2) @@ -1024,7 +1019,6 @@ DEPENDENCIES version_sorter (~> 2.1.0) virtus (~> 1.0.1) vmstat (~> 2.3.0) - web-console (~> 2.0) webmock (~> 1.21.0) webpack-rails (~> 0.9.9) wikicloth (= 0.8.1) |