Add spring-commands-rubocop gem

* Add `spring-commands-rubocop` to development group
* Run `bundle install` and re-generate `Gemfile.lock`
This commit is contained in:
Aaron Contreras
2023-08-22 12:29:12 -05:00
parent f43c12b9e7
commit 231bd385bc
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -275,6 +275,7 @@ group :development do
gem 'spring'
gem 'spring-commands-rspec'
gem 'spring-commands-rubocop'
gem 'colored2'
+3
View File
@@ -913,6 +913,8 @@ GEM
spring (4.1.1)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
spring-commands-rubocop (0.4.0)
spring (>= 1.0)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
@@ -1155,6 +1157,7 @@ DEPENDENCIES
shoulda-matchers (~> 5.0)
spring
spring-commands-rspec
spring-commands-rubocop
sprockets (~> 3.7.2)
sprockets-rails (~> 3.4.2)
stackprof