Skip to content

Commit

Permalink
add spring back for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Sep 17, 2024
1 parent a11cff1 commit c501176
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 18 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ group :development do

gem "derailed_benchmarks", "~> 2.1", :group => :development

gem "ruby-statistics", "< 4"
# gem "ruby-statistics", "< 4"
end

group :test do
Expand All @@ -105,6 +105,9 @@ group :test do

gem "test-prof"
gem "database_cleaner-active_record"

# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem "spring"
end

gem "amazing_print"
Expand Down
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,6 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ group :development do
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "ruby-statistics", "< 4"
end

group :test do
Expand All @@ -74,6 +73,7 @@ group :test do
gem "simplecov-cobertura"
gem "simplecov-lcov"
gem "webmock"
gem "spring"
gem "spring-commands-rspec"
gem "launchy", require: false
gem "test-prof"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -709,13 +709,13 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
simplecov-lcov
solargraph
solargraph-rails
spring
spring-commands-rspec
sprockets-rails
standard
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ group :development do
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "ruby-statistics", "< 4"
end

group :test do
Expand All @@ -74,6 +73,7 @@ group :test do
gem "simplecov-cobertura"
gem "simplecov-lcov"
gem "webmock"
gem "spring"
gem "spring-commands-rspec"
gem "launchy", require: false
gem "test-prof"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -682,13 +682,13 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
simplecov-lcov
solargraph
solargraph-rails
spring
spring-commands-rspec
sprockets-rails
standard
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ group :development do
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "ruby-statistics", "< 4"
end

group :test do
Expand All @@ -74,6 +73,7 @@ group :test do
gem "simplecov-cobertura"
gem "simplecov-lcov"
gem "webmock"
gem "spring"
gem "spring-commands-rspec"
gem "launchy", require: false
gem "test-prof"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -730,13 +730,13 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
simplecov-lcov
solargraph
solargraph-rails
spring
spring-commands-rspec
sprockets-rails
standard
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ group :development do
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "ruby-statistics", "< 4"
end

group :test do
Expand All @@ -74,6 +73,7 @@ group :test do
gem "simplecov-cobertura"
gem "simplecov-lcov"
gem "webmock"
gem "spring"
gem "spring-commands-rspec"
gem "launchy", require: false
gem "test-prof"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -703,13 +703,13 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
simplecov-lcov
solargraph
solargraph-rails
spring
spring-commands-rspec
sprockets-rails
standard
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ group :development do
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "ruby-statistics", "< 4"
end

group :test do
Expand All @@ -74,6 +73,7 @@ group :test do
gem "simplecov-cobertura"
gem "simplecov-lcov"
gem "webmock"
gem "spring"
gem "spring-commands-rspec"
gem "launchy", require: false
gem "test-prof"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.0.beta2_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -703,13 +703,13 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
simplecov-lcov
solargraph
solargraph-rails
spring
spring-commands-rspec
sprockets-rails
standard
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ group :development do
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "ruby-statistics", "< 4"
end

group :test do
Expand All @@ -74,6 +73,7 @@ group :test do
gem "simplecov-cobertura"
gem "simplecov-lcov"
gem "webmock"
gem "spring"
gem "spring-commands-rspec"
gem "launchy", require: false
gem "test-prof"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.0.beta2_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -703,13 +703,13 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
simplecov-lcov
solargraph
solargraph-rails
spring
spring-commands-rspec
sprockets-rails
standard
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_8.0_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ group :development do
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "ruby-statistics", "< 4"
end

group :test do
Expand All @@ -74,6 +73,7 @@ group :test do
gem "simplecov-cobertura"
gem "simplecov-lcov"
gem "webmock"
gem "spring"
gem "spring-commands-rspec"
gem "launchy", require: false
gem "test-prof"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_8.0_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -708,13 +708,13 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
simplecov-lcov
solargraph
solargraph-rails
spring
spring-commands-rspec
sprockets-rails
standard
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_8.0_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ group :development do
gem "rubycritic", require: false
gem "actual_db_schema"
gem "derailed_benchmarks", "~> 2.1", group: :development
gem "ruby-statistics", "< 4"
end

group :test do
Expand All @@ -74,6 +73,7 @@ group :test do
gem "simplecov-cobertura"
gem "simplecov-lcov"
gem "webmock"
gem "spring"
gem "spring-commands-rspec"
gem "launchy", require: false
gem "test-prof"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -708,13 +708,13 @@ DEPENDENCIES
rspec-retry (~> 0.6.2)
rubocop
rubocop-shopify
ruby-statistics (< 4)
rubycritic
simplecov
simplecov-cobertura
simplecov-lcov
solargraph
solargraph-rails
spring
spring-commands-rspec
sprockets-rails
standard
Expand Down

0 comments on commit c501176

Please sign in to comment.