File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 33 specs:
44 standard-rails (1.3.0 )
55 lint_roller (~> 1.0 )
6- rubocop-rails (~> 2.30 .0 )
6+ rubocop-rails (~> 2.31 .0 )
77
88GEM
99 remote: https://rubygems.org/
6969 lint_roller (~> 1.1 )
7070 rubocop (>= 1.75.0 , < 2.0 )
7171 rubocop-ast (>= 1.38.0 , < 2.0 )
72- rubocop-rails (2.30.3 )
72+ rubocop-rails (2.31.0 )
7373 activesupport (>= 4.2.0 )
7474 lint_roller (~> 1.1 )
7575 rack (>= 1.1 )
76- rubocop (>= 1.72.1 , < 2.0 )
76+ rubocop (>= 1.75.0 , < 2.0 )
7777 rubocop-ast (>= 1.38.0 , < 2.0 )
7878 ruby-progressbar (1.13.0 )
7979 securerandom (0.3.1 )
Original file line number Diff line number Diff line change 77# of RuboCop built-in cops in this file, we need to monitor it for changes
88# in rubocop-rails and keep it up to date.
99#
10- # Last updated from rubocop-rails v2.30.3
10+ # Last updated from rubocop-rails v2.31.0
1111
1212# frozen_string_literal: true
1313
1414require "rubocop"
1515require "rack/utils"
1616require "active_support/inflector"
17- require "active_support/core_ext/object/blank"
1817
1918require_path = Pathname . new ( Gem . loaded_specs [ "rubocop-rails" ] . full_require_paths . first )
2019require require_path . join ( "rubocop/rails" )
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
3030 spec . require_paths = [ "lib" ]
3131
3232 spec . add_dependency "lint_roller" , "~> 1.0"
33- spec . add_dependency "rubocop-rails" , "~> 2.30 .0"
33+ spec . add_dependency "rubocop-rails" , "~> 2.31 .0"
3434end
You can’t perform that action at this time.
0 commit comments