Skip to content

Commit 8910ce0

Browse files
Bump tzinfo from 1.2.2 to 2.0.5 in /assets/_data
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.2 to 2.0.5. - [Release notes](https://github.com/tzinfo/tzinfo/releases) - [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md) - [Commits](tzinfo/tzinfo@v1.2.2...v2.0.5) --- updated-dependencies: - dependency-name: tzinfo dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d55dce4 commit 8910ce0

File tree

1 file changed

+31
-28
lines changed

1 file changed

+31
-28
lines changed

assets/_data/Gemfile.lock

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.6)
5-
i18n (~> 0.7)
6-
json (~> 1.7, >= 1.7.7)
7-
minitest (~> 5.1)
8-
thread_safe (~> 0.3, >= 0.3.4)
9-
tzinfo (~> 1.1)
4+
activesupport (7.0.3.1)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 1.6, < 2)
7+
minitest (>= 5.1)
8+
tzinfo (~> 2.0)
109
addressable (2.4.0)
1110
coffee-script (2.4.1)
1211
coffee-script-source
1312
execjs
1413
coffee-script-source (1.10.0)
1514
colorator (0.1)
15+
concurrent-ruby (1.1.10)
1616
ethon (0.9.0)
1717
ffi (>= 1.3.0)
1818
execjs (2.7.0)
1919
faraday (0.9.2)
2020
multipart-post (>= 1.2, < 3)
21-
ffi (1.12.2)
22-
ffi (1.12.2-x64-mingw32)
21+
ffi (1.15.5)
22+
ffi (1.15.5-x64-mingw32)
2323
gemoji (2.1.0)
2424
github-pages (84)
2525
github-pages-health-check (= 1.1.0)
@@ -47,10 +47,11 @@ GEM
4747
octokit (~> 4.0)
4848
public_suffix (~> 1.4)
4949
typhoeus (~> 0.7)
50-
html-pipeline (2.4.1)
51-
activesupport (>= 2, < 5)
50+
html-pipeline (2.14.2)
51+
activesupport (>= 2)
5252
nokogiri (>= 1.4)
53-
i18n (0.7.0)
53+
i18n (1.12.0)
54+
concurrent-ruby (~> 1.0)
5455
jekyll (3.1.6)
5556
colorator (~> 0.1)
5657
jekyll-sass-converter (~> 1.0)
@@ -79,47 +80,49 @@ GEM
7980
jekyll-seo-tag (2.0.0)
8081
jekyll (~> 3.1)
8182
jekyll-sitemap (0.10.0)
82-
jekyll-watch (1.4.0)
83-
listen (~> 3.0, < 3.1)
83+
jekyll-watch (1.5.1)
84+
listen (~> 3.0)
8485
jemoji (0.6.2)
8586
gemoji (~> 2.0)
8687
html-pipeline (~> 2.2)
8788
jekyll (>= 3.0)
88-
json (1.8.3)
8989
kramdown (1.11.1)
9090
liquid (3.0.6)
9191
listen (3.0.6)
9292
rb-fsevent (>= 0.9.3)
9393
rb-inotify (>= 0.9.7)
9494
mercenary (0.3.6)
95-
mini_portile2 (2.6.1)
96-
minitest (5.9.0)
95+
mini_portile2 (2.8.0)
96+
minitest (5.16.2)
9797
multipart-post (2.0.0)
9898
net-dns (0.8.0)
99-
nokogiri (1.12.5)
100-
mini_portile2 (~> 2.6.1)
99+
nokogiri (1.13.7)
100+
mini_portile2 (~> 2.8.0)
101101
racc (~> 1.4)
102-
nokogiri (1.12.5-x64-mingw32)
102+
nokogiri (1.13.7-x64-mingw32)
103103
racc (~> 1.4)
104104
octokit (4.3.0)
105105
sawyer (~> 0.7.0, >= 0.5.3)
106106
public_suffix (1.5.3)
107-
racc (1.5.2)
108-
rb-fsevent (0.9.7)
109-
rb-inotify (0.9.7)
110-
ffi (>= 0.5.0)
107+
racc (1.6.0)
108+
rb-fsevent (0.11.1)
109+
rb-inotify (0.10.1)
110+
ffi (~> 1.0)
111111
rouge (1.10.1)
112-
safe_yaml (1.0.4)
113-
sass (3.4.22)
112+
safe_yaml (1.0.5)
113+
sass (3.7.4)
114+
sass-listen (~> 4.0.0)
115+
sass-listen (4.0.0)
116+
rb-fsevent (~> 0.9, >= 0.9.4)
117+
rb-inotify (~> 0.9, >= 0.9.7)
114118
sawyer (0.7.0)
115119
addressable (>= 2.3.5, < 2.5)
116120
faraday (~> 0.8, < 0.10)
117121
terminal-table (1.6.0)
118-
thread_safe (0.3.5)
119122
typhoeus (0.8.0)
120123
ethon (>= 0.8.0)
121-
tzinfo (1.2.2)
122-
thread_safe (~> 0.1)
124+
tzinfo (2.0.5)
125+
concurrent-ruby (~> 1.0)
123126

124127
PLATFORMS
125128
ruby

0 commit comments

Comments
 (0)