Bump the bundler group across 1 directory with 8 updates#4
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Bump the bundler group across 1 directory with 8 updates#4dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the bundler group with 3 updates in the / directory: [RedCloth](https://github.com/jgarber/redcloth), [activesupport](https://github.com/rails/rails) and [ffi](https://github.com/ffi/ffi). Updates `RedCloth` from 4.2.9 to 4.3.3 - [Changelog](https://github.com/jgarber/redcloth/blob/master/CHANGELOG) - [Commits](jgarber/redcloth@v4.2.9...v4.3.3) Updates `activesupport` from 4.2.1 to 6.1.7.5 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2/activesupport/CHANGELOG.md) - [Commits](rails/rails@v4.2.1...v6.1.7.5) Updates `ffi` from 1.9.8 to 1.9.24 - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](ffi/ffi@1.9.8...1.9.24) Updates `i18n` from 0.7.0 to 1.14.8 - [Release notes](https://github.com/ruby-i18n/i18n/releases) - [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md) - [Commits](ruby-i18n/i18n@v0.7.0...v1.14.8) Updates `json` from 1.8.2 to 2.18.1 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v1.8.2...v2.18.1) Updates `kramdown` from 1.5.0 to 2.4.0 - [Release notes](https://github.com/gettalong/kramdown/releases) - [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page) - [Commits](https://github.com/gettalong/kramdown/commits) Updates `nokogiri` from 1.6.6.2 to 1.19.1 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.6.6.2...v1.19.1) Updates `tzinfo` from 1.2.2 to 2.0.6 - [Release notes](https://github.com/tzinfo/tzinfo/releases) - [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md) - [Commits](tzinfo/tzinfo@v1.2.2...v2.0.6) --- updated-dependencies: - dependency-name: RedCloth dependency-version: 4.3.3 dependency-type: indirect dependency-group: bundler - dependency-name: activesupport dependency-version: 6.1.7.5 dependency-type: indirect dependency-group: bundler - dependency-name: ffi dependency-version: 1.9.24 dependency-type: indirect dependency-group: bundler - dependency-name: i18n dependency-version: 1.14.8 dependency-type: indirect dependency-group: bundler - dependency-name: json dependency-version: 2.18.1 dependency-type: indirect dependency-group: bundler - dependency-name: kramdown dependency-version: 2.4.0 dependency-type: indirect dependency-group: bundler - dependency-name: nokogiri dependency-version: 1.19.1 dependency-type: indirect dependency-group: bundler - dependency-name: tzinfo dependency-version: 2.0.6 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the bundler group with 3 updates in the / directory: RedCloth, activesupport and ffi.
Updates
RedClothfrom 4.2.9 to 4.3.3Changelog
Sourced from RedCloth's changelog.
Commits
8297da84.3.3 release2600d93Merge pull request #80 from jgarber/tests/CVE-2023-31606ac10b68Add tests for CVE-2023-316064e85481Merge pull request #78 from jgarber/fix/buildccdd54dFix rake compile8b13276Fix CVE-2023-31606 (ReDOS possible in the sanitize_html function) (#75)dd7ee6cMerge pull request #47 from greggawatt/patch-15c9b35cUpdate README.rdocc34fa19Update README.rdoc4808b36Merge pull request #38 from mvz/immutable-stringsUpdates
activesupportfrom 4.2.1 to 6.1.7.5Release notes
Sourced from activesupport's releases.
... (truncated)
Commits
3a1b615Preparing for 6.1.7.5 releasec2af578bumping version / changelogc85cc66Use a temporary file for storing unencrypted files while editing7d949d7Preparing for 6.1.7.4 releasef09dc7cPreparing for 6.1.7.3 release7167e53Prepare version 6.1.7.33cf23c3Implement SafeBuffer#bytesplice3e0c1a5Version 6.1.7.2c443466Version 6.1.7.1a7cda7eAvoid regex backtracking in Inflector.underscoreUpdates
ffifrom 1.9.8 to 1.9.24Changelog
Sourced from ffi's changelog.
... (truncated)
Commits
4e1051aRun rspec with dots output onlye70b13dFix integer parameter range specs55ae232Fix several specs where raise_error was called without class8821d4fSpecify error class for several raise_error callsbf48d44Fix missing C declarations causing compiler warningsf569788Replace symlinks for mips r6 with plain filesfedbae0Update CHANGELOGa4d4d19Merge branch 'master' of github.com:ffi/ffi45d8803Add a CHANGELOG file2ff1d8fBump VERSION to 1.9.24Updates
i18nfrom 0.7.0 to 1.14.8Release notes
Sourced from i18n's releases.
... (truncated)
Commits
f2fb6a5Bump to 1.14.9ef62253Merge pull request #726 from byroot/fstr-compat0022013Merge branch 'master' into fstr-compatdee96b6Remove testing for EOL Rubies 3.1 + 3.0c6873f9Merge remote-tracking branch 'olleolleolle/patch-1'2134338Merge pull request #724 from lee266/fix/i18n-locale-thread-variable3f9ae64Fix compatibility with--enable-frozen-string-literald64a88dMerge pull request #722 from taketo1113/ci-ruby-3.40e5484fCI: Fix rails version specification in gemfiles to run with the specified min...960ab2bCI: Add ruby 3.4 to CI MatrixUpdates
jsonfrom 1.8.2 to 2.18.1Release notes
Sourced from json's releases.
... (truncated)
Changelog
Sourced from json's changelog.
... (truncated)
Commits
6ec6e7bRelease 2.18.1fff25c9fbuffer_append_str: assume string79b6e16EnsureGenerator::Stateis kept on the stack062fcddImprove class JSON intro1b276c8Extract json_fast_memcpy16 for readability643ee11Use __builtin_memcpy, if available, to copy overlapping byte ranges in copy_r...15eb40dRemove trailing spaces [ci skip]73818b8initialize search.chunk_end to silence a warning about it being potentially u...86a5cceuse a conditional to select SIMD implementation rather than pointera51317cDirectly write to the output buffer when converting UTF32 to UTF8.Updates
kramdownfrom 1.5.0 to 2.4.0Commits
Updates
nokogirifrom 1.6.6.2 to 1.19.1Release notes
Sourced from nokogiri's releases.
... (truncated)
Changelog
Sourced from nokogiri's changelog.
... (truncated)
Commits
d913045version bump to v1.19.1b81cb98doc: update CHANGELOG for upcoming v1.19.18e66809C14n raise on failure (#3600)5b77f3dRaise RuntimeError when canonicalization failsedc5595Thank sponsors in the READMEd4dc245dep: update rdoc to v7d77bfb6version bump to v1.19.01eb5c2cdev: convert scripts/test-gem-set to use mise88a120fdep: Add native Ruby 4 support, drop Ruby 3.1 support (v1.19.x) (#3592)f8c8f74Skip the parser compression test for Windows system libsUpdates
tzinfofrom 1.2.2 to 2.0.6Release notes
Sourced from tzinfo's releases.
... (truncated)
Changelog
Sourced from tzinfo's changelog.
... (truncated)
Commits
d5893c9Fix formatting.5561942Preparing v2.0.6.ec27c09Add v1.2.11 from the 1.2 branch.d77da3fUpdate copyright years.eac33dfEliminate Object#untaint deprecation warnings on JRuby 9.4.0.0.19f984cAdd Ruby 3.2 and JRuby 9.4.e9fe818Update the dependency on actions/checkout.f76bc7fFix include issues with tests on Ruby 3.2.8a781cfRevert "Workaround for 'Permission denied - NUL' errors with JRuby on Windows."d9b289ePreparing v2.0.5.Dependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.