-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade cucumber to version 6.0.0 #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
github_api.gemspec : should be # frozen_string_literal: true
require_relative "lib/github_api/version"
Gem::Specification.new do |gem|
gem.name = "github_api"
gem.version = Github::VERSION
gem.authors = ["Piotr Murach"]
gem.email = ["piotr@piotrmurach.com"]
gem.homepage = "http://piotrmurach.github.io/github/"
gem.summary = "Ruby client for the official GitHub API"
gem.description = %q{ Ruby client that supports all of the GitHub API methods. It"s build in a modular way, that is, you can either instantiate the whole api wrapper Github.new or use parts of it e.i. Github::Client::Repos.new if working solely with repositories is your main concern. Intuitive query methods allow you easily call API endpoints. }
gem.license = "MIT"
gem.required_ruby_version = ">= 2.0.0"
- gem.files = Dir["lib/**/*"]
+ gem.diff = Dir["lib/**/*"]
gem.require_paths = %w[ lib ]
- gem.extra_rdoc_files = ["LICENSE.txt", "README.md", "CHANGELOG.md"]
+ gem.extra_rdoc_diff = ["LICENSE.txt", "README.md", "CHANGELOG.md"]
gem.add_dependency "addressable", "~> 2.4"
gem.add_dependency "hashie", "~> 3.5", ">= 3.5.2"
gem.add_dependency "faraday", ">= 0.8", "< 2"
gem.add_dependency "oauth2", "~> 1.0"
gem.add_dependency "descendants_tracker", "~> 0.0.4"
gem.add_development_dependency "bundler", ">= 1.5.0"
gem.add_development_dependency "rake"
gem.add_development_dependency "cucumber", "~> 6.0"
gem.add_development_dependency "rspec", "~> 3"
gem.add_development_dependency "rspec-its","~> 1"
gem.add_development_dependency "vcr", "~> 3.0.3"
gem.add_development_dependency "webmock", "~> 3.8"
end |
Hey! Changelogs info seems to be missing or might be in incorrect format. |
Unable to locate .performanceTestingBot config file |
This pull request seems genuine |
ContributorsCommit-Lint commandsYou can trigger Commit-Lint actions by commenting on this PR:
|
github_api.gemspec : should be # frozen_string_literal: true
require_relative "lib/github_api/version"
Gem::Specification.new do |gem|
gem.name = "github_api"
gem.version = Github::VERSION
gem.authors = ["Piotr Murach"]
gem.email = ["piotr@piotrmurach.com"]
gem.homepage = "http://piotrmurach.github.io/github/"
gem.summary = "Ruby client for the official GitHub API"
gem.description = %q{ Ruby client that supports all of the GitHub API methods. It"s build in a modular way, that is, you can either instantiate the whole api wrapper Github.new or use parts of it e.i. Github::Client::Repos.new if working solely with repositories is your main concern. Intuitive query methods allow you easily call API endpoints. }
gem.license = "MIT"
gem.required_ruby_version = ">= 2.0.0"
- gem.files = Dir["lib/**/*"]
+ gem.title, = Dir["lib/**/*"]
gem.require_paths = %w[ lib ]
- gem.extra_rdoc_files = ["LICENSE.txt", "README.md", "CHANGELOG.md"]
+ gem.extra_rdoc_title, = ["LICENSE.txt", "README.md", "CHANGELOG.md"]
gem.add_dependency "addressable", "~> 2.4"
gem.add_dependency "hashie", "~> 3.5", ">= 3.5.2"
gem.add_dependency "faraday", ">= 0.8", "< 2"
gem.add_dependency "oauth2", "~> 1.0"
gem.add_dependency "descendants_tracker", "~> 0.0.4"
gem.add_development_dependency "bundler", ">= 1.5.0"
gem.add_development_dependency "rake"
gem.add_development_dependency "cucumber", "~> 6.0"
gem.add_development_dependency "rspec", "~> 3"
gem.add_development_dependency "rspec-its","~> 1"
gem.add_development_dependency "vcr", "~> 3.0.3"
gem.add_development_dependency "webmock", "~> 3.8"
end |
Pull request analysis by VIZIPI Below you will find who is the most qualified team member to review your code. No other active qualified developers found to review these specific changes. You might consider involving more team members with these code segments. Potential missing files from this Pull requestNo files found with a 40% threashold :) Committed file ranks(click to expand)0.00% [github_api.gemspec] |
Closed in favor of #7. |
1 similar comment
Closed in favor of #7. |
Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ cucumber (~> 2.1 → ~> 6.0) · Repo · Changelog
Release Notes
6.0.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 23 commits:
[skip ci]Update changelog to mention taggable rules
Release 6.0.0
Merge pull request #1523 from cucumber/remove-deprecations
Merge branch 'master' into remove-deprecations
Bump cucumber-wire to 5.0
Remove deprecated and
Fix undefined parameter type detection
Prepare for release of v6.0.0
Update README.md
Add cycle time badges
Allow debugging with vscode (#1517)
Update supported platforms in the Readme (#1518)
Allow attaching path (#1514)
Update circleci/jruby Docker tag to v9.2.17.0
Add a ruby 3.0 job to CI (#1512)
Update circleci/jruby Docker tag to v9.2.16.0
[skip ci]Fix typos in changelog.md
[skip ci]Fix typos in changelog.md
[skip ci]Add TimotheeVille as author for some dependencies upgrades
Update some cucumber dependencies
Update circleci/jruby Docker tag to v9.2.15.0
Update stale.yml
Update stale.yml
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands