Skip to content

Commit

Permalink
Merge pull request #41 from mavaddat/dependabot/bundler/rubocop-1.23.0
Browse files Browse the repository at this point in the history
Bump rubocop from 1.22.3 to 1.23.0
  • Loading branch information
mavaddat authored Nov 21, 2021
2 parents cbb9d25 + b84aca7 commit e3481bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "cloudinary", "~> 1.21"
gem "rake", "~> 13.0.6"

group :rubocop do
gem "rubocop", "~> 1.21", require: false
gem "rubocop", "~> 1.23", require: false
gem "rubocop-performance", require: false
gem "rubocop-rails", require: false
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (1.22.3)
rubocop (1.23.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -164,7 +164,7 @@ DEPENDENCIES
jekyll-cloudinary!
rake (~> 13.0.6)
rspec (~> 3.10)
rubocop (~> 1.21)
rubocop (~> 1.23)
rubocop-performance
rubocop-rails
rubocop-rspec (~> 2.5)
Expand Down

0 comments on commit e3481bb

Please sign in to comment.