diff --git a/Gemfile b/Gemfile index cdcd403..257c586 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "http://rubygems.org" gem "rspec", "~> 2.6.0" gem "rcov", :platforms => :mri_18 gem "simplecov", :platforms => :mri_19 -gem "cucumber" +gem "cucumber", ">= 1.1.0" gem "ruby-debug", :platforms => :mri_18 gem "ruby-debug19", :platforms => :mri_19 diff --git a/Gemfile.lock b/Gemfile.lock index c35b571..b6842b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,18 +2,17 @@ GEM remote: http://rubygems.org/ specs: archive-tar-minitar (0.5.2) - builder (3.0.0) + builder (3.2.4) columnize (0.3.4) - cucumber (1.1.0) + cucumber (1.2.1) builder (>= 2.1.2) - diff-lcs (>= 1.1.2) - gherkin (~> 2.5.0) + diff-lcs (>= 1.1.3) + gherkin (~> 2.11.0) json (>= 1.4.6) - term-ansicolor (>= 1.0.6) diff-lcs (1.1.3) - gherkin (2.5.2) - json (>= 1.4.6) - json (1.6.1) + gherkin (2.11.6) + json (>= 1.7.6) + json (2.3.0) linecache (0.46) rbx-require-relative (> 0.0.4) linecache19 (0.5.12) @@ -48,15 +47,17 @@ GEM multi_json (~> 1.0.3) simplecov-html (~> 0.5.3) simplecov-html (0.5.3) - term-ansicolor (1.0.7) PLATFORMS ruby DEPENDENCIES - cucumber + cucumber (>= 1.1.0) rcov rspec (~> 2.6.0) ruby-debug ruby-debug19 simplecov + +BUNDLED WITH + 1.17.3