Skip to content

Commit ca18aac

Browse files
Bump tzinfo from 1.2.9 to 2.0.6
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 2.0.6. - [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.6) --- updated-dependencies: - dependency-name: tzinfo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd43eef commit ca18aac

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem "github-pages", group: :jekyll_plugins
1717
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
1818
# and associated library.
1919
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
20-
gem "tzinfo", "~> 1.2"
20+
gem "tzinfo", "~> 2.0"
2121
gem "tzinfo-data"
2222
end
2323

Gemfile.lock

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,33 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.6.1)
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 (7.2.1)
5+
base64
6+
bigdecimal
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
8+
connection_pool (>= 2.2.5)
9+
drb
10+
i18n (>= 1.6, < 2)
11+
logger (>= 1.4.2)
12+
minitest (>= 5.1)
13+
securerandom (>= 0.3)
14+
tzinfo (~> 2.0, >= 2.0.5)
1015
addressable (2.8.7)
1116
public_suffix (>= 2.0.2, < 7.0)
17+
base64 (0.2.0)
18+
bigdecimal (3.1.8)
1219
coffee-script (2.4.1)
1320
coffee-script-source
1421
execjs
1522
coffee-script-source (1.12.2)
1623
colorator (1.1.0)
1724
commonmarker (0.23.10)
1825
concurrent-ruby (1.3.4)
26+
connection_pool (2.4.1)
1927
csv (3.3.0)
2028
dnsruby (1.72.2)
2129
simpleidn (~> 0.2.1)
30+
drb (2.2.1)
2231
em-websocket (0.5.3)
2332
eventmachine (>= 0.12.9)
2433
http_parser.rb (~> 0)
@@ -244,29 +253,28 @@ GEM
244253
sawyer (0.9.2)
245254
addressable (>= 2.3.5)
246255
faraday (>= 0.17.3, < 3)
256+
securerandom (0.3.1)
247257
simpleidn (0.2.3)
248258
strscan (3.1.0)
249259
terminal-table (1.8.0)
250260
unicode-display_width (~> 1.1, >= 1.1.1)
251-
thread_safe (0.3.6)
252261
typhoeus (1.4.1)
253262
ethon (>= 0.9.0)
254-
tzinfo (1.2.10)
255-
thread_safe (~> 0.1)
263+
tzinfo (2.0.6)
264+
concurrent-ruby (~> 1.0)
256265
tzinfo-data (1.2024.1)
257266
tzinfo (>= 1.0.0)
258267
unicode-display_width (1.8.0)
259268
uri (0.13.1)
260269
wdm (0.2.0)
261270
webrick (1.8.1)
262-
zeitwerk (2.6.17)
263271

264272
PLATFORMS
265273
x86_64-linux
266274

267275
DEPENDENCIES
268276
github-pages
269-
tzinfo (~> 1.2)
277+
tzinfo (~> 2.0)
270278
tzinfo-data
271279
wdm (~> 0.2.0)
272280

0 commit comments

Comments
 (0)