bump cucumber-rails
This commit is contained in:
parent
1e00d8b683
commit
8aa4d8e0e8
2 changed files with 8 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -182,7 +182,7 @@ group :test do
|
|||
# Cucumber (integration tests)
|
||||
|
||||
gem 'capybara', '1.1.3'
|
||||
gem 'cucumber-rails', '1.3.0', :require => false
|
||||
gem 'cucumber-rails', '1.3.1', :require => false
|
||||
gem 'database_cleaner', '0.9.1'
|
||||
gem 'selenium-webdriver', '2.31.0'
|
||||
|
||||
|
|
|
|||
13
Gemfile.lock
13
Gemfile.lock
|
|
@ -82,15 +82,16 @@ GEM
|
|||
compass (>= 0.12.2, < 0.14)
|
||||
configurate (0.0.2)
|
||||
crack (0.3.2)
|
||||
cucumber (1.2.1)
|
||||
cucumber (1.2.3)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.3)
|
||||
gherkin (~> 2.11.0)
|
||||
json (>= 1.4.6)
|
||||
cucumber-rails (1.3.0)
|
||||
gherkin (~> 2.11.6)
|
||||
multi_json (~> 1.3)
|
||||
cucumber-rails (1.3.1)
|
||||
capybara (>= 1.1.2)
|
||||
cucumber (>= 1.1.8)
|
||||
cucumber (>= 1.2.0)
|
||||
nokogiri (>= 1.5.0)
|
||||
rails (~> 3.0)
|
||||
database_cleaner (0.9.1)
|
||||
devise (2.1.3)
|
||||
bcrypt-ruby (~> 3.0)
|
||||
|
|
@ -425,7 +426,7 @@ DEPENDENCIES
|
|||
client_side_validations (= 3.2.2)
|
||||
compass-rails (= 1.0.3)
|
||||
configurate (= 0.0.2)
|
||||
cucumber-rails (= 1.3.0)
|
||||
cucumber-rails (= 1.3.1)
|
||||
database_cleaner (= 0.9.1)
|
||||
devise (= 2.1.3)
|
||||
factory_girl_rails (= 4.2.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue