Skip to content

Commit

Permalink
Bump simplycop from 1.12.23 to 1.12.24
Browse files Browse the repository at this point in the history
Bumps [simplycop](https://github.com/simplybusiness/simplycop) from 1.12.23 to 1.12.24.
- [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] committed Jun 13, 2023
1 parent f7cc902 commit df3b62c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 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.24'
gem 'simplycop', '< 1.12.25'
end
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
i18n (1.14.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
jwt (2.7.1)
Expand All @@ -27,15 +27,17 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.23.0)
parser (3.2.2.1)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
racc (1.7.0)
rack (3.0.7)
rainbow (3.1.1)
regexp_parser (2.8.0)
regexp_parser (2.8.1)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -50,10 +52,10 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.51.0)
rubocop (1.52.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand Down Expand Up @@ -85,7 +87,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplycop (1.12.23)
simplycop (1.12.24)
rubocop (~> 1.42)
rubocop-rails (~> 2.17)
rubocop-rspec (~> 2.16)
Expand All @@ -104,7 +106,7 @@ DEPENDENCIES
rspec-mocks (~> 3.12.5)
semantic
simplecov (< 0.18)
simplycop (< 1.12.24)
simplycop (< 1.12.25)

BUNDLED WITH
2.4.12

0 comments on commit df3b62c

Please sign in to comment.