Skip to content

Commit 9791a86

Browse files
build(deps-dev): bump rubocop-rails from 2.25.1 to 2.27.0
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.25.1 to 2.27.0. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.25.1...v2.27.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 417534d commit 9791a86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ group :development, :test do
155155
gem "rubocop"
156156
# Rails add-on for static analysis.
157157
gem 'rubocop-performance'
158-
gem "rubocop-rails", "~> 2.25.1"
158+
gem "rubocop-rails", "~> 2.27.0"
159159
# Default rules for Rubocop.
160160
gem "standard", "~> 1.40"
161161
# Erb linter.

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -593,10 +593,10 @@ GEM
593593
rubocop-performance (1.22.1)
594594
rubocop (>= 1.48.1, < 2.0)
595595
rubocop-ast (>= 1.31.1, < 2.0)
596-
rubocop-rails (2.25.1)
596+
rubocop-rails (2.27.0)
597597
activesupport (>= 4.2.0)
598598
rack (>= 1.1)
599-
rubocop (>= 1.33.0, < 2.0)
599+
rubocop (>= 1.52.0, < 2.0)
600600
rubocop-ast (>= 1.31.1, < 2.0)
601601
ruby-graphviz (1.2.5)
602602
rexml
@@ -783,7 +783,7 @@ DEPENDENCIES
783783
rspec-rails (~> 7.0.1)
784784
rubocop
785785
rubocop-performance
786-
rubocop-rails (~> 2.25.1)
786+
rubocop-rails (~> 2.27.0)
787787
sass-rails
788788
shoulda-matchers (~> 6.2)
789789
simple_form

0 commit comments

Comments
 (0)