Skip to content

Commit

Permalink
Merge pull request #189 from simplybusiness/dependabot/bundler/simply…
Browse files Browse the repository at this point in the history
…cop-1.16.0
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
2 parents a52e43b + 61dadf3 commit e75fa4d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 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.15.1'
gem 'simplycop', '1.16.0'
end

gem "faraday-retry", "~> 2.2"
24 changes: 11 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -21,22 +21,21 @@ GEM
connection_pool (2.4.1)
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.0)
ruby2_keywords
drb (2.2.1)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
faraday-retry (2.2.0)
faraday (~> 2.0)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
json (2.7.1)
jwt (2.8.1)
base64
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.21.2)
minitest (5.22.2)
mutex_m (0.2.0)
net-http (0.4.1)
uri
Expand Down Expand Up @@ -70,19 +69,19 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.60.2)
rubocop (1.62.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.31.1)
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
Expand All @@ -100,7 +99,6 @@ GEM
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand All @@ -110,8 +108,8 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplycop (1.15.1)
rubocop (= 1.60.2)
simplycop (1.16.0)
rubocop (= 1.62.0)
rubocop-performance (= 1.20.2)
rubocop-rails (= 2.23.1)
rubocop-rspec (= 2.26.1)
Expand All @@ -132,7 +130,7 @@ DEPENDENCIES
rspec-mocks (~> 3.13.0)
semantic
simplecov (< 0.18)
simplycop (= 1.15.1)
simplycop (= 1.16.0)

BUNDLED WITH
2.4.12

0 comments on commit e75fa4d

Please sign in to comment.