bump cucumber-rails

This commit is contained in:
Jens Ulferts
2017-10-17 16:20:20 +02:00
parent c80f2331ea
commit db9aabdb1f
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ group :test do
gem 'test-prof'
gem 'cucumber', '~> 3.0.0'
gem 'cucumber-rails', '~> 1.4.4', require: false
gem 'cucumber-rails', '~> 1.5.0', require: false
gem 'database_cleaner', '~> 1.6'
gem 'rack_session_access'
# not possible to upgrade to 3.6+ until rails is 5.1+
+7 -7
View File
@@ -145,8 +145,8 @@ GEM
activerecord (>= 3.0)
acts_as_tree (2.7.0)
activerecord (>= 3.0.0)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
airbrake (5.1.0)
airbrake-ruby (~> 1.1)
airbrake-ruby (1.5.0)
@@ -229,12 +229,12 @@ GEM
cucumber-tag_expressions (>= 1.0.1)
gherkin (>= 4.1.3)
cucumber-expressions (4.0.4)
cucumber-rails (1.4.5)
cucumber-rails (1.5.0)
capybara (>= 1.1.2, < 3)
cucumber (>= 1.3.8, < 4)
mime-types (>= 1.16, < 4)
mime-types (>= 1.17, < 4)
nokogiri (~> 1.5)
railties (>= 3, < 5.1)
railties (>= 4, < 5.2)
cucumber-tag_expressions (1.0.1)
cucumber-wire (0.0.1)
daemons (1.2.4)
@@ -413,7 +413,7 @@ GEM
pry-stack_explorer (0.4.9.2)
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
public_suffix (2.0.5)
public_suffix (3.0.0)
rabl (0.13.1)
activesupport (>= 2.3.14)
rack (2.0.3)
@@ -645,7 +645,7 @@ DEPENDENCIES
coderay (~> 1.1.2)
color-tools (~> 1.3.0)
cucumber (~> 3.0.0)
cucumber-rails (~> 1.4.4)
cucumber-rails (~> 1.5.0)
daemons
dalli (~> 2.7.6)
database_cleaner (~> 1.6)