Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ group :development do
gem "web-console", ">= 3.3.0"
gem "listen", ">= 3.5"
gem "reek"
# spring 4.x / spring-watcher-listen 2.1.x need Ruby >= 3.1, which we now
# satisfy -- previously dropped during the Rails 6.1 -> 7.0 hop.
gem "spring"
gem "spring-watcher-listen", "~> 2.1.0"
end

# Exception tracking. Reports unhandled exceptions to Sentry in production;
Expand Down
6 changes: 0 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,6 @@ GEM
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
logger
spring (4.7.0)
spring-watcher-listen (2.1.0)
listen (>= 2.7, < 4.0)
spring (>= 4)
sprockets (4.2.2)
concurrent-ruby (~> 1.0)
logger
Expand Down Expand Up @@ -444,8 +440,6 @@ DEPENDENCIES
selenium-webdriver
sentry-rails
sentry-ruby
spring
spring-watcher-listen (~> 2.1.0)
terser
tzinfo-data
web-console (>= 3.3.0)
Expand Down
6 changes: 0 additions & 6 deletions Gemfile.next.lock
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,6 @@ GEM
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
logger
spring (4.7.0)
spring-watcher-listen (2.1.0)
listen (>= 2.7, < 4.0)
spring (>= 4)
sprockets (4.2.2)
concurrent-ruby (~> 1.0)
logger
Expand Down Expand Up @@ -444,8 +440,6 @@ DEPENDENCIES
selenium-webdriver
sentry-rails
sentry-ruby
spring
spring-watcher-listen (~> 2.1.0)
terser
tzinfo-data
web-console (>= 3.3.0)
Expand Down
5 changes: 0 additions & 5 deletions bin/rails
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#!/usr/bin/env ruby
begin
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
require 'rails/commands'
5 changes: 0 additions & 5 deletions bin/rake
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#!/usr/bin/env ruby
begin
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
require_relative '../config/boot'
require 'rake'
Rake.application.run
17 changes: 0 additions & 17 deletions bin/spring

This file was deleted.

12 changes: 0 additions & 12 deletions config/spring.rb

This file was deleted.

Loading