Upgrade to webrick 1.8
Literally don't know why this wasn't 1.8 when I first installed it? Whatever!
This commit is contained in:
parent
8f4200d0d3
commit
e6f2243d09
2 changed files with 4 additions and 4 deletions
4
Gemfile
4
Gemfile
|
@ -4,7 +4,7 @@ ruby '3.0.6'
|
|||
gem 'rails', '= 7.0.6'
|
||||
|
||||
# The HTTP server running the Rails instance.
|
||||
gem 'webrick', '~> 1.7'
|
||||
gem 'webrick', '~> 1.8', '>= 1.8.1'
|
||||
|
||||
# Our database is MySQL, in both development and production.
|
||||
gem 'mysql2', '~> 0.5.5'
|
||||
|
@ -32,7 +32,7 @@ gem 'http_accept_language', '~> 2.1', '>= 2.1.1'
|
|||
gem 'globalize', '~> 6.2', '>= 6.2.1'
|
||||
|
||||
# For reading and parsing HTML from Neopets.com, like importing Closet pages.
|
||||
gem 'nokogiri', '~> 1.13', '>= 1.13.10'
|
||||
gem 'nokogiri', '~> 1.15', '>= 1.15.3'
|
||||
gem 'rest-client', '~> 2.1'
|
||||
|
||||
# For safely rendering users' Markdown + HTML on item list pages.
|
||||
|
|
|
@ -333,7 +333,7 @@ DEPENDENCIES
|
|||
memcache-client (~> 1.8.5)
|
||||
msgpack (~> 1.7, >= 1.7.2)
|
||||
mysql2 (~> 0.5.5)
|
||||
nokogiri (~> 1.13, >= 1.13.10)
|
||||
nokogiri (~> 1.15, >= 1.15.3)
|
||||
openneo-auth-signatory (~> 0.1.0)
|
||||
parallel (~> 1.23)
|
||||
rack-attack (~> 6.7)
|
||||
|
@ -349,7 +349,7 @@ DEPENDENCIES
|
|||
sass-rails (~> 5.0, >= 5.0.7)
|
||||
uglifier (~> 4.2)
|
||||
web-console (~> 4.2)
|
||||
webrick (~> 1.7)
|
||||
webrick (~> 1.8, >= 1.8.1)
|
||||
will_paginate (~> 4.0)
|
||||
|
||||
RUBY VERSION
|
||||
|
|
Loading…
Reference in a new issue