Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Fixed a build by freezeing cucumber-expressions gem to a known workin…
Browse files Browse the repository at this point in the history
…g version.
  • Loading branch information
morgoth authored and geoffharcourt committed Oct 18, 2017
1 parent bb274b5 commit 9b48053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/rails_steps.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Given /^I generate a new rails application$/ do
steps %{
When I run `rails new #{APP_NAME} --skip-bundle`
When I successfully run `rails new #{APP_NAME} --skip-bundle`
And I cd to "#{APP_NAME}"
}

Expand Down
1 change: 1 addition & 0 deletions paperclip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('aws-sdk', '>= 2.3.0', '< 3.0')
s.add_development_dependency('bourne')
s.add_development_dependency('cucumber-rails')
s.add_development_dependency('cucumber-expressions', '4.0.3') # TODO: investigate failures on 4.0.4
s.add_development_dependency('aruba', '~> 0.9.0')
s.add_development_dependency('nokogiri')
s.add_development_dependency('capybara')
Expand Down

0 comments on commit 9b48053

Please sign in to comment.