Skip to content

Commit

Permalink
update rubocop-rails to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Jan 28, 2020
1 parent 663911f commit 03d4e3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -312,7 +312,7 @@ GEM
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.5.2)
rubocop (>= 0.71.0)
rubocop-rails (2.4.1)
rubocop-rails (2.4.2)
rack (>= 1.1)
rubocop (>= 0.72.0)
rubocop-rspec (1.37.1)
Expand Down Expand Up @@ -411,7 +411,7 @@ DEPENDENCIES
rspec-rails (~> 3.9.0)
rubocop (~> 0.79.0)
rubocop-performance (~> 1.5.2)
rubocop-rails (~> 2.4.1)
rubocop-rails (~> 2.4.2)
rubocop-rspec (~> 1.37.1)
scss_lint (~> 0.59.0)
shoulda-matchers (~> 4.2.0)
Expand Down
2 changes: 1 addition & 1 deletion socializer.gemspec
Expand Up @@ -59,7 +59,7 @@ Gem::Specification.new do |s|
s.add_development_dependency("rails_best_practices", "~> 1.19.4")
s.add_development_dependency("rubocop", "~> 0.79.0")
s.add_development_dependency("rubocop-performance", "~> 1.5.2")
s.add_development_dependency("rubocop-rails", "~> 2.4.1")
s.add_development_dependency("rubocop-rails", "~> 2.4.2")
s.add_development_dependency("rubocop-rspec", "~> 1.37.1")
s.add_development_dependency("scss_lint", "~> 0.59.0")
end

0 comments on commit 03d4e3d

Please sign in to comment.