| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
⚠️ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: docs/Gemfile.lock
/opt/containerbase/tools/bundler/2.1.4/4.0.6/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/error.rb:105:in '<class:Thor>': uninitialized constant DidYouMean::SPELL_CHECKERS (NameError)
DidYouMean::SPELL_CHECKERS.merge!(
^^^^^^^^^^^^^^^^
Did you mean? DidYouMean::SpellChecker
from /opt/containerbase/tools/bundler/2.1.4/4.0.6/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/error.rb:1:in '<top (required)>'
from /opt/containerbase/tools/bundler/2.1.4/4.0.6/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/base.rb:3:in 'Kernel#require_relative'
from /opt/containerbase/tools/bundler/2.1.4/4.0.6/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/base.rb:3:in '<top (required)>'
from /opt/containerbase/tools/bundler/2.1.4/4.0.6/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor.rb:2:in 'Kernel#require_relative'
from /opt/containerbase/tools/bundler/2.1.4/4.0.6/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor.rb:2:in '<top (required)>'
from /opt/containerbase/tools/bundler/2.1.4/4.0.6/gems/bundler-2.1.4/lib/bundler/vendored_thor.rb:8:in 'Kernel#require_relative'
from /opt/containerbase/tools/bundler/2.1.4/4.0.6/gems/bundler-2.1.4/lib/bundler/vendored_thor.rb:8:in '<top (required)>'
from /opt/containerbase/tools/bundler/2.1.4/4.0.6/gems/bundler-2.1.4/lib/bundler/friendly_errors.rb:3:in 'Kernel#require_relative'
from /opt/containerbase/tools/bundler/2.1.4/4.0.6/gems/bundler-2.1.4/lib/bundler/friendly_errors.rb:3:in '<top (required)>'
from /opt/containerbase/tools/bundler/2.1.4/4.0.6/gems/bundler-2.1.4/exe/bundle:29:in 'Kernel#require_relative'
from /opt/containerbase/tools/bundler/2.1.4/4.0.6/gems/bundler-2.1.4/exe/bundle:29:in '<top (required)>'
from /opt/containerbase/tools/bundler/2.1.4/4.0.6/gems/bundler-2.1.4/exe/bundler:4:in 'Kernel#load'
from /opt/containerbase/tools/bundler/2.1.4/4.0.6/gems/bundler-2.1.4/exe/bundler:4:in '<top (required)>'
from /opt/containerbase/tools/ruby/4.0.6/lib/ruby/4.0.0/rubygems.rb:305:in 'Kernel#load'
from /opt/containerbase/tools/ruby/4.0.6/lib/ruby/4.0.0/rubygems.rb:305:in 'Gem.activate_and_load_bin_path'
from /opt/containerbase/tools/bundler/2.1.4/4.0.6/bin/bundler:25:in '<main>'
|
Sorry, something went wrong.
|
Thank you for contributing! 👋 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR contains the following updates:
Release Notes
github/pages-gem (github-pages)v232
Compare Source
What's Changed
New Contributors
Full Changelog: github/pages-gem@v231...v232
v231
Compare Source
What's Changed
Full Changelog: github/pages-gem@v230...v231
v230
Compare Source
What's Changed
Full Changelog: github/pages-gem@v229...v230
v229
Compare Source
What's Changed
New Contributors
Full Changelog: github/pages-gem@v228...v229
v228
Compare Source
Automated release for v228
v227
Compare Source
Automated release for v227
v226
Compare Source
Automated release for v226
v225
Compare Source
Automated release for v225
What's Changed
Full Changelog: github/pages-gem@v224...v225
v224
Compare Source
Automated release for v224
What's Changed
New Contributors
Full Changelog: github/pages-gem@v223...v224
v223
Compare Source
v222
Compare Source
v221
Compare Source
v220
Compare Source
v219
Compare Source
v218
Compare Source
v217
Compare Source
NOTE: When building Jekyll locally using one of the Jekyll themes included in GitHub Pages, you will need to upgrade your _config.yml:
v216
Compare Source
NOTE: When building Jekyll locally using one of the Jekyll themes included in GitHub Pages, you will need to upgrade your _config.yml:
v215
Compare Source
Bump github-pages-health-check to v1.17.2 #771
v214
Compare Source
Update kramdown to 💎 v2.3.1 #766
v213
Compare Source
Bump jekyll-remote-theme to v0.4.3 #761
v212
Compare Source
v211
Compare Source
Bump rouge to v3.26.0 #747
v210
Compare Source
Upgrade jekyll-seo-tag to v2.7.1 (#723, #751)
tzinfo/tzinfo (tzinfo)v2.0.6
Compare Source
v2.0.5
Compare Source
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.
either TZInfo::DataSource#eager_load! or TZInfo.eager_load!. Compatible
with Ruby On Rails' eager_load_namespaces. #129.
v2.0.4
Compare Source
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.
v2.0.3
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.
#120.
timezone_offset still assigned when called with an offset argument on JRuby
9.3.
v2.0.2
Compare Source
v2.0.1
Compare Source
data with recent Ruby releases in safe mode. #100.
zone identifier. #99.
code.
v2.0.0
Compare Source
Added
TZInfo::Timezone. These are similar to utc_to_local and period_for_utc,
but take the UTC offset of the given time into account.
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.
TZInfo::Timezone in place of a Time or DateTime.
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.
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.
number.
Changed
or later mode) and Rubinius 3.
UTC). #49 and #52.
DateTimeWithOffset or TZInfo::TimestampWithOffset. These classes subclass
Time, DateTime and TZInfo::Timestamp respectively. They override the
default behaviour of the base classes to return information about the observed
offset at the indicated time. For example, the zone abbreviation is returned
when using the %Z directive with strftime.
TZInfo::Timezone now take the UTC offsets of given times into account
(instead of ignoring them as was previously the case).
TZInfo::OffsetTimezonePeriod and TZInfo::TransitionsTimezonePeriod.
TZInfo::OffsetTimezonePeriod is returned for time zones that only have a
single offset. TZInfo::TransitionsTimezonePeriod is returned for periods
that start or end with a transition.
and TZInfo::TimezonePeriod#zone_identifier now return frozen String
instances instead of instances of Symbol.
and TZInfo::TimezoneOffset have been renamed base_utc_offset and
observed_utc_offset respectively. The former names have been retained as
aliases.
can now be used with strings having any encoding. Previously, only encodings
that are directly comparable with UTF-8 were supported.
exception messages.
exception messages.
files produced with version 2014c of the zic tool contain an initial
transition 2**63 seconds before the epoch. Zoneinfo files produced with
version 2014d or later of zic contain an initial transition 2**59 seconds
before the epoch. These transitions would previously have been ignored, but
are now returned in methods such as TZInfo::Timezone#transitions_up_to.
been moved into a new TZInfo::DataSources module. Code that is setting
TZInfo::ZoneinfoDataSource.search_path or
TZInfo::ZoneinfoDataSource.alternate_iso3166_tab_search_path will need to be
updated accordingly.
exception classes raised by TZInfo::DataSources::ZoneinfoDataSource have
been moved into the TZInfo::DataSources module.
TZInfo::DataSources::RubyDataSource will now immediately raise a
TZInfo::DataSources::TZInfoDataNotFound exception if require 'tzinfo/data'
fails. Previously, a failure would only occur later when accessing an index or
loading a timezone or country.
constants of TZInfo::DataSources::ZoneinfoDataSource have been made private.
TZInfo::DataSource.create_default_data_source,
TZInfo::DataSources::ZoneinfoDataSource.process_search_path,
TZInfo::Timezone.get_proxies and TZInfo::Timezone.data_source methods have
been made private.
improved.
country and time zone data.
by concurrent-ruby.
TZInfo::DataSource implementations have been moved into the
TZInfo::DataSources module.
with TZInfo::DataSources::TransitionsDataTimezoneInfo and
TZInfo::DataSources::ConstantOffsetDataTimezoneInfo.
TZInfo::DataSources::TransitionsDataTimezoneInfo is constructed with an
Array of TZInfo::TimezoneTransition instances representing times when the
offset changes. TZInfo::DataSources::ConstantOffsetDataTimezoneInfo is
constructed with a TZInfo::TimezoneOffset instance representing the offset
constantly observed in a time zone.
overridden in custom data source implementations. The implementation in the
base class now calculates a result from
TZInfo::DataSource#data_timezone_identifiers and
TZInfo::DataSource#linked_timezone_identifiers.
methods now include the time zone database and tzinfo-data versions.
Removed
Integer timestamp values. Time, DateTime or TZInfo::Timestamp values
or objects that respond to to_i, subsec and optionally utc_offset must
be used instead.
TZInfo::Timezone#strftime if it is supported by Time#strftime on the
runtime platform.
obtain a specific TZInfo::Timezone or TZInfo::Country will no longer work.
TZInfo::Timezone.get(identifier) and TZInfo::Country.get(code) should be
used instead.
valid_for_local?, local_after_start? and local_before_end? instance
methods of TZInfo::TimezonePeriod have been removed. Comparisons can be
performed with the results of the starts_at, ends_at, local_starts_at
and local_ends_at methods instead.
TZInfo::TimezoneOffset have been removed. Conversions should be performed
using the TZInfo::Timezone class instead.
removed. Equivalent information can be obtained using the
TZInfo::TimezonePeriod#observed_utc_offset method.
local_start_time instance methods of TZInfo::TimezoneTransition have been
removed. The at, local_end_at and local_start_at methods should be used
instead and the result (a TZInfo::TimestampWithOffset) converted to either a
DateTime or Time by calling to_datetime or to_time on the result.
have been removed. TZInfo::Country.get('US').zones and
TZInfo::Country.get('US').zone_identifiers should be used instead.
v1.2.11
Compare Source
Configuration
📅 Schedule: (in timezone US/Central)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.