Skip to content

Commit

Permalink
Bump simplycop from 1.12.24 to 1.13.0
Browse files Browse the repository at this point in the history
Bumps [simplycop](https://github.com/simplybusiness/simplycop) from 1.12.24 to 1.13.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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 15, 2023
1 parent df3b62c commit f7f1202
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ group :development, :test do
gem 'rspec'
gem 'rspec-mocks', '~> 3.12.5'
gem 'simplecov', '< 0.18'
gem 'simplycop', '< 1.12.25'
gem 'simplycop', '< 1.13.1'
end
12 changes: 8 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
racc (1.7.0)
rack (3.0.7)
racc (1.7.1)
rack (3.0.8)
rainbow (3.1.1)
regexp_parser (2.8.1)
rexml (3.2.5)
Expand Down Expand Up @@ -68,6 +68,9 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop (~> 1.33)
rubocop-performance (1.18.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.19.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand All @@ -87,8 +90,9 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplycop (1.12.24)
simplycop (1.13.0)
rubocop (~> 1.42)
rubocop-performance (~> 1.15)
rubocop-rails (~> 2.17)
rubocop-rspec (~> 2.16)
tzinfo (2.0.6)
Expand All @@ -106,7 +110,7 @@ DEPENDENCIES
rspec-mocks (~> 3.12.5)
semantic
simplecov (< 0.18)
simplycop (< 1.12.25)
simplycop (< 1.13.1)

BUNDLED WITH
2.4.12

0 comments on commit f7f1202

Please sign in to comment.