Bumps the bundler group with 3 updates in the / directory: rake, activesupport and addressable.
Updates rake from 10.3.2 to 12.3.3
Changelog
Sourced from rake's changelog.
=== 12.3.3
==== Bug fixes
- Use the application's name in error message if a task is not found.
Pull Request #303 by tmatilai
==== Enhancements:
- Use File.open explicitly.
=== 12.3.2
==== Bug fixes
- Fixed test fails caused by 2.6 warnings.
Pull Request #297 by hsbt
==== Enhancements:
- Rdoc improvements.
Pull Request #293 by colby-swandale
- Improve multitask performance.
Pull Request #273 by jsm
- Add alias
prereqs.
Pull Request #268 by take-cheeze
=== 12.3.1
==== Bug fixes
- Support did_you_mean >= v1.2.0 which has a breaking change on formatters.
Pull request #262 by FUJI Goro.
==== Enhancements:
- Don't run task if it depends on already invoked but failed task.
Pull request #252 by Gonzalo Rodriguez.
- Make space trimming consistent for all task arguments.
Pull request #259 by Gonzalo Rodriguez.
- Removes duplicated inclusion of Rake::DSL in tests.
Pull request #254 by Gonzalo Rodriguez.
- Re-raise a LoadError that didn't come from require in the test loader.
Pull request #250 by Dylan Thacker-Smith.
=== 12.3.0
==== Compatibility Changes
- Bump
required_ruby_version to Ruby 2.0.0. Rake has already
... (truncated)
Commits
5c87c46 Bump version to 12.3.3.
5b8f8fc Use File.open explicitly.
6497ba4 Merge pull request #317 from ruby/ignore-gitignore
be62efb Removed gitignore from gemspec files.
1c22b49 Merge pull request #309 from RDIL/patch-1
496944a Remove deprecated travis ci option
489c7d8 Merge pull request #307 from ruby/azure-pipelines
77eb6d8 Only enabled macOS environment
72ffa2e use realpath
7744872 Do not specify ruby version of macOS
- Additional commits viewable in compare view
Updates activesupport from 4.2.3 to 6.1.7.5
Release notes
Sourced from activesupport's releases.
6.1.7.5 Release
Active Support
Active Model
Active Record
Action View
Action Pack
Active Job
Action Mailer
Action Cable
... (truncated)
Commits
3a1b615 Preparing for 6.1.7.5 release
c2af578 bumping version / changelog
c85cc66 Use a temporary file for storing unencrypted files while editing
7d949d7 Preparing for 6.1.7.4 release
f09dc7c Preparing for 6.1.7.3 release
7167e53 Prepare version 6.1.7.3
3cf23c3 Implement SafeBuffer#bytesplice
3e0c1a5 Version 6.1.7.2
c443466 Version 6.1.7.1
a7cda7e Avoid regex backtracking in Inflector.underscore
- Additional commits viewable in compare view
Updates addressable from 2.3.8 to 2.8.0
Changelog
Sourced from addressable's changelog.
Addressable 2.8.0
- fixes ReDoS vulnerability in Addressable::Template#match
- no longer replaces
+ with spaces in queries for non-http(s) schemes
- fixed encoding ipv6 literals
- the
:compacted flag for normalized_query now dedupes parameters
- fix broken
escape_component alias
- dropping support for Ruby 2.0 and 2.1
- adding Ruby 3.0 compatibility for development tasks
- drop support for
rack-mount and remove Addressable::Template#generate
- performance improvements
- switch CI/CD to GitHub Actions
Addressable 2.7.0
- added
:compacted flag to normalized_query
heuristic_parse handles mailto: more intuitively
- dropped explicit support for JRuby 9.0.5.0
- compatibility w/ public_suffix 4.x
- performance improvements
Addressable 2.6.0
- added
tld= method to allow assignment to the public suffix
- most
heuristic_parse patterns are now case-insensitive
heuristic_parse handles more file:// URI variations
- fixes bug in
heuristic_parse when uri starts with digit
- fixes bug in
request_uri= with query strings
- fixes template issues with
nil and ? operator
frozen_string_literal pragmas added
- minor performance improvements in regexps
- fixes to eliminate warnings
Addressable 2.5.2
- better support for frozen string literals
- fixed bug w/ uppercase characters in scheme
- IDNA errors w/ emoji URLs
- compatibility w/ public_suffix 3.x
Addressable 2.5.1
- allow unicode normalization to be disabled for URI Template expansion
- removed duplicate test
Addressable 2.5.0
- dropping support for Ruby 1.9
- adding support for Ruby 2.4 preview
- add support for public suffixes and tld; first runtime dependency
- hostname escaping should match RFC; underscores in hostnames no longer escaped
- paths beginning with // and missing an authority are now considered invalid
- validation now also takes place after setting a path
- handle backslashes in authority more like a browser for
heuristic_parse
- unescaped backslashes in host now raise an
InvalidURIError
merge!, join!, omit! and normalize! don't disable deferred validation
... (truncated)
Commits
6469a23 Updating gemspec again
2433638 Merge branch 'main' of github.com:sporkmonger/addressable into main
e9c76b8 Merge pull request #378 from ashmaroli/flat-map
56c5cf7 Update the gemspec
c1fed1c Require a non-vulnerable rake
0d8a312 Adding note about ReDoS vulnerability
89c7613 Merge branch 'template-regexp' into main
cf8884f Note about alias fix
bb03f71 Merge pull request #371 from charleystran/add_missing_encode_component_doc_entry
6d1d809 Adding note about :compacted normalization
- Additional commits viewable in compare view
Updates i18n from 0.7.0 to 1.14.8
Release notes
Sourced from i18n's releases.
v1.14.8
Full Changelog: ruby-i18n/i18n@v1.14.7...v1.14.8
What's Changed
New Contributors
Full Changelog: ruby-i18n/i18n@v1.14.7...v1.14.8
v1.14.7
What's Changed
- Ruby 3.4
Hash#inspect compatibility. by @voxik in ruby-i18n/i18n#709
- Removed (annoying) post-install message that was triggering on all Rubies, rather than the specified versions.
Full Changelog: ruby-i18n/i18n@v1.14.6...v1.14.7
v1.14.6
What's Changed
Ruby < 3.2 support will be dropped April 2025. Upgrade now to continue using i18n after that date.
New Contributors
Full Changelog: ruby-i18n/i18n@v1.14.5...v1.14.6
v1.14.5
... (truncated)
Commits
f2fb6a5 Bump to 1.14.9
ef62253 Merge pull request #726 from byroot/fstr-compat
0022013 Merge branch 'master' into fstr-compat
dee96b6 Remove testing for EOL Rubies 3.1 + 3.0
c6873f9 Merge remote-tracking branch 'olleolleolle/patch-1'
2134338 Merge pull request #724 from lee266/fix/i18n-locale-thread-variable
3f9ae64 Fix compatibility with --enable-frozen-string-literal
d64a88d Merge pull request #722 from taketo1113/ci-ruby-3.4
0e5484f CI: Fix rails version specification in gemfiles to run with the specified min...
960ab2b CI: Add ruby 3.4 to CI Matrix
- Additional commits viewable in compare view
Updates tzinfo from 1.2.2 to 2.0.6
Release notes
Sourced from tzinfo's releases.
v2.0.6
- Eliminate
Object#untaint deprecation warnings on JRuby 9.4.0.0. #145.
TZInfo v2.0.6 on RubyGems.org
v2.0.5
- Changed
DateTime results to always use the proleptic Gregorian calendar. This affects DateTime results prior to 1582年10月15日 and any arithmetic performed on the results that would produce a secondary result prior to 1582年10月15日.
- Added support for eager loading all the time zone and country data by calling either
TZInfo::DataSource#eager_load! or TZInfo.eager_load!. Compatible with Ruby On Rails' eager_load_namespaces. #129.
- Ignore the SECURITY file from Arch Linux's tzdata package. #134.
TZInfo v2.0.5 on RubyGems.org
v2.0.4
- Fixed an incorrect
InvalidTimezoneIdentifier exception raised when loading a zoneinfo file that includes rules specifying an additional transition to the final defined offset (for example, Africa/Casablanca in version 2018e of the Time Zone Database). #123.
TZInfo v2.0.4 on RubyGems.org
v2.0.3
- Added support for handling "slim" format zoneinfo files that are produced by default by zic version 2020b and later. The POSIX-style TZ string is now used calculate DST transition times after the final defined transition in the file. #120.
- Fixed
TimeWithOffset#getlocal returning a TimeWithOffset with the timezone_offset still assigned when called with an offset argument on JRuby 9.3.
- Rubinius is no longer supported.
TZInfo v2.0.3 on RubyGems.org
v2.0.2
- Fixed 'wrong number of arguments' errors when running on JRuby 9.0. #114.
- Fixed warnings when running on Ruby 2.8. #113.
TZInfo v2.0.2 on RubyGems.org
v2.0.1
- Fixed "SecurityError: Insecure operation - require" exceptions when loading data with recent Ruby releases in safe mode. #100.
- Fixed warnings when running on Ruby 2.7. #109.
- Added a
TZInfo::Timezone#=~ method that performs a regex match on the time zone identifier. #99.
- Added a
TZInfo::Country#=~ method that performs a regex match on the country code.
TZInfo v2.0.1 on RubyGems.org
v2.0.0
Added
to_local and period_for instance methods have been added to TZInfo::Timezone. These are similar to utc_to_local and period_for_utc, but take the UTC offset of the given time into account.
abbreviation, dst?, base_utc_offset and observed_utc_offset instance methods have been added to TZInfo::Timezone, returning the abbreviation, whether daylight savings time is in effect and the UTC offset of the time zone at a specified time.
- A
TZInfo::Timestamp class has been added. It can be used with TZInfo::Timezone in place of a Time or DateTime.
local_time, local_datetime and local_timestamp instance methods have been added to TZInfo::Timezone. These methods construct local Time, DateTime and TZInfo::Timestamp instances with the correct UTC offset and abbreviation for the time zone.
- Support for a (yet to be released) version 2 of tzinfo-data has been added, in addition to support for version 1. The new version will remove the (no longer needed)
DateTime parameters from transition times, reduce memory consumption and improve the efficiency of loading timezone and country indexes.
- A
TZInfo::VERSION constant has been added, indicating the TZInfo version number.
Changed
... (truncated)
Changelog
Sourced from tzinfo's changelog.
Version 2.0.6 - 28-Jan-2023
- Eliminate
Object#untaint deprecation warnings on JRuby 9.4.0.0. #145.
Version 2.0.5 - 19-Jul-2022
- Changed
DateTime results to always use the proleptic Gregorian calendar.
This affects DateTime results prior to 1582年10月15日 and any arithmetic
performed on the results that would produce a secondary result prior to
1582年10月15日.
- Added support for eager loading all the time zone and country data by calling
either
TZInfo::DataSource#eager_load! or TZInfo.eager_load!. Compatible
with Ruby On Rails' eager_load_namespaces. #129.
- Ignore the SECURITY file from Arch Linux's tzdata package. #134.
Version 2.0.4 - 16-Dec-2020
- Fixed an incorrect
InvalidTimezoneIdentifier exception raised when loading a
zoneinfo file that includes rules specifying an additional transition to the
final defined offset (for example, Africa/Casablanca in version 2018e of the
Time Zone Database). #123.
Version 2.0.3 - 8-Nov-2020
- Added support for handling "slim" format zoneinfo files that are produced by
default by zic version 2020b and later. The POSIX-style TZ string is now used
calculate DST transition times after the final defined transition in the file.
#120.
- Fixed
TimeWithOffset#getlocal returning a TimeWithOffset with the
timezone_offset still assigned when called with an offset argument on JRuby
9.3.
- Rubinius is no longer supported.
Version 2.0.2 - 2-Apr-2020
- Fixed 'wrong number of arguments' errors when running on JRuby 9.0. #114.
- Fixed warnings when running on Ruby 2.8. #113.
Version 2.0.1 - 24-Dec-2019
- Fixed "SecurityError: Insecure operation - require" exceptions when loading
data with recent Ruby releases in safe mode. #100.
- Fixed warnings when running on Ruby 2.7. #109.
- Added a
TZInfo::Timezone#=~ method that performs a regex match on the time
zone identifier. #99.
... (truncated)
Commits
d5893c9 Fix formatting.
5561942 Preparing v2.0.6.
ec27c09 Add v1.2.11 from the 1.2 branch.
d77da3f Update copyright years.
eac33df Eliminate Object#untaint deprecation warnings on JRuby 9.4.0.0.
19f984c Add Ruby 3.2 and JRuby 9.4.
e9fe818 Update the dependency on actions/checkout.
f76bc7f Fix include issues with tests on Ruby 3.2.
8a781cf Revert "Workaround for 'Permission denied - NUL' errors with JRuby on Windows."
d9b289e Preparing v2.0.5.
- Additional commits viewable in compare view
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 rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> major version will 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 version will 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 conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps the bundler group with 3 updates in the / directory: rake, activesupport and addressable.
Updates
rakefrom 10.3.2 to 12.3.3Changelog
Sourced from rake's changelog.
... (truncated)
Commits
5c87c46Bump version to 12.3.3.5b8f8fcUse File.open explicitly.6497ba4Merge pull request #317 from ruby/ignore-gitignorebe62efbRemoved gitignore from gemspec files.1c22b49Merge pull request #309 from RDIL/patch-1496944aRemove deprecated travis ci option489c7d8Merge pull request #307 from ruby/azure-pipelines77eb6d8Only enabled macOS environment72ffa2euse realpath7744872Do not specify ruby version of macOSUpdates
activesupportfrom 4.2.3 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
addressablefrom 2.3.8 to 2.8.0Changelog
Sourced from addressable's changelog.
... (truncated)
Commits
6469a23Updating gemspec again2433638Merge branch 'main' of github.com:sporkmonger/addressable into maine9c76b8Merge pull request #378 from ashmaroli/flat-map56c5cf7Update the gemspecc1fed1cRequire a non-vulnerable rake0d8a312Adding note about ReDoS vulnerability89c7613Merge branch 'template-regexp' into maincf8884fNote about alias fixbb03f71Merge pull request #371 from charleystran/add_missing_encode_component_doc_entry6d1d809Adding note about :compacted normalizationUpdates
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
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.