Archived
Bump rubyzip from 1.2.3 to 2.0.0 #1456
Merged
dependabot[bot]
merged 1 commits from 2019-12-01 17:06:07 +00:00
dependabot/bundler/rubyzip-2.0.0 into master
Labels
Clear labels
:mag:🤖 Search Engines
approved
dependencies
duplicate
feedback wanted
high priority
I2P
iOS
low priority
OS
Self-contained networks
Social media
stale
streaming
todo
Tor
WIP
wontfix
XMPP
[m]
₿ cryptocurrency
ℹ️ help wanted
↔️ file sharing
⚙️ web extensions
✨ enhancement
❌ software removal
💬 discussion
🤖 Android
🐛 bug
💢 conflicting
📝 correction
🆘 critical
📧 email
🔒 file encryption
📁 file storage
🦊 Firefox
💻 hardware
🌐 hosting
🏠 housekeeping
🔐 password managers
🧰 productivity tools
🔎 research required
🌐 Social News Aggregators
🆕 software suggestion
👥 team chat
🔒 VPN
🌐 website issue
🚫 Windows
👁️ browsers
🖊️ digital notebooks
🗄️ DNS
🗨️ instant messaging (im)
🇦🇶 translations
approved, waiting for a PR
Pull requests that update a dependency file
The Invisible Internet Project (I2P)
Operating Systems
A label for stalebot if it gets added
Anything related to media streaming.
Anything covering the Tor network
active work in progress, do not merge or PR (yet)!
Issues or bugs that will not be fixed and/or do not have significant impact on the project.
Extensible Messaging and Presence Protocol
Matrix protocol
Browser Extension related issues
Correction of content on the website
Firefox & forks, about:config etc.
Anything primarily related to site cleanup.
Virtual Private Network
*Technical* issues with the website.
Domain Name System
Anything covering a translated version of the site
No labels
dependencies
Milestone
No items
No Milestone
No due date set.
Dependencies
No dependencies set.
Reference: privacyguides/privacytools.io#1456
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps rubyzip from 1.2.3 to 2.0.0.
Release notes
Sourced from rubyzip's releases.
Changelog
Sourced from rubyzip's changelog.
Commits
2825898Merge pull request #408 from rubyzip/v2-0-0cb407b1Bump version to 2.0.0e1d9af6Merge pull request #406 from rubyzip/bump-supported-ruby3641a96Merge pull request #405 from rubyzip/remove-test-filese79d9eaMerge pull request #407 from rubyzip/v1-3-07c65e1eBump version to 1.3.0d65fe7bMerge pull request #403 from rubyzip/check-size35446f4Drop old ruby and JDK versions from CI74d4becRemove test files from gem97cb6aeWarn when an entry size is invalidDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Deploy preview for privacytools-io ready!
Built with commit
fbc48cc0f7https://deploy-preview-1456--privacytools-io.netlify.com
Hmm based on rubyzip's requirements and looking at our Gem lockfile, it appears because we use Ruby v2.0.1 and rubyzip v2 depends on Ruby v2.4 or greater we'll want to ignore this for now.
@nitrohorse I don't think the Ruby version in the Gemfile.lock is relevant. The Travis CI builds that run on this Git repo uses Ruby 2.4.1: https://github.com/privacytoolsIO/privacytools.io/pull/1508/checks?check_run_id=316892986, though I could be mistaken (I'm not a Ruby programmer).
Ah! Thanks for clarifying; you're right 🤔 Travis does use 2.4.1.
I'm no Ruby programmer but in this case then I don't think this upgrade should be a problem. Looks like Travis pulls the version from the yaml file which is 2.4.1 😃