build(deps): update dependency tzinfo to ">= 1.2.11", "< 3" #71
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.
This PR contains the following updates:
">= 1", "< 3"
->">= 1.2.11", "< 3"
Release Notes
tzinfo/tzinfo (tzinfo)
v1.2.11
Compare Source
Object#untaint
deprecation warnings on JRuby 9.4.0.0. #145.v1.2.10
Compare Source
loaded with
require
when used withRubyDataSource
. Please refer toGHSA-5cm2-9h8c-rvfx for
details. CVE-2022-31163.
v1.2.9
Compare Source
InvalidTimezoneIdentifier
exception raised when loading azoneinfo 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.
v1.2.8
Compare Source
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.
The 64-bit section is now always used regardless of whether Time has support
for 64-bit times. #120.
v1.2.7
Compare Source
v1.2.6
Compare Source
Timezone#strftime('%s', time)
will now return the correct number of secondssince the epoch. #91.
TZInfo::RubyDataSource::REQUIRE_PATH
constant.data with recent Ruby releases in safe mode.
v1.2.5
Compare Source
Country
andTimezone
instances. #80.zoneinfo files. The utc_offset and std_offset are now derived correctly for
Europe/Dublin in the 2018a and 2018b releases of the Time Zone Database.
v1.2.4
Compare Source
with version 2017c and later of the Time Zone Database.
v1.2.3
Compare Source
String
objects allocated when loading zoneinfo files.#54.
Timezone#friendly_identifier
compatible with frozen string literals.utc_offset
from zoneinfo files. Thisnow correctly handles Pacific/Apia switching from one side of the
International Date Line to the other whilst observing daylight savings time.
#66.
UnknownTimezone
exception when calling transitions_up_to oroffsets_up_to on a
TimezoneProxy
instance obtained fromTimezone.get_proxy
.distributions. #64.
Timezone#strftime
handling of%Z
expansion when%Z
is prefixed withmore than one percent. #31.
%z
,%:z
,%::z
and%:::z
to the UTC offset of thetime zone in
Timezone#strftime
. #31 and #67.v1.2.2
Compare Source
Timezone#all_country_zones
and
Timezone#all_country_zone_identifiers
when used with tzinfo-datav1.2014.6 or later.
zoneinfo directory (and fallback to zone.tab if not). zone1970.tab was added
in tzdata 2014f. zone.tab is now deprecated.
v1.2.1
Compare Source
Object#untaint
deprecation warnings on JRuby 9.4.0.0. #145.v1.2.0
Compare Source
Resolves #15.
canonical_identifier
andcanonical_zone
methods toTimezone
.Resolves #16.
DataSourceNotFound
help page in theTZInfo::DataSourceNotFound
exception message.Timezone#local_to_utc
returning localTime
instances on systems usingUTC as the local time zone. Resolves #13.
==
methods raising an exception when passed an instance of a differentclass by making
<=>
returnnil
if passed a non-comparable argument.require 'rational'
warnings. Resolves #10.v1.1.0
Compare Source
ThreadSafe::Cache
is now used instead ofHash
to cache
Timezone
andCountry
instances returned byTimezone.get
andCountry.get
. The tzinfo gem now depends on thread_safe ~> 0.1.transitions_up_to
method toTimezone
that returns a list of thetimes where the UTC offset of the timezone changes.
offsets_up_to
method toTimezone
that returns the set of offsetsthat have been observed in a defined timezone.
Timezone
from azoneinfo file using an identifier
String
that is both tainted and frozen.Resolves #3.
2013e onwards).
included with Mac OS X).
v1.0.1
Compare Source
dot in the path (issue #29751).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.