Skip to content

Commit

Permalink
Merge pull request #190 from simplybusiness/dependabot/bundler/simply…
Browse files Browse the repository at this point in the history
…cop-1.16.1
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
2 parents e75fa4d + dc0bdac commit 095341b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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.13.0'
gem 'simplecov', '< 0.18'
gem 'simplycop', '1.16.0'
gem 'simplycop', '1.16.1'
end

gem "faraday-retry", "~> 2.2"
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.62.0)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -80,7 +80,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.1)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
Expand All @@ -89,12 +89,12 @@ GEM
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rails (2.23.1)
rubocop-rails (2.24.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (2.26.1)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.27.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand All @@ -108,11 +108,11 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplycop (1.16.0)
rubocop (= 1.62.0)
simplycop (1.16.1)
rubocop (= 1.62.1)
rubocop-performance (= 1.20.2)
rubocop-rails (= 2.23.1)
rubocop-rspec (= 2.26.1)
rubocop-rails (= 2.24.0)
rubocop-rspec (= 2.27.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
Expand All @@ -130,7 +130,7 @@ DEPENDENCIES
rspec-mocks (~> 3.13.0)
semantic
simplecov (< 0.18)
simplycop (= 1.16.0)
simplycop (= 1.16.1)

BUNDLED WITH
2.4.12

0 comments on commit 095341b

Please sign in to comment.