From 65f66f95f9aea4b1304cf4b6e569e18877282a1b Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sat, 2 Jan 2021 08:51:34 +0900 Subject: [PATCH] Add Webrick to dependencies for Ruby 3.0 --- Gemfile | 1 + Gemfile.lock | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 184a0f4..4dbe5bc 100644 --- a/Gemfile +++ b/Gemfile @@ -5,3 +5,4 @@ gem 'middleman-autoprefixer', '~> 2.7' gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby] gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw] gem 'rake' +gem 'webrick' diff --git a/Gemfile.lock b/Gemfile.lock index a81d376..5c64d97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,6 +97,7 @@ GEM thread_safe (~> 0.1) uglifier (3.2.0) execjs (>= 0.3.0, < 3) + webrick (1.7.0) PLATFORMS ruby @@ -107,6 +108,7 @@ DEPENDENCIES rake tzinfo-data wdm (~> 0.1) + webrick BUNDLED WITH - 2.1.4 + 2.2.4