diff --git a/Gemfile b/Gemfile index fc07fd7..6215032 100644 --- a/Gemfile +++ b/Gemfile @@ -19,4 +19,3 @@ 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.7" diff --git a/Gemfile.lock b/Gemfile.lock index 37f6fb9..04e37e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -249,7 +249,6 @@ GEM unf_ext unf_ext (0.0.8.2) unicode-display_width (1.8.0) - webrick (1.8.1) PLATFORMS x86_64-linux @@ -261,7 +260,6 @@ DEPENDENCIES tzinfo (>= 1, < 3) tzinfo-data wdm (~> 0.1.1) - webrick (~> 1.7) BUNDLED WITH 2.4.12