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:
James Mason 2018-04-04 10:02:52 -07:00
parent 98defe2d0f
commit ef900c3450
No known key found for this signature in database
GPG key ID: 1B3951886C449023
2 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -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