Skip to content

Commit

Permalink
Bump the rails_70_gemfile group in /gemfiles/rails_70 with 3 updates (#…
Browse files Browse the repository at this point in the history
…878)

Bumps the rails_70_gemfile group in /gemfiles/rails_70 with 3 updates: [rubocop](https://github.com/rubocop/rubocop), [responders](https://github.com/heartcombo/responders) and [has_scope](https://github.com/heartcombo/has_scope).


Updates `rubocop` from 1.56.4 to 1.57.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.56.4...v1.57.1)

Updates `responders` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/heartcombo/responders/releases)
- [Changelog](https://github.com/heartcombo/responders/blob/main/CHANGELOG.md)
- [Commits](heartcombo/responders@v3.1.0...v3.1.1)

Updates `has_scope` from 0.8.1 to 0.8.2
- [Release notes](https://github.com/heartcombo/has_scope/releases)
- [Changelog](https://github.com/heartcombo/has_scope/blob/main/CHANGELOG.md)
- [Commits](heartcombo/has_scope@v0.8.1...v0.8.2)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_70_gemfile
- dependency-name: responders
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_70_gemfile
- dependency-name: has_scope
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_70_gemfile
...

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 Oct 24, 2023
1 parent 92f7380 commit 440a6a3
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 @@ -87,15 +87,15 @@ GEM
erubi (1.12.0)
globalid (1.2.1)
activesupport (>= 6.1)
has_scope (0.8.1)
has_scope (0.8.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
json (2.6.3-java)
language_server-protocol (3.17.0.3)
loofah (2.21.3)
loofah (2.21.4)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -174,17 +174,17 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.1)
responders (3.1.0)
regexp_parser (2.8.2)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.6)
rubocop (1.56.4)
rubocop (1.57.1)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand All @@ -204,7 +204,7 @@ GEM
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
thor (1.2.2)
thor (1.3.0)
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down

0 comments on commit 440a6a3

Please sign in to comment.