Skip to content

Commit

Permalink
Add spring back
Browse files Browse the repository at this point in the history
  • Loading branch information
bigchickenwings committed Feb 21, 2024
1 parent f4e2658 commit 07db75e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ group :development do
gem 'rubocop-rails', '~> 2.23', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
gem 'rubocop-rspec', '~> 2.26', require: false
gem 'spring', '~> 4.1'
end

group :test do
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
smart_properties (1.17.0)
spring (4.1.3)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down Expand Up @@ -665,6 +666,7 @@ DEPENDENCIES
sendgrid (~> 1.2.4)
shoulda-matchers (~> 6.1)
simplecov (~> 0.22.0)
spring (~> 4.1)
sprockets (~> 4.2.1)
strong_migrations (~> 1.7)
tzinfo-data
Expand Down

0 comments on commit 07db75e

Please sign in to comment.