mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Bump tzinfo from 1.2.5 to 2.0.0 (#11152)
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 2.0.0. - [Release notes](https://github.com/tzinfo/tzinfo/releases) - [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md) - [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.5...v2.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
cb1415e9ff
commit
3572980d21
2
Gemfile
2
Gemfile
@ -24,7 +24,7 @@ gem 'nokogiri', '1.10.5'
|
|||||||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||||
# and associated library
|
# and associated library
|
||||||
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
|
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
|
||||||
gem 'tzinfo', '~> 1.2'
|
gem 'tzinfo', '~> 2.0'
|
||||||
gem 'tzinfo-data'
|
gem 'tzinfo-data'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -104,10 +104,9 @@ GEM
|
|||||||
stringex (2.8.5)
|
stringex (2.8.5)
|
||||||
terminal-table (1.8.0)
|
terminal-table (1.8.0)
|
||||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||||
thread_safe (0.3.6)
|
|
||||||
tilt (2.0.10)
|
tilt (2.0.10)
|
||||||
tzinfo (1.2.5)
|
tzinfo (2.0.0)
|
||||||
thread_safe (~> 0.1)
|
concurrent-ruby (~> 1.0)
|
||||||
tzinfo-data (1.2019.3)
|
tzinfo-data (1.2019.3)
|
||||||
tzinfo (>= 1.0.0)
|
tzinfo (>= 1.0.0)
|
||||||
unicode-display_width (1.6.0)
|
unicode-display_width (1.6.0)
|
||||||
@ -129,7 +128,7 @@ DEPENDENCIES
|
|||||||
sass-globbing (= 1.1.5)
|
sass-globbing (= 1.1.5)
|
||||||
sinatra (= 2.0.7)
|
sinatra (= 2.0.7)
|
||||||
stringex (= 2.8.5)
|
stringex (= 2.8.5)
|
||||||
tzinfo (~> 1.2)
|
tzinfo (~> 2.0)
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user