Skip to content

Commit

Permalink
remove webrick?
Browse files Browse the repository at this point in the history
  • Loading branch information
mselensky committed May 23, 2024
1 parent 1a2c7ef commit f370a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,5 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
install_if -> { ENV["GITHUB_ACTIONS"] != "true" } do
puts "Is GitHub action: #{ENV["GITHUB_ACTIONS"] == "true"}"
gem "rake", "~> 13.2.1"
end

gem "webrick"

end

2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (0.13.0)
webrick (1.8.1)

PLATFORMS
arm64-darwin-23
Expand All @@ -280,7 +279,6 @@ DEPENDENCIES
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
webrick

BUNDLED WITH
2.4.13

0 comments on commit f370a1d

Please sign in to comment.