Skip to content

Commit

Permalink
Merge pull request #620 from MoeRichert-USDA/login-updates
Browse files Browse the repository at this point in the history
Revert gemfile
  • Loading branch information
MoeRichert-USDA authored Jul 18, 2024
2 parents c4e1f3d + 70729fe commit 308c4fd
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,12 @@ group :jekyll_plugins do
gem 'jekyll-last-modified-at'
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data
# gem and associated library.
# The platform-specific lines below fail to install tzinfo on Windows because
# the current platform there, "x64-mingw-ucrt", is not recognized. The "fix" is
# to simply add tzinfo as a required gem.
#platforms :mingw, :x64_mingw, :mswin, :jruby do
# gem "tzinfo", "~> 1.2"
# gem "tzinfo-data"
#end
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"

gem "webrick"
# 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
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
Expand Down

0 comments on commit 308c4fd

Please sign in to comment.