Pin web-console to GitHub main for Rails compatibility
web-console 4.2.1 overrides the now-renamed filter_proxies method in ActionDispatch::RemoteIp::GetIp. The fix (rails/web-console#344) is on main but not yet released.
This commit is contained in:
@@ -54,7 +54,7 @@ group :development, :test do
|
||||
end
|
||||
|
||||
group :development do
|
||||
gem "web-console"
|
||||
gem "web-console", github: "rails/web-console"
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
||||
+10
-6
@@ -113,6 +113,15 @@ GIT
|
||||
tsort (>= 0.2)
|
||||
zeitwerk (~> 2.6)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/rails/web-console.git
|
||||
revision: bdbb39114348b037a515b2ce75a47457b0e647d1
|
||||
specs:
|
||||
web-console (4.2.1)
|
||||
actionview (>= 8.0.0)
|
||||
bindex (>= 0.4.0)
|
||||
railties (>= 8.0.0)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
@@ -460,11 +469,6 @@ GEM
|
||||
unicode-emoji (4.1.0)
|
||||
uri (1.1.1)
|
||||
vcr (6.4.0)
|
||||
web-console (4.2.1)
|
||||
actionview (>= 6.0.0)
|
||||
activemodel (>= 6.0.0)
|
||||
bindex (>= 0.4.0)
|
||||
railties (>= 6.0.0)
|
||||
web-push (3.1.0)
|
||||
jwt (~> 3.0)
|
||||
openssl (>= 3.0)
|
||||
@@ -536,7 +540,7 @@ DEPENDENCIES
|
||||
turbo-rails
|
||||
useragent!
|
||||
vcr
|
||||
web-console
|
||||
web-console!
|
||||
web-push
|
||||
webmock
|
||||
zip_kit
|
||||
|
||||
+10
-6
@@ -162,6 +162,15 @@ GIT
|
||||
tsort (>= 0.2)
|
||||
zeitwerk (~> 2.6)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/rails/web-console.git
|
||||
revision: bdbb39114348b037a515b2ce75a47457b0e647d1
|
||||
specs:
|
||||
web-console (4.2.1)
|
||||
actionview (>= 8.0.0)
|
||||
bindex (>= 0.4.0)
|
||||
railties (>= 8.0.0)
|
||||
|
||||
PATH
|
||||
remote: saas
|
||||
specs:
|
||||
@@ -585,11 +594,6 @@ GEM
|
||||
unicode-emoji (4.1.0)
|
||||
uri (1.1.1)
|
||||
vcr (6.4.0)
|
||||
web-console (4.2.1)
|
||||
actionview (>= 6.0.0)
|
||||
activemodel (>= 6.0.0)
|
||||
bindex (>= 0.4.0)
|
||||
railties (>= 6.0.0)
|
||||
web-push (3.1.0)
|
||||
jwt (~> 3.0)
|
||||
openssl (>= 3.0)
|
||||
@@ -700,7 +704,7 @@ DEPENDENCIES
|
||||
turbo-rails
|
||||
useragent!
|
||||
vcr
|
||||
web-console
|
||||
web-console!
|
||||
web-push
|
||||
webmock
|
||||
webrick
|
||||
|
||||
Reference in New Issue
Block a user