diff --git a/Gemfile b/Gemfile index d9d9002..91f83c9 100644 --- a/Gemfile +++ b/Gemfile @@ -50,17 +50,12 @@ gem 'sidekiq-scheduler' group :development, :test do # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. gem 'web-console', '>= 3.3.0' gem 'listen', '~> 3.2' - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' - gem 'spring-watcher-listen', '~> 2.0.0' gem 'letter_opener' gem 'letter_opener_web' end diff --git a/Gemfile.lock b/Gemfile.lock index 91271b6..9334b7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,7 +73,6 @@ GEM bootsnap (1.10.3) msgpack (~> 1.2) builder (3.2.4) - byebug (11.1.3) capybara (3.36.0) addressable matrix @@ -265,10 +264,6 @@ GEM sidekiq (>= 3) thwait tilt (>= 1.4.0) - spring (2.1.1) - spring-watcher-listen (2.0.1) - listen (>= 2.7, < 4.0) - spring (>= 1.2, < 3.0) sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -313,7 +308,6 @@ PLATFORMS DEPENDENCIES bootsnap (>= 1.4.2) - byebug capybara cssbundling-rails database_cleaner @@ -336,8 +330,6 @@ DEPENDENCIES rspec-rails sidekiq sidekiq-scheduler - spring - spring-watcher-listen (~> 2.0.0) sprockets-rails sqlite3 (~> 1.4) stimulus-rails