mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
Add rubocop gem
This commit is contained in:
parent
75f6467237
commit
247f4b85b7
2 changed files with 2 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -59,6 +59,7 @@ group :development, :test do
|
|||
gem 'capybara'
|
||||
gem 'puma'
|
||||
gem 'launchy'
|
||||
gem 'rubocop'
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
|
@ -329,6 +329,7 @@ DEPENDENCIES
|
|||
rails-controller-testing
|
||||
rails-i18n
|
||||
rspec-rails (~> 3.0)
|
||||
rubocop
|
||||
rubocop-faker
|
||||
sass-rails
|
||||
sdoc (~> 0.4.0)
|
||||
|
|
Loading…
Reference in a new issue