Skip to content

Commit

Permalink
Bump rubocop-rspec from 1.41.0 to 1.44.1
Browse files Browse the repository at this point in the history
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.41.0 to 1.44.1.
- [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v1.41.0...v1.44.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 4, 2021
1 parent 79efdc6 commit 405a4b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -110,7 +110,7 @@ group :development do
gem "rubocop", "~> 0.91.0", require: false
gem "rubocop-performance", "~> 1.7.1", require: false
gem "rubocop-rails", "~> 2.6.0", require: false
gem "rubocop-rspec", "~> 1.41.0", require: false
gem "rubocop-rspec", "~> 1.44.1", require: false
gem "rvm1-capistrano3", "~> 1.4.0", require: false
gem "scss_lint", "~> 0.59.0", require: false
gem "web-console", "~> 3.7.0"
Expand Down
19 changes: 10 additions & 9 deletions Gemfile.lock
Expand Up @@ -70,7 +70,7 @@ GEM
ancestry (3.2.1)
activerecord (>= 4.2.0)
arel (9.0.0)
ast (2.4.1)
ast (2.4.2)
audited (4.9.0)
activerecord (>= 4.2, < 6.1)
autoprefixer-rails (8.2.0)
Expand Down Expand Up @@ -418,10 +418,10 @@ GEM
mime-types
mimemagic (~> 0.3.0)
terrapin (~> 0.6.0)
parallel (1.19.2)
parallel (1.20.1)
paranoia (2.4.2)
activerecord (>= 4.0, < 6.1)
parser (2.7.2.0)
parser (3.0.0.0)
ast (~> 2.4.1)
pg (1.0.0)
pg_search (2.3.4)
Expand Down Expand Up @@ -497,7 +497,7 @@ GEM
mail
redcarpet (3.5.0)
referer-parser (0.3.0)
regexp_parser (1.8.0)
regexp_parser (1.8.2)
request_store (1.5.0)
rack (>= 1.4)
responders (3.0.1)
Expand Down Expand Up @@ -533,17 +533,18 @@ GEM
rubocop-ast (>= 0.4.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.7.1)
rubocop-ast (0.8.0)
parser (>= 2.7.1.5)
rubocop-performance (1.7.1)
rubocop (>= 0.82.0)
rubocop-rails (2.6.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 0.82.0)
rubocop-rspec (1.41.0)
rubocop (>= 0.68.1)
ruby-progressbar (1.10.1)
rubocop-rspec (1.44.1)
rubocop (~> 0.87)
rubocop-ast (>= 0.7.1)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.4)
rubyzip (2.3.0)
rugged (1.0.1)
Expand Down Expand Up @@ -754,7 +755,7 @@ DEPENDENCIES
rubocop (~> 0.91.0)
rubocop-performance (~> 1.7.1)
rubocop-rails (~> 2.6.0)
rubocop-rspec (~> 1.41.0)
rubocop-rspec (~> 1.44.1)
rvm1-capistrano3 (~> 1.4.0)
sassc-rails (~> 2.1.2)
savon (~> 2.12.1)
Expand Down

0 comments on commit 405a4b7

Please sign in to comment.