diff --git a/Gemfile b/Gemfile index ff4c62c..f6ca154 100644 --- a/Gemfile +++ b/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" diff --git a/Gemfile.lock b/Gemfile.lock index 6ef09e9..0579ea4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/vendor/cache/bindex-0.8.1.gem b/vendor/cache/bindex-0.8.1.gem deleted file mode 100644 index ebf48db..0000000 Binary files a/vendor/cache/bindex-0.8.1.gem and /dev/null differ diff --git a/vendor/cache/web-console-4.2.0.gem b/vendor/cache/web-console-4.2.0.gem deleted file mode 100644 index f147b5d..0000000 Binary files a/vendor/cache/web-console-4.2.0.gem and /dev/null differ