mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 08:39:52 +01:00
Bump rubocop-rails from 2.26.2 to 2.27.0
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.26.2 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](https://github.com/rubocop/rubocop-rails/compare/v2.26.2...v2.27.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e75e0b8781
commit
945c5ec4c3
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
@ -95,7 +95,7 @@ group :development, :test do
|
|||
gem "rspec-rails", "~> 7.0"
|
||||
gem "rspec-sidekiq", "~> 5.0", require: false
|
||||
gem "rubocop", "~> 1.68"
|
||||
gem "rubocop-rails", "~> 2.26"
|
||||
gem "rubocop-rails", "~> 2.27"
|
||||
gem "shoulda-matchers", "~> 6.4"
|
||||
gem "simplecov", require: false
|
||||
gem "simplecov-cobertura", require: false
|
||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -244,7 +244,7 @@ GEM
|
|||
ruby-vips (>= 2.0.17, < 3)
|
||||
jsbundling-rails (1.3.1)
|
||||
railties (>= 6.0.0)
|
||||
json (2.7.5)
|
||||
json (2.8.1)
|
||||
json-schema (5.0.1)
|
||||
addressable (~> 2.8)
|
||||
jwt (2.9.3)
|
||||
|
@ -323,7 +323,7 @@ GEM
|
|||
os (1.1.4)
|
||||
ostruct (0.6.0)
|
||||
parallel (1.26.3)
|
||||
parser (3.3.5.1)
|
||||
parser (3.3.6.0)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
pg (1.5.8)
|
||||
|
@ -449,9 +449,9 @@ GEM
|
|||
rubocop-ast (>= 1.32.2, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.33.1)
|
||||
rubocop-ast (1.34.0)
|
||||
parser (>= 3.3.1.0)
|
||||
rubocop-rails (2.26.2)
|
||||
rubocop-rails (2.27.0)
|
||||
activesupport (>= 4.2.0)
|
||||
rack (>= 1.1)
|
||||
rubocop (>= 1.52.0, < 2.0)
|
||||
|
@ -621,7 +621,7 @@ DEPENDENCIES
|
|||
rspec-rails (~> 7.0)
|
||||
rspec-sidekiq (~> 5.0)
|
||||
rubocop (~> 1.68)
|
||||
rubocop-rails (~> 2.26)
|
||||
rubocop-rails (~> 2.27)
|
||||
rubyzip (~> 2.3)
|
||||
sanitize
|
||||
sassc-rails
|
||||
|
|
Loading…
Reference in a new issue