diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-10 09:41:51 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-10 09:41:51 +0300 |
commit | 8795f67f47880f4ac4c88b627c22f1861cda2bc0 (patch) | |
tree | a200fd1ae3896bf4be0d7e0c5e5b5992c7d9e665 /Gemfile.lock | |
parent | a1ba470e4e0ec5ebbcd47755122878df6d19ad0b (diff) | |
download | gitlab-ce-8795f67f47880f4ac4c88b627c22f1861cda2bc0.tar.gz |
REmoved autotest, added notify libs for growl
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 00ece6018eb..94b162810b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,7 +68,6 @@ GIT GEM remote: http://rubygems.org/ specs: - ZenTest (4.8.1) actionmailer (3.2.8) actionpack (= 3.2.8) mail (~> 2.4.4) @@ -100,10 +99,6 @@ GEM rails (~> 3.0) addressable (2.2.8) arel (3.0.2) - autotest (4.4.6) - ZenTest (>= 4.4.1) - autotest-rails (4.1.2) - ZenTest (~> 4.5) awesome_print (1.0.2) bcrypt-ruby (3.0.1) blankslate (2.1.2.4) @@ -186,6 +181,7 @@ GEM multi_xml rack rack-mount + growl (1.0.3) guard (1.3.2) listen (>= 0.4.2) thor (>= 0.14.6) @@ -283,6 +279,9 @@ GEM raindrops (0.9.0) rake (0.9.2.2) raphael-rails (1.5.2) + rb-fsevent (0.9.1) + rb-inotify (0.8.8) + ffi (>= 0.5.0) rdoc (3.12) json (~> 1.4) redcarpet (2.1.1) @@ -386,8 +385,6 @@ PLATFORMS DEPENDENCIES acts-as-taggable-on (= 2.3.1) annotate! - autotest - autotest-rails awesome_print bootstrap-sass (= 2.0.4) capybara @@ -412,6 +409,7 @@ DEPENDENCIES grack! grape (~> 0.2.1) grit! + growl guard-cucumber guard-rspec haml-rails @@ -431,6 +429,8 @@ DEPENDENCIES rack-mini-profiler rails (= 3.2.8) raphael-rails (= 1.5.2) + rb-fsevent + rb-inotify redcarpet (~> 2.1.1) resque (~> 1.20.0) resque_mailer |