diff --git a/Gemfile b/Gemfile index 05f6909..c392852 100644 --- a/Gemfile +++ b/Gemfile @@ -1,21 +1,21 @@ -source "https://rubygems.org" -ruby RUBY_VERSION - -gem "jekyll" - -# If you have any plugins, put them here! -group :jekyll_plugins do - gem "jemoji" - gem "github-pages" - gem "jekyll-remote-theme" - gem "jekyll-feed" -end - -# Windows does not include zoneinfo files, so bundle the tzinfo-data gem -gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] - -gem 'webrick', '~> 1.7' - -# gem "rake" -# gem 'prism', '~> 0.17.1' -# gem 'ruby-lsp', '~> 0.12.4' +source "https://rubygems.org" +ruby RUBY_VERSION + +gem "jekyll" + +# If you have any plugins, put them here! +group :jekyll_plugins do + gem "jemoji" + gem "github-pages" + gem "jekyll-remote-theme" + gem "jekyll-feed" +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] + +gem 'webrick', '~> 1.9' + +# gem "rake" +# gem 'prism', '~> 0.17.1' +# gem 'ruby-lsp', '~> 0.12.4' diff --git a/Gemfile.lock b/Gemfile.lock index 14f4fdd..05ccebe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -283,7 +283,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) uri (0.13.1) - webrick (1.8.2) + webrick (1.9.0) PLATFORMS aarch64-linux @@ -308,7 +308,7 @@ DEPENDENCIES jekyll-remote-theme jemoji tzinfo-data - webrick (~> 1.7) + webrick (~> 1.9) RUBY VERSION ruby 3.3.5p100