Skip to content

Commit

Permalink
Bump simplycop from 1.14.9 to 1.14.12
Browse files Browse the repository at this point in the history
Bumps [simplycop](https://github.com/simplybusiness/simplycop) from 1.14.9 to 1.14.12.
- [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] committed Nov 7, 2023
1 parent 3b398d5 commit 7b16a65
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 16 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.9'
gem 'simplycop', '1.14.12'
end

gem "faraday-retry", "~> 2.2"
40 changes: 25 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.8)
activesupport (7.1.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.1.1)
bigdecimal (3.1.4)
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
diff-lcs (1.5.0)
docile (1.4.0)
drb (2.2.0)
ruby2_keywords
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
Expand All @@ -28,21 +37,22 @@ GEM
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.20.0)
mutex_m (0.2.0)
octokit (8.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.23.0)
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.3)
racc (1.7.1)
racc (1.7.3)
rack (3.0.8)
rainbow (3.1.1)
regexp_parser (2.8.1)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -57,19 +67,19 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.56.4)
rubocop (1.57.1)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
Expand All @@ -78,12 +88,12 @@ GEM
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.21.2)
rubocop-rails (2.22.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-rspec (2.24.1)
rubocop (~> 1.33)
rubocop-rspec (2.25.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
Expand All @@ -97,11 +107,11 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplycop (1.14.9)
rubocop (= 1.56.4)
simplycop (1.14.12)
rubocop (= 1.57.1)
rubocop-performance (= 1.19.1)
rubocop-rails (= 2.21.2)
rubocop-rspec (= 2.24.1)
rubocop-rails (= 2.22.1)
rubocop-rspec (= 2.25.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
Expand All @@ -118,7 +128,7 @@ DEPENDENCIES
rspec-mocks (~> 3.12.6)
semantic
simplecov (< 0.18)
simplycop (= 1.14.9)
simplycop (= 1.14.12)

BUNDLED WITH
2.4.12

0 comments on commit 7b16a65

Please sign in to comment.