Skip to content

Commit e9cb993

Browse files
Merge pull request #24 from comcomUBA/dependabot/bundler/tzinfo-1.2.10
Bump tzinfo from 1.2.9 to 1.2.10
2 parents e655265 + 7bc6342 commit e9cb993

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gem "jekyll-paginate"
2323
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2424
# and associated library.
2525
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
26-
gem "tzinfo", "~> 1.1"
26+
gem "tzinfo", "~> 1.2"
2727
gem "tzinfo-data"
2828
end
2929

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ GEM
253253
thread_safe (0.3.6)
254254
typhoeus (1.4.0)
255255
ethon (>= 0.9.0)
256-
tzinfo (1.2.9)
256+
tzinfo (1.2.10)
257257
thread_safe (~> 0.1)
258258
tzinfo-data (1.2021.1)
259259
tzinfo (>= 1.0.0)
@@ -271,7 +271,7 @@ DEPENDENCIES
271271
github-pages (~> 215)
272272
jekyll-paginate
273273
minima (~> 2.5)
274-
tzinfo (~> 1.1)
274+
tzinfo (~> 1.2)
275275
tzinfo-data
276276
wdm (~> 0.1.1)
277277

0 commit comments

Comments
 (0)