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:
dependabot-preview[bot] 2019-11-17 17:06:47 +01:00 committed by Franck Nijhof
parent cb1415e9ff
commit 3572980d21
2 changed files with 4 additions and 5 deletions

View File

@ -24,7 +24,7 @@ gem 'nokogiri', '1.10.5'
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
gem 'tzinfo', '~> 1.2'
gem 'tzinfo', '~> 2.0'
gem 'tzinfo-data'
end

View File

@ -104,10 +104,9 @@ GEM
stringex (2.8.5)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo (2.0.0)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2019.3)
tzinfo (>= 1.0.0)
unicode-display_width (1.6.0)
@ -129,7 +128,7 @@ DEPENDENCIES
sass-globbing (= 1.1.5)
sinatra (= 2.0.7)
stringex (= 2.8.5)
tzinfo (~> 1.2)
tzinfo (~> 2.0)
tzinfo-data
RUBY VERSION