Skip to content
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

Upgrade hashie to version 4.1.0 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

depfu[bot]
Copy link

@depfu depfu bot commented Oct 25, 2020


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?

✳️ hashie (~> 3.5, >= 3.5.2 → ~> 4.1, >= 3.5.2) · Repo · Changelog

Release Notes

4.1.0

Added

  • #499: Add Hashie::Extensions::Mash::PermissiveRespondTo to make specific subclasses of Mash fully respond to messages for use with SimpleDelegator - @michaelherold.

Fixed

  • #467: Fixed DeepMerge#deep_merge mutating nested values within the receiver - @michaelherold.
  • #505: Ensure that Hashie::Arrays are not deconverted within Hashie::Mashes to make Mash#dig work properly - @michaelherold.
  • #507: Suppress Psych.safe_load arg warn when using Psych 3.1.0+ - @koic.
  • #508: Fixed Mash.load no longer uses Rails-only #except - @bobbymcwho.
  • #508: Fixed Hashie::Extensions::DeepMerge #deep_merge not correctly dup'ing sub-hashes if active_support hash extensions were not present - @bobbymcwho.
  • #500: Do not warn when setting Mash keys that look like underbang, bang, and query methods - @michaelherold.
  • #510: Ensure that Hashie::Mash#compact is only defined on Ruby version >= 2.4.0 - @bobbymcwho.
  • #511: Suppress keyword arguments warning for Ruby 2.7.0 - @koic.
  • #512: Suppress an integer unification warning for using Ruby 2.4.0+ - @koic.
  • #513: Suppress a Ruby's warning when using Ruby 2.6.0+ - @koic.

Miscellaneous

  • #981: Exclude tests from the gem release to reduce installation size and improve installation speed - @michaelherold.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 37 commits:


Depfu Status

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
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Oct 25, 2020
@devreplay
Copy link

devreplay bot commented Oct 25, 2020

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         = ["[email protected]"]
   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",      "~> 4.1", ">= 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", "~> 2.1"
   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

@changelogg
Copy link

changelogg bot commented Oct 25, 2020

Hey! Changelogs info seems to be missing or might be in incorrect format.
Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
- tag: changelog_text
OR
You can add tag in PR header or while doing a commit too
(tag) PR header
or
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Thanks!
For more info, check out changelogg docs

@scribe-connect
Copy link

Linked documents: 0
Files with no linked documents: 1
Recently updated documents: 0
Out of date documents: 0
Very out of date documents: 0

@commit-lint
Copy link

commit-lint bot commented Oct 25, 2020

Contributors

@depfu[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@performance-testing-bot
Copy link

Unable to locate .performanceTestingBot config file

@devreplay
Copy link

devreplay bot commented Oct 25, 2020

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         = ["[email protected]"]
   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",      "~> 4.1", ">= 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", "~> 2.1"
   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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants