update to rubocop v0.48.1
Updated other gems(nokogiri rails-dom-testing) to be able to update rubocop
This commit is contained in:
parent
be33f345a1
commit
c27ab2d4a9
2 changed files with 17 additions and 20 deletions
2
Gemfile
2
Gemfile
|
|
@ -202,7 +202,7 @@ group :development do
|
|||
gem 'guard-rspec', '~> 4.2.8'
|
||||
gem 'spring-commands-rspec'
|
||||
# for static code analisys
|
||||
gem 'rubocop', require: false
|
||||
gem 'rubocop', '~> 0.48.1', require: false
|
||||
# as database
|
||||
gem 'sqlite3'
|
||||
# to open mails
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue