diff --git a/Gemfile b/Gemfile index ee3d8e6..454c3d6 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "github-linguist", "~> 3.0" gem 'rugged', '= 0.21.1b2' # github-linguist specifies (~> 0.21.1b2), but 0.21.4 breaks group :development do - gem "capybara" + gem "capybara", ">= 2.5.0" gem "chef-zero" gem "cucumber" gem "rack-test" diff --git a/Gemfile.lock b/Gemfile.lock index 9a1a486..8db48af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,12 +11,14 @@ GEM buff-shell_out (0.2.0) buff-ruby_engine (~> 0.1.0) builder (3.2.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) + capybara (3.35.3) + addressable + mini_mime (>= 0.1.3) + nokogiri (~> 1.8) + rack (>= 1.6.0) + rack-test (>= 0.6.3) + regexp_parser (>= 1.5, < 3.0) + xpath (~> 3.2) celluloid (0.16.0) timers (~> 4.0.0) celluloid-io (0.16.2) @@ -64,7 +66,8 @@ GEM libyajl2 (1.2.0) method_source (0.8.2) mime-types (1.25.1) - mini_portile (0.6.2) + mini_mime (1.1.1) + mini_portile2 (2.6.1) minitest (4.7.5) mixlib-authentication (1.3.0) mixlib-log @@ -73,8 +76,9 @@ GEM multi_test (0.1.2) multipart-post (2.0.0) nio4r (1.1.1) - nokogiri (1.6.6.2) - mini_portile (~> 0.6.0) + nokogiri (1.12.4) + mini_portile2 (~> 2.6.1) + racc (~> 1.4) oj (2.12.14) posix-spawn (0.3.11) predicated (0.2.6) @@ -87,12 +91,13 @@ GEM posix-spawn (~> 0.3.6) yajl-ruby (~> 1.2.0) racc (1.4.13) - rack (1.6.4) + rack (1.6.13) rack-protection (1.5.3) rack - rack-test (0.6.3) - rack (>= 1.0) + rack-test (1.1.0) + rack (>= 1.0, < 3) rake (10.4.2) + regexp_parser (2.1.1) retryable (2.0.2) ridley (4.3.2) addressable @@ -339,15 +344,15 @@ GEM ruby2ruby (>= 2.0.1) ruby_parser (>= 3.0.1) sexp_processor (>= 4.0) - xpath (2.0.0) - nokogiri (~> 1.3) + xpath (3.2.0) + nokogiri (~> 1.8) yajl-ruby (1.2.1) PLATFORMS ruby DEPENDENCIES - capybara + capybara (>= 2.5.0) chef-zero coderay cucumber @@ -371,3 +376,6 @@ DEPENDENCIES sinatra tinyconfig (~> 0.1) wrong (= 0.7.1) + +BUNDLED WITH + 2.1.4