Skip to content

Commit

Permalink
Use head of webrick
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Aug 15, 2024
1 parent 1be2f6c commit c575bfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ source 'https://rubygems.org/'

gemspec

gem "webrick", git: "https://github.com/ruby/webrick"

local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
if File.exist?(local_gemfile)
puts "Loading Gemfile.local ..." if $DEBUG # `ruby -d` or `bundle -v`
Expand Down

0 comments on commit c575bfa

Please sign in to comment.