Update rubocop; eliminate version lock.
In order to keep up with continuous improvements in rubocop, including fixes to existing rules, we need to stay on the current version.
This commit is contained in:
parent
98defe2d0f
commit
ef900c3450
2 changed files with 9 additions and 9 deletions
2
Gemfile
2
Gemfile
|
|
@ -227,7 +227,7 @@ group :development do
|
|||
gem 'haml_lint', '~> 0.24.0'
|
||||
gem 'spring-commands-rspec'
|
||||
# for static code analisys
|
||||
gem 'rubocop', '~> 0.51.0', require: false
|
||||
gem 'rubocop', require: false
|
||||
# as database
|
||||
gem 'sqlite3'
|
||||
# to open mails
|
||||
|
|
|
|||
16
Gemfile.lock
16
Gemfile.lock
|
|
@ -74,7 +74,7 @@ GEM
|
|||
airbrake-ruby (~> 2.5)
|
||||
airbrake-ruby (2.7.0)
|
||||
arel (7.1.4)
|
||||
ast (2.3.0)
|
||||
ast (2.4.0)
|
||||
autoprefixer-rails (7.1.1)
|
||||
execjs
|
||||
awesome_nested_set (3.1.3)
|
||||
|
|
@ -327,9 +327,9 @@ GEM
|
|||
activerecord (>= 3.0, < 6.0)
|
||||
activesupport (>= 3.0, < 6.0)
|
||||
request_store (~> 1.1)
|
||||
parallel (1.12.0)
|
||||
parser (2.4.0.2)
|
||||
ast (~> 2.3)
|
||||
parallel (1.12.1)
|
||||
parser (2.5.0.5)
|
||||
ast (~> 2.4.0)
|
||||
pdf-core (0.2.5)
|
||||
phantomjs (2.1.1.0)
|
||||
piwik_analytics (1.0.2)
|
||||
|
|
@ -469,11 +469,11 @@ GEM
|
|||
rspec-mocks (~> 3.6.0)
|
||||
rspec-support (~> 3.6.0)
|
||||
rspec-support (3.6.0)
|
||||
rubocop (0.51.0)
|
||||
rubocop (0.54.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.3.3.1, < 3.0)
|
||||
parser (>= 2.5)
|
||||
powerpack (~> 0.1)
|
||||
rainbow (>= 2.2.2, < 3.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||
ruby-oembed (0.12.0)
|
||||
|
|
@ -662,7 +662,7 @@ DEPENDENCIES
|
|||
rqrcode
|
||||
rspec-activemodel-mocks
|
||||
rspec-rails (~> 3.5, >= 3.5.2)
|
||||
rubocop (~> 0.51.0)
|
||||
rubocop
|
||||
ruby-oembed (~> 0.12.0)
|
||||
sass-rails (>= 4.0.2)
|
||||
selectize-rails
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue