Skip to content

Commit

Permalink
chore: revert gemfile change
Browse files Browse the repository at this point in the history
  • Loading branch information
kojofl committed Oct 11, 2023
1 parent 3bddd77 commit d4002c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ group :jekyll_plugins do
gem 'jekyll-redirect-from'
end

gem "tzinfo-data"

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end

# Performance-booster for watching directories on Windows
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ GEM
unicode-display_width (~> 1.1, >= 1.1.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.3)
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
verbal_expressions (0.1.5)
webrick (1.8.1)
Expand Down

0 comments on commit d4002c3

Please sign in to comment.