diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-03 20:45:53 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-03 20:45:53 -0400 |
commit | 682d4b6a861836d5cfe3e594fbeee0cff1af15e0 (patch) | |
tree | 849579aed1a872aac5abe511e25b00fa3bac7cfe /Gemfile.lock | |
parent | 83e59db55e9bd65a41af69eda893ef39e8fd7aed (diff) | |
download | gitlab-ce-682d4b6a861836d5cfe3e594fbeee0cff1af15e0.tar.gz |
Remove Guard
None of the GitLab B.V. developers were using it.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c9b8fc1f554..a341a5df409 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -261,19 +261,6 @@ GEM grape-entity (0.4.2) activesupport multi_json (>= 1.3.2) - growl (1.0.3) - guard (2.2.4) - formatador (>= 0.2.4) - listen (~> 2.1) - lumberjack (~> 1.0) - pry (>= 0.9.12) - thor (>= 0.18.1) - guard-rspec (4.2.0) - guard (>= 2.1.1) - rspec (>= 2.14, < 4.0) - guard-spinach (0.0.2) - guard (>= 1.1) - spinach haml (4.0.5) tilt haml-rails (0.5.3) @@ -326,7 +313,6 @@ GEM celluloid (~> 0.16.0) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) - lumberjack (1.0.4) macaddr (1.7.1) systemu (~> 2.6.2) mail (2.6.3) @@ -493,10 +479,6 @@ GEM rqrcode (0.4.2) rqrcode-rails3 (0.1.7) rqrcode (>= 0.4.2) - rspec (2.99.0) - rspec-core (~> 2.99.0) - rspec-expectations (~> 2.99.0) - rspec-mocks (~> 2.99.0) rspec-collection_matchers (1.1.2) rspec-expectations (>= 2.99.0.beta1) rspec-core (2.99.2) @@ -738,9 +720,6 @@ DEPENDENCIES gon (~> 5.0.0) grape (~> 0.6.1) grape-entity (~> 0.4.2) - growl - guard-rspec - guard-spinach haml-rails hipchat (~> 1.5.0) html-pipeline (~> 1.11.0) @@ -778,8 +757,6 @@ DEPENDENCIES rack-oauth2 (~> 1.0.5) rails (~> 4.1.0) raphael-rails (~> 2.1.2) - rb-fsevent - rb-inotify rdoc (~> 3.6) redcarpet (~> 3.2.3) redis-rails |