Skip to content

Commit

Permalink
Bump simplycop from 2.13.1 to 2.13.2
Browse files Browse the repository at this point in the history
Bumps [simplycop](https://github.com/simplybusiness/simplycop) from 2.13.1 to 2.13.2.
- [Commits](https://github.com/simplybusiness/simplycop/commits)

---
updated-dependencies:
- dependency-name: simplycop
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2025
1 parent 5fb4a56 commit c0fe5b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :development, :test do
gem 'rspec'
gem 'rspec-mocks', '~> 3.13.2'
gem 'simplecov', '< 0.18'
gem 'simplycop', '2.13.1'
gem 'simplycop', '2.13.2'
end

gem "faraday-retry", "~> 2.2"
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.73.1)
rubocop (1.73.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand All @@ -89,8 +89,9 @@ GEM
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-factory_bot (2.27.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-performance (1.24.0)
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2.0)
Expand Down Expand Up @@ -118,11 +119,11 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplycop (2.13.1)
rubocop (= 1.73.1)
simplycop (2.13.2)
rubocop (= 1.73.2)
rubocop-ast (= 1.38.1)
rubocop-capybara (= 2.21.0)
rubocop-factory_bot (= 2.26.1)
rubocop-factory_bot (= 2.27.0)
rubocop-performance (= 1.24.0)
rubocop-rails (= 2.30.3)
rubocop-rspec (= 3.5.0)
Expand All @@ -146,7 +147,7 @@ DEPENDENCIES
rspec-mocks (~> 3.13.2)
semantic
simplecov (< 0.18)
simplycop (= 2.13.1)
simplycop (= 2.13.2)

BUNDLED WITH
2.5.22

0 comments on commit c0fe5b2

Please sign in to comment.