Skip to content

Commit

Permalink
rubocop update
Browse files Browse the repository at this point in the history
  • Loading branch information
Captainkirkdawson committed Dec 18, 2021
1 parent 2f5c532 commit e9e8689
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 15 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require: rubocop-rails
Rails:
Enabled: true

Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ gem 'coffee-rails'#, '~> 3.2.1'
gem 'uglifier'#, '>= 1.0.3'
gem 'jquery-rails'
gem 'refinerycms-county_pages', :path => 'vendor/extensions'
gem 'rubocop', '~> 0.62.0', require: false
gem 'rubocop-rails'
gem 'rubocop', '~> 1.23.0', require: false
36 changes: 22 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ GEM
airbrake-ruby (5.1.1)
rbtree3 (~> 0.5)
arel (8.0.0)
ast (2.4.1)
ast (2.4.2)
awesome_nested_set (3.2.1)
activerecord (>= 4.0.0, < 7.0)
babosa (1.0.4)
Expand Down Expand Up @@ -169,7 +169,6 @@ GEM
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
ipaddress (0.8.3)
jaro_winkler (1.5.4)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
Expand Down Expand Up @@ -234,10 +233,9 @@ GEM
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
orm_adapter (0.5.0)
parallel (1.20.1)
parser (2.7.2.0)
parallel (1.21.0)
parser (3.0.3.2)
ast (~> 2.4.1)
powerpack (0.1.3)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -332,11 +330,13 @@ GEM
refinerycms-dragonfly (~> 1.0)
refinerycms-wymeditor (2.2.0)
refinerycms-core (>= 4.0.0, < 5.0)
regexp_parser (2.2.0)
request_store (1.5.0)
rack (>= 1.4)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rexml (3.2.5)
routing-filter (0.6.3)
actionpack (>= 4.2)
activesupport (>= 4.2)
Expand All @@ -357,15 +357,22 @@ GEM
rspec-mocks (~> 3.9)
rspec-support (~> 3.9)
rspec-support (3.10.0)
rubocop (0.62.0)
jaro_winkler (~> 1.5.1)
rubocop (1.23.0)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.12.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.1)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.15.0)
parser (>= 3.0.1.1)
rubocop-rails (2.12.4)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
ruby-progressbar (1.11.0)
ruby-vips (2.0.17)
ffi (~> 1.9)
ruby2_keywords (0.0.2)
Expand Down Expand Up @@ -412,7 +419,7 @@ GEM
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode (0.4.4.4)
unicode-display_width (1.4.1)
unicode-display_width (2.1.0)
warden (1.2.9)
rack (>= 2.0.9)
websocket-driver (0.6.5)
Expand Down Expand Up @@ -462,7 +469,8 @@ DEPENDENCIES
refinerycms-i18n (= 4.0.2)!
refinerycms-wymeditor
rspec-rails
rubocop (~> 0.62.0)
rubocop (~> 1.23.0)
rubocop-rails
rubyzip
sass-rails
simple_form
Expand All @@ -474,4 +482,4 @@ DEPENDENCIES
zip-zip

BUNDLED WITH
2.1.4
2.2.16

0 comments on commit e9e8689

Please sign in to comment.