bump tzinfo-data

pull/10340/head
ulferts 3 years ago
parent fb087df321
commit b785deecfe
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 2
      Gemfile
  2. 4
      Gemfile.lock

@ -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'

@ -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)

Loading…
Cancel
Save