bump tzinfo-data

This commit is contained in:
ulferts
2022-03-18 09:02:22 +01:00
parent fb087df321
commit b785deecfe
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ gem 'addressable', '~> 2.8.0'
gem "auto_strip_attributes", "~> 2.5"
# Provide timezone info for TZInfo used by AR
gem 'tzinfo-data', '~> 1.2021.1'
gem 'tzinfo-data', '~> 1.2022.1'
# to generate html-diffs (e.g. for wiki comparison)
gem 'htmldiff'
+2 -2
View File
@@ -926,7 +926,7 @@ GEM
rails (>= 5.0.4)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.5)
tzinfo-data (1.2022.1)
tzinfo (>= 1.0.0)
uber (0.1.0)
unf (0.1.4)
@@ -1130,7 +1130,7 @@ DEPENDENCIES
test-prof (~> 1.0.0)
timecop (~> 0.9.0)
typed_dag (~> 2.0.2)
tzinfo-data (~> 1.2021.1)
tzinfo-data (~> 1.2022.1)
warden (~> 1.2)
warden-basic_auth (~> 0.2.1)
webdrivers (~> 5.0.0)