mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
Remove web-console gem
This commit is contained in:
parent
a7fccd50f3
commit
7ed2119545
4 changed files with 0 additions and 10 deletions
3
Gemfile
3
Gemfile
|
|
@ -54,9 +54,6 @@ group :development, :test do
|
|||
end
|
||||
|
||||
group :development do
|
||||
# Use console on exceptions pages [https://github.com/rails/web-console]
|
||||
gem "web-console"
|
||||
|
||||
gem "solargraph"
|
||||
|
||||
gem "erb_lint"
|
||||
|
|
|
|||
|
|
@ -78,7 +78,6 @@ GEM
|
|||
erubi (~> 1.4)
|
||||
parser (>= 2.4)
|
||||
smart_properties
|
||||
bindex (0.8.1)
|
||||
bootsnap (1.13.0)
|
||||
msgpack (~> 1.2)
|
||||
builder (3.2.4)
|
||||
|
|
@ -265,11 +264,6 @@ GEM
|
|||
tzinfo (2.0.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
unicode-display_width (2.2.0)
|
||||
web-console (4.2.0)
|
||||
actionview (>= 6.0.0)
|
||||
activemodel (>= 6.0.0)
|
||||
bindex (>= 0.4.0)
|
||||
railties (>= 6.0.0)
|
||||
webdrivers (5.0.0)
|
||||
nokogiri (~> 1.6)
|
||||
rubyzip (>= 1.3.0)
|
||||
|
|
@ -305,7 +299,6 @@ DEPENDENCIES
|
|||
stimulus-rails
|
||||
turbo-rails
|
||||
tzinfo-data
|
||||
web-console
|
||||
webdrivers
|
||||
|
||||
RUBY VERSION
|
||||
|
|
|
|||
BIN
vendor/cache/bindex-0.8.1.gem
vendored
BIN
vendor/cache/bindex-0.8.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/web-console-4.2.0.gem
vendored
BIN
vendor/cache/web-console-4.2.0.gem
vendored
Binary file not shown.
Loading…
Add table
Reference in a new issue