Commit 49e864a1579012778b205cf8a32f85850eee3568

Authored by Leandro Santos
1 parent fef0290f
Exists in staging

force cucumber version

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Gemfile
... ... @@ -73,7 +73,7 @@ end
73 73 group :cucumber do
74 74 gem 'capybara', '~> 2.2'
75 75 gem 'launchy'
76   - gem 'cucumber'
  76 + gem 'cucumber' '~> 1.3'
77 77 gem 'cucumber-rails', '~> 1.4.2', :require => false
78 78 gem 'database_cleaner', '~> 1.3'
79 79 gem 'selenium-webdriver', '>= 2.53'
... ...