This is an automated email from the ASF dual-hosted git repository.
johnsd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ctakes-website.git
The following commit(s) were added to refs/heads/main by this push:
new b2f869f added a webrick dependency
b2f869f is described below
commit b2f869f94e9665a6882e46a64a6853540f2cdd2b
Author: Johnsd11 <[email protected]>
AuthorDate: Wed Jun 14 05:01:32 2023 -0400
added a webrick dependency
---
Gemfile | 2 ++
Gemfile.lock | 2 ++
2 files changed, 4 insertions(+)
diff --git a/Gemfile b/Gemfile
index eb28b30..3329762 100644
--- a/Gemfile
+++ b/Gemfile
@@ -32,3 +32,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw,
:mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions
of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
+
+gem "webrick", "~> 1.8"
diff --git a/Gemfile.lock b/Gemfile.lock
index 842db3a..e2e725c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -252,6 +252,7 @@ GEM
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
wdm (0.1.1)
+ webrick (1.8.1)
PLATFORMS
x64-mingw-ucrt
@@ -265,6 +266,7 @@ DEPENDENCIES
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
+ webrick (~> 1.8)
BUNDLED WITH
2.4.13