Skip to content

Commit

Permalink
Bump the rails_70 group in /gemfiles/rails_70 with 2 updates (#68)
Browse files Browse the repository at this point in the history
Bumps the rails_70 group in /gemfiles/rails_70 with 2 updates: [mocha](https://github.com/freerange/mocha) and [rubocop](https://github.com/rubocop/rubocop).


Updates `mocha` from 2.1.0 to 2.2.0
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v2.1.0...v2.2.0)

Updates `rubocop` from 1.62.1 to 1.63.4
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.62.1...v1.63.4)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_70
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_70
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 3dc42b5 commit 73ab325
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gemfiles/rails_70/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ GEM
activesupport (>= 5.2)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.7.1)
json (2.7.1-java)
json (2.7.2)
json (2.7.2-java)
language_server-protocol (3.17.0.3)
loofah (2.22.0)
crass (~> 1.0.2)
Expand All @@ -111,7 +111,7 @@ GEM
builder
minitest (>= 5.0)
ruby-progressbar
mocha (2.1.0)
mocha (2.2.0)
ruby2_keywords (>= 0.0.5)
net-imap (0.4.10)
date
Expand All @@ -131,7 +131,7 @@ GEM
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
racc (1.7.3)
Expand Down Expand Up @@ -178,7 +178,7 @@ GEM
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.6)
rubocop (1.62.1)
rubocop (1.63.4)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -189,8 +189,8 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.22.0)
Expand Down

0 comments on commit 73ab325

Please sign in to comment.