Skip to content

Commit c2cd90b

Browse files
committed
Update Gemfile with latest compatible dependencies
1 parent 398d5df commit c2cd90b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

www/Gemfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem "github-pages", group: :jekyll_plugins
77
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
88
# and associated library.
99
platforms :mingw, :x64_mingw, :mswin, :jruby do
10-
gem "tzinfo", "~> 1.2"
10+
gem "tzinfo", "~> 2.0"
1111
gem "tzinfo-data"
1212
end
1313

@@ -19,4 +19,7 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
1919
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
2020

2121
# Needed for Ruby 3.0+
22-
gem "webrick", "~> 1.7"
22+
gem "webrick", "~> 1.8"
23+
24+
# Explicitly specify ffi version to avoid compatibility issues
25+
gem "ffi", "~> 1.15.5"

0 commit comments

Comments
 (0)