Skip to content

Commit

Permalink
Merge pull request #257 from petems/update_cucumber
Browse files Browse the repository at this point in the history
Moves cucumber dependancy into gemspec
  • Loading branch information
petems committed Mar 1, 2017
2 parents 8c998f8 + 4131f32 commit 2041fed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,3 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in tugboat.gemspec
gemspec

group :development do
# Random order is not in the Aruba Cucumber yet...
gem 'cucumber', git: 'https://github.com/cucumber/cucumber-ruby.git', tag: 'v2.0.2'
gem 'cucumber-core', git: 'https://github.com/cucumber/cucumber-ruby-core.git', tag: 'v1.2.0'
end
1 change: 1 addition & 0 deletions tugboat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'pry', '0.10.4'
gem.add_development_dependency 'rb-readline', '0.5.3'
gem.add_development_dependency 'vcr', '2.9.3'
gem.add_development_dependency 'cucumber', '2.0.2'

gem.post_install_message = '***************************************'
gem.post_install_message = ' . o .. '
Expand Down

0 comments on commit 2041fed

Please sign in to comment.