forked from plume/joinplu.me
Add Webrick to dependencies for Ruby 3.0
This commit is contained in:
parent
30b98d8025
commit
65f66f95f9
2 changed files with 4 additions and 1 deletions
1
Gemfile
1
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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue