diff options
author | Karlo Soriano <dev+karlo@aelogica.com> | 2013-05-09 13:00:56 +0800 |
---|---|---|
committer | karlo57 <karlo.karlo.karlo@gmail.com> | 2013-06-05 16:51:48 +0800 |
commit | 71d67e6557acb1ce3beeec2c2c6deb35015bd8bb (patch) | |
tree | c8e23f80ee62359d8db8574056ea69ac70eb4406 /Gemfile.lock | |
parent | b9d989dc056a2a2b9316ff9aa06b57c736426871 (diff) | |
download | gitlab-ce-71d67e6557acb1ce3beeec2c2c6deb35015bd8bb.tar.gz |
Contributors graphs feature for GitLab
Created tests and refactored some code along the way
Added stat graph util spec, refactored code
finsihed up tests and refactors
finsihed up tests and refactors
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 0af3d516eec..c14d6474828 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,6 +69,8 @@ GEM celluloid (0.14.0) timers (>= 1.0.0) charlock_holmes (0.6.9.4) + childprocess (0.3.9) + ffi (~> 1.0, >= 1.0.11) chosen-rails (0.9.8) railties (~> 3.0) thor (~> 0.14) @@ -92,6 +94,8 @@ GEM simplecov (>= 0.7) thor crack (0.3.2) + d3_rails (3.1.4) + railties (>= 3.1.0) daemons (1.1.9) database_cleaner (1.0.1) debug_inspector (0.0.2) @@ -216,6 +220,12 @@ GEM multi_xml (>= 0.5.2) httpauth (0.2.0) i18n (0.6.1) + jasmine (1.3.2) + jasmine-core (~> 1.3.1) + rack (~> 1.0) + rspec (>= 1.3.1) + selenium-webdriver (>= 0.1.3) + jasmine-core (1.3.1) journey (1.0.4) jquery-atwho-rails (0.3.0) jquery-rails (2.1.3) @@ -392,6 +402,7 @@ GEM rspec-mocks (~> 2.13.0) ruby-progressbar (1.0.2) rubyntlm (0.1.1) + rubyzip (0.9.9) sanitize (2.0.3) nokogiri (>= 1.4.4, < 1.6) sass (3.2.9) @@ -408,6 +419,11 @@ GEM select2-rails (3.3.1) sass-rails (>= 3.2) thor (~> 0.14) + selenium-webdriver (2.32.1) + childprocess (>= 0.2.5) + multi_json (~> 1.0) + rubyzip + websocket (~> 1.0.4) settingslogic (2.0.9) sexp_processor (4.2.1) shoulda-matchers (2.1.0) @@ -482,6 +498,7 @@ GEM uglifier (2.0.1) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) + underscore-rails (1.4.4) virtus (0.5.4) backports (~> 2.6.1) descendants_tracker (~> 0.0.1) @@ -490,6 +507,7 @@ GEM webmock (1.11.0) addressable (>= 2.2.7) crack (>= 0.3.2) + websocket (1.0.7) xpath (2.0.0) nokogiri (~> 1.3) yajl-ruby (1.1.0) @@ -510,6 +528,7 @@ DEPENDENCIES coffee-rails colored coveralls + d3_rails (~> 3.1.4) database_cleaner devise email_spec @@ -536,6 +555,7 @@ DEPENDENCIES haml-rails hipchat (~> 0.9.0) httparty + jasmine jquery-atwho-rails (= 0.3.0) jquery-rails (= 2.1.3) jquery-turbolinks @@ -586,4 +606,5 @@ DEPENDENCIES tinder (~> 1.9.2) turbolinks uglifier + underscore-rails (~> 1.4.4) webmock |