diff --git a/Gemfile b/Gemfile index 2245f10..9e02354 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,3 @@ gem 'html-proofer', '~> 3' # Avoid polling on windows gem 'wdm', '>= 0.1.0' - -# For local Ruby 3 support; works around https://github.com/github/pages-gem/issues/752 -gem "webrick", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index e226a5c..1778825 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,11 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) colorator (1.1.0) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.4) + csv (3.3.0) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -13,9 +14,9 @@ GEM eventmachine (1.2.7) eventmachine (1.2.7-x64-mingw32) eventmachine (1.2.7-x86-mingw32) - ffi (1.16.3) - ffi (1.16.3-x64-mingw32) - ffi (1.16.3-x86-mingw32) + ffi (1.17.0) + ffi (1.17.0-x64-mingw32) + ffi (1.17.0-x86-mingw32) forwardable-extended (2.6.0) html-proofer (3.19.4) addressable (~> 2.3) @@ -26,11 +27,12 @@ GEM typhoeus (~> 1.3) yell (~> 2.0) http_parser.rb (0.8.0) - i18n (1.14.4) + i18n (1.14.6) concurrent-ruby (~> 1.0) - jekyll (3.9.5) + jekyll (3.10.0) addressable (~> 2.4) colorator (~> 1.0) + csv (~> 3.0) em-websocket (~> 0.5) i18n (>= 0.7, < 2) jekyll-sass-converter (~> 1.0) @@ -41,6 +43,7 @@ GEM pathutil (~> 0.9) rouge (>= 1.7, < 4) safe_yaml (~> 1.0) + webrick (>= 1.0) jekyll-sass-converter (1.5.2) sass (~> 3.4) jekyll-watch (2.2.1) @@ -59,15 +62,14 @@ GEM parallel (1.24.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (5.0.4) + public_suffix (6.0.1) racc (1.8.0) rainbow (3.1.1) rake (12.3.3) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.3.6) - strscan + rexml (3.3.7) rouge (3.30.0) safe_yaml (1.0.5) sass (3.7.4) @@ -75,7 +77,6 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - strscan (3.1.0) typhoeus (1.4.1) ethon (>= 0.9.0) wdm (0.1.1) @@ -93,7 +94,6 @@ DEPENDENCIES kramdown rake wdm (>= 0.1.0) - webrick (~> 1.7) BUNDLED WITH 2.3.6