mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
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:
@@ -275,6 +275,7 @@ group :development do
|
||||
|
||||
gem 'spring'
|
||||
gem 'spring-commands-rspec'
|
||||
gem 'spring-commands-rubocop'
|
||||
|
||||
gem 'colored2'
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user