Skip to content

Commit 90f1ab5

Browse files
committed
Cleanup Gemfile and swap import rules for use
1 parent 22e99e1 commit 90f1ab5

File tree

5 files changed

+237
-203
lines changed

5 files changed

+237
-203
lines changed

Gemfile

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 4.3", ">= 4.3.3"
11+
gem "jekyll", "~> 4.4", ">= 4.4.1"
1212

1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1414
# uncomment the line below. To upgrade, run `bundle update github-pages`.
@@ -18,22 +18,10 @@ gem "jekyll", "~> 4.3", ">= 4.3.3"
1818

1919
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2020
# and associated library.
21-
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
22-
gem "tzinfo", "~> 1.2"
23-
gem "tzinfo-data"
24-
end
21+
gem 'tzinfo', '~> 2.0', '>= 2.0.6', platforms: :windows
22+
gem "tzinfo-data", platforms: :windows
2523

2624
# Performance-booster for watching directories on Windows
27-
gem "wdm", "~> 0.2.0", :install_if => Gem.win_platform?
25+
gem "wdm", "~> 0.2.0", platforms: :windows
2826

29-
gem "webrick", "~> 1.8", ">= 1.8.1"
30-
31-
# Removing this will break the site under Arch Linux's provided ruby package (3.0.6-1) as it appears to be missing the json gem.
32-
gem "json", "~>2.7", ">=2.7.2"
33-
34-
# Add gems removed from Ruby 3.4.0 Standard library
35-
gem "csv", "~> 3.3", ">=3.3.2"
36-
gem "base64", "~> 0.2.0"
37-
38-
# Add gems removed from Ruby 3.5.0 Standard library
39-
gem 'logger', '~> 1.6', '>= 1.6.4'
27+
gem "webrick", "~> 1.9", ">= 1.9.1"

0 commit comments

Comments
 (0)