From 15a7e9d92a392ddb02968e60039c0b88416e05d7 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 6 Oct 2015 19:23:44 +0200 Subject: Install Capybara and Selenium for more advanced tests. --- Gemfile.lock | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 0987043..326223e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,10 +2,23 @@ GEM remote: https://rubygems.org/ specs: byebug (6.0.2) + capybara (2.5.0) + mime-types (>= 1.16) + nokogiri (>= 1.3.3) + rack (>= 1.0.0) + rack-test (>= 0.5.4) + xpath (~> 2.0) + childprocess (0.5.6) + ffi (~> 1.0, >= 1.0.11) diff-lcs (1.2.5) + ffi (1.9.10) mail (2.6.3) mime-types (>= 1.16, < 3) mime-types (2.6.2) + mini_portile (0.6.2) + multi_json (1.11.2) + nokogiri (1.6.6.2) + mini_portile (~> 0.6.0) pdf-core (0.6.0) prawn (2.0.2) pdf-core (~> 0.6.0) @@ -28,6 +41,12 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.3.0) rspec-support (3.3.0) + rubyzip (1.1.7) + selenium-webdriver (2.47.1) + childprocess (~> 0.5) + multi_json (~> 1.0) + rubyzip (~> 1.0) + websocket (~> 1.0) sinatra (1.4.6) rack (~> 1.4) rack-protection (~> 1.4) @@ -36,16 +55,21 @@ GEM sinatra (>= 0.9.1.1) tilt (2.0.1) ttfunk (1.4.0) + websocket (1.2.2) + xpath (2.0.0) + nokogiri (~> 1.3) PLATFORMS ruby DEPENDENCIES byebug + capybara mail prawn rack-test rspec + selenium-webdriver sinatra sinatra-url-for -- cgit v1.2.3