Skip to content

Commit

Permalink
Bump simplycop from 1.14.14 to 1.14.15
Browse files Browse the repository at this point in the history
Bumps [simplycop](https://github.com/simplybusiness/simplycop) from 1.14.14 to 1.14.15.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 109fad4 commit 461b816
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group :development, :test do
gem 'rspec'
gem 'rspec-mocks', '~> 3.12.6'
gem 'simplecov', '< 0.18'
gem 'simplycop', '1.14.14'
gem 'simplycop', '1.14.15'
end

gem "faraday-retry", "~> 2.2"
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,11 @@ GEM
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.22.1)
rubocop-rails (2.22.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (2.25.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
Expand All @@ -106,10 +107,10 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplycop (1.14.14)
simplycop (1.14.15)
rubocop (= 1.57.2)
rubocop-performance (= 1.19.1)
rubocop-rails (= 2.22.1)
rubocop-rails (= 2.22.2)
rubocop-rspec (= 2.25.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -127,7 +128,7 @@ DEPENDENCIES
rspec-mocks (~> 3.12.6)
semantic
simplecov (< 0.18)
simplycop (= 1.14.14)
simplycop (= 1.14.15)

BUNDLED WITH
2.4.12

0 comments on commit 461b816

Please sign in to comment.