Skip to content

Commit 77e3f30

Browse files
Bump tzinfo from 1.2.9 to 2.0.4 (#72)
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 2.0.4. - [Release notes](https://github.com/tzinfo/tzinfo/releases) - [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md) - [Commits](tzinfo/tzinfo@v1.2.9...v2.0.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d00484 commit 77e3f30

2 files changed

Lines changed: 8 additions & 13 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ end
2727
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2828
# and associated library.
2929
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
30-
gem "tzinfo", "~> 1.2"
30+
gem "tzinfo", "~> 2.0"
3131
gem "tzinfo-data"
3232
end
3333

Gemfile.lock

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.6)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2, >= 2.2.2)
4+
activesupport (3.2.22.5)
5+
i18n (~> 0.6, >= 0.6.4)
6+
multi_json (~> 1.0)
107
addressable (2.7.0)
118
public_suffix (>= 2.0.2, < 5.0)
129
coffee-script (2.4.1)
@@ -219,7 +216,7 @@ GEM
219216
jekyll (>= 3.5, < 5.0)
220217
jekyll-feed (~> 0.9)
221218
jekyll-seo-tag (~> 2.1)
222-
minitest (5.14.4)
219+
multi_json (1.15.0)
223220
multipart-post (2.1.1)
224221
nokogiri (1.11.2)
225222
mini_portile2 (~> 2.5.0)
@@ -255,19 +252,17 @@ GEM
255252
unf (~> 0.1.4)
256253
terminal-table (1.8.0)
257254
unicode-display_width (~> 1.1, >= 1.1.1)
258-
thread_safe (0.3.6)
259255
typhoeus (1.4.0)
260256
ethon (>= 0.9.0)
261-
tzinfo (1.2.9)
262-
thread_safe (~> 0.1)
257+
tzinfo (2.0.4)
258+
concurrent-ruby (~> 1.0)
263259
tzinfo-data (1.2021.1)
264260
tzinfo (>= 1.0.0)
265261
unf (0.1.4)
266262
unf_ext
267263
unf_ext (0.0.7.7)
268264
unicode-display_width (1.7.0)
269265
wdm (0.1.1)
270-
zeitwerk (2.4.2)
271266

272267
PLATFORMS
273268
ruby
@@ -277,7 +272,7 @@ DEPENDENCIES
277272
jekyll-feed (~> 0.12)
278273
jekyll-spaceship
279274
just-the-docs (~> 0.3.3)
280-
tzinfo (~> 1.2)
275+
tzinfo (~> 2.0)
281276
tzinfo-data
282277
wdm (~> 0.1.0)
283278

0 commit comments

Comments
 (0)