bump cucumber-rails
This commit is contained in:
parent
e5189cf457
commit
0c5c737a38
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -226,7 +226,7 @@ group :development, :test do
|
|||
gem 'rspec-rails', '3.1.0'
|
||||
|
||||
# Cucumber (integration tests)
|
||||
gem 'cucumber-rails', '1.4.1', :require => false
|
||||
gem 'cucumber-rails', '1.4.2', :require => false
|
||||
|
||||
# Jasmine (client side application tests (JS))
|
||||
gem 'jasmine', '2.0.2'
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -102,16 +102,16 @@ GEM
|
|||
connection_pool (2.0.0)
|
||||
crack (0.4.2)
|
||||
safe_yaml (~> 1.0.0)
|
||||
cucumber (1.3.16)
|
||||
cucumber (1.3.17)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.3)
|
||||
gherkin (~> 2.12)
|
||||
multi_json (>= 1.7.5, < 2.0)
|
||||
multi_test (>= 0.1.1)
|
||||
cucumber-rails (1.4.1)
|
||||
cucumber-rails (1.4.2)
|
||||
capybara (>= 1.1.2, < 3)
|
||||
cucumber (>= 1.3.8, < 2)
|
||||
mime-types (~> 1.16)
|
||||
mime-types (>= 1.16, < 3)
|
||||
nokogiri (~> 1.5)
|
||||
rails (>= 3, < 5)
|
||||
database_cleaner (1.3.0)
|
||||
|
|
@ -269,7 +269,7 @@ GEM
|
|||
redcarpet (>= 2.0)
|
||||
messagebus_ruby_api (1.0.3)
|
||||
method_source (0.8.2)
|
||||
mime-types (1.25.1)
|
||||
mime-types (2.4.1)
|
||||
mini_magick (3.8.1)
|
||||
subexec (~> 0.2.1)
|
||||
mini_portile (0.5.3)
|
||||
|
|
@ -531,7 +531,7 @@ DEPENDENCIES
|
|||
carrierwave (= 0.10.0)
|
||||
compass-rails (= 2.0.0)
|
||||
configurate (= 0.2.0)
|
||||
cucumber-rails (= 1.4.1)
|
||||
cucumber-rails (= 1.4.2)
|
||||
database_cleaner (= 1.3.0)
|
||||
devise (= 3.4.0)
|
||||
devise_lastseenable (= 0.0.4)
|
||||
|
|
|
|||
Loading…
Reference in a new issue