Skip to content

Commit

Permalink
Bump the production-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 4 updates: [reek](https://github.com/troessner/reek), [rspec](https://github.com/rspec/rspec-metagem), [rubocop](https://github.com/rubocop/rubocop) and [immutable_struct_ex](https://github.com/gangelo/immutable_struct_ex).


Updates `reek` from 6.2.0 to 6.3.0
- [Changelog](https://github.com/troessner/reek/blob/master/CHANGELOG.md)
- [Commits](troessner/reek@v6.2.0...v6.3.0)

Updates `rspec` from 3.12.0 to 3.13.0
- [Commits](rspec/rspec-metagem@v3.12.0...v3.13.0)

Updates `rubocop` from 1.59.0 to 1.60.2
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.59.0...v1.60.2)

Updates `immutable_struct_ex` from 1.0.8 to 1.0.9
- [Changelog](https://github.com/gangelo/immutable_struct_ex/blob/main/CHANGELOG.md)
- [Commits](gangelo/immutable_struct_ex@1.0.8...1.0.9)

---
updated-dependencies:
- dependency-name: reek
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: rspec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: rubocop
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: immutable_struct_ex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 9ea530a commit 41996b2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ gemspec
gem 'bundler', '~> 2.4', '>= 2.4.21'
gem 'pry-byebug', '~> 3.9'
gem 'rake', '~> 13.0', '>= 13.0.6'
gem 'reek', '~> 6.1', '>= 6.1.1'
gem 'reek', '~> 6.3'
gem 'rspec', '>= 3.10'
gem 'rubocop', '~> 1.35'
gem 'rubocop', '~> 1.60'
gem 'rubocop-performance', '~> 1.14', '>= 1.14.3'
gem 'rubocop-rspec', '~> 2.12', '>= 2.12.1'
gem 'simplecov', '~> 0.22.0'
42 changes: 21 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GEM
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.2.3)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
dry-configurable (1.1.0)
dry-core (~> 1.0, < 2)
Expand Down Expand Up @@ -41,12 +41,12 @@ GEM
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
immutable_struct_ex (1.0.8)
immutable_struct_ex (1.0.9)
json (2.7.1)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
parallel (1.24.0)
parser (3.2.2.4)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -58,31 +58,31 @@ GEM
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
reek (6.2.0)
reek (6.3.0)
dry-schema (~> 1.13.0)
parser (~> 3.2.0)
parser (~> 3.3.0)
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.59.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand Down Expand Up @@ -110,7 +110,7 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
unicode-display_width (2.5.0)
zeitwerk (2.6.12)
zeitwerk (2.6.13)

PLATFORMS
x86_64-darwin-19
Expand All @@ -122,9 +122,9 @@ DEPENDENCIES
immutable_struct_ex_redactable!
pry-byebug (~> 3.9)
rake (~> 13.0, >= 13.0.6)
reek (~> 6.1, >= 6.1.1)
reek (~> 6.3)
rspec (>= 3.10)
rubocop (~> 1.35)
rubocop (~> 1.60)
rubocop-performance (~> 1.14, >= 1.14.3)
rubocop-rspec (~> 2.12, >= 2.12.1)
simplecov (~> 0.22.0)
Expand Down

0 comments on commit 41996b2

Please sign in to comment.