diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-19 11:47:59 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-19 11:47:59 -0600 |
| commit | 8c3a0d5c1fb9db189ed9ce018ec3fbcd494dc06c (patch) | |
| tree | adc9862e7fef7e42ba2ee0b7b56c8ad2afd4ae16 /Gemfile.lock | |
| parent | e2566358593796c40e2ae495549e063da4030728 (diff) | |
add js: test as example to get running on the ci box
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index bb8df82..3178630 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,6 +36,8 @@ GEM rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (~> 2.0) + childprocess (0.3.9) + ffi (~> 1.0, >= 1.0.11) coffee-rails (4.0.0) coffee-script (>= 2.2.0) railties (>= 4.0.0.beta, < 5.0) @@ -54,6 +56,7 @@ GEM multi_json (~> 1.0) faye-websocket (0.4.7) eventmachine (>= 0.12.0) + ffi (1.9.0) hike (1.2.3) http_parser.rb (0.5.3) i18n (0.6.4) @@ -111,6 +114,7 @@ GEM rspec-core (~> 2.14.0) rspec-expectations (~> 2.14.0) rspec-mocks (~> 2.14.0) + rubyzip (0.9.9) sass (3.2.9) sass-rails (4.0.0) railties (>= 4.0.0.beta, < 5.0) @@ -119,6 +123,11 @@ GEM sdoc (0.3.20) json (>= 1.1.3) rdoc (~> 3.10) + selenium-webdriver (2.33.0) + childprocess (>= 0.2.5) + multi_json (~> 1.0) + rubyzip + websocket (~> 1.0.4) sprockets (2.10.0) hike (~> 1.2) multi_json (~> 1.0) @@ -144,6 +153,7 @@ GEM uglifier (2.1.2) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) + websocket (1.0.7) xpath (2.0.0) nokogiri (~> 1.3) @@ -163,6 +173,7 @@ DEPENDENCIES rspec-rails sass-rails (~> 4.0.0) sdoc + selenium-webdriver teaspoon turbolinks uglifier (>= 1.3.0) |
