Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent b80128c commit 42b2606
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 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.7.2'
gem 'simplycop', '2.8.0'
end

gem "faraday-retry", "~> 2.2"
21 changes: 11 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.2)
activesupport (8.0.0)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -13,11 +13,12 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
benchmark (0.3.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.3.4)
Expand All @@ -35,7 +36,7 @@ GEM
faraday (~> 2.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.5)
json (2.8.1)
jwt (2.9.3)
base64
language_server-protocol (3.17.0.3)
Expand All @@ -48,7 +49,7 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.26.3)
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -72,7 +73,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.67.0)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -82,7 +83,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.0)
rubocop-ast (1.34.1)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
Expand Down Expand Up @@ -112,9 +113,9 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplycop (2.7.2)
rubocop (= 1.67.0)
rubocop-ast (= 1.33.0)
simplycop (2.8.0)
rubocop (= 1.68.0)
rubocop-ast (= 1.34.1)
rubocop-capybara (= 2.21.0)
rubocop-factory_bot (= 2.26.1)
rubocop-performance (= 1.22.1)
Expand All @@ -138,7 +139,7 @@ DEPENDENCIES
rspec-mocks (~> 3.13.2)
semantic
simplecov (< 0.18)
simplycop (= 2.7.2)
simplycop (= 2.8.0)

BUNDLED WITH
2.5.22

0 comments on commit 42b2606

Please sign in to comment.