diff --git a/Gemfile b/Gemfile index 94e885a6..c60dfd34 100644 --- a/Gemfile +++ b/Gemfile @@ -6,9 +6,6 @@ gem 'rails', '~> 8.0', '>= 8.0.1' # The HTTP server running the Rails instance. gem 'falcon', '~> 0.48.0' -# HACK: Workaround for https://github.com/socketry/protocol-rack/issues/20 -gem 'protocol-rack', '~> 0.10.0', '< 0.11.0' - # Our database is MySQL, in both development and production. gem 'mysql2', '~> 0.5.5' diff --git a/Gemfile.lock b/Gemfile.lock index f4aed699..551df9ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -304,8 +304,9 @@ GEM protocol-http2 (0.22.1) protocol-hpack (~> 1.4) protocol-http (~> 0.47) - protocol-rack (0.10.1) - protocol-http (~> 0.37) + protocol-rack (0.15.0) + io-stream (>= 0.10) + protocol-http (~> 0.43) rack (>= 1.0) psych (5.2.6) date @@ -552,7 +553,6 @@ DEPENDENCIES omniauth (~> 2.1) omniauth-rails_csrf_protection (~> 1.0) omniauth_openid_connect (~> 0.7.1) - protocol-rack (~> 0.10.0, < 0.11.0) rack-attack (~> 6.7) rack-mini-profiler (~> 3.1) rails (~> 8.0, >= 8.0.1) diff --git a/vendor/cache/protocol-rack-0.10.1.gem b/vendor/cache/protocol-rack-0.10.1.gem deleted file mode 100644 index 8b225b76..00000000 Binary files a/vendor/cache/protocol-rack-0.10.1.gem and /dev/null differ diff --git a/vendor/cache/protocol-rack-0.15.0.gem b/vendor/cache/protocol-rack-0.15.0.gem new file mode 100644 index 00000000..26e96870 Binary files /dev/null and b/vendor/cache/protocol-rack-0.15.0.gem differ