-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove un-needed comments / capybara pin. Up rubygems requirement to supported version * Remove superfluous git source repo * Tidy up refs to locally stored gems * Add tag expressions to local run * Tweak of gems * Amalgamation of an interim update mixed with the script updater * Standardise gem requirements into one place (Will re-remove items back out once rubocop upgrades are done) * Permit rubocop-packaging updates * Minor tidy up of upgrading notes * Downgrade messages to solve compatibility problem * Downgrade cucumber-core and cucumber-gherkin to solve dependency mismatches * Add in a series of potential TODO fixups for me to tackle in the v9 series of cucumber * Minor patch update for cucumber gherkin min requirement
- Loading branch information
Showing
4 changed files
with
55 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
source 'https://rubygems.org' | ||
|
||
git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ||
|
||
gemspec | ||
|
||
gem 'rubocop', '1.43.0' | ||
gem 'rubocop-packaging', '0.5.2' | ||
|
||
# To hack on Cucumber together with any of these libraries, uncomment the line below: | ||
# gem 'cucumber-core', path: '../cucumber-ruby-core' | ||
# gem 'cucumber-cucumber-expressions', path: '../cucumber-expressions/ruby' | ||
# gem 'cucumber-gherkin', path: '../common/gherkin/ruby' | ||
# gem 'cucumber-gherkin', path: '../gherkin/ruby' | ||
# gem 'cucumber-html-formatter', path: '../html-formatter/ruby' | ||
# gem 'cucumber-messages', path: '../common/messages/ruby' | ||
# gem 'cucumber-messages', path: '../messages/ruby' | ||
# gem 'cucumber-tag-expressions', path: '../tag-expressions/ruby' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters