Skip to content

Commit 23f85ce

Browse files
Merge pull request #245 from simplybusiness/dependabot/bundler/simplycop-2.11.1
2 parents 1d0f1e9 + 98b3962 commit 23f85ce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group :development, :test do
1111
gem 'rspec'
1212
gem 'rspec-mocks', '~> 3.13.2'
1313
gem 'simplecov', '< 0.18'
14-
gem 'simplycop', '2.11.0'
14+
gem 'simplycop', '2.11.1'
1515
end
1616

1717
gem "faraday-retry", "~> 2.2"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GEM
2121
benchmark (0.4.0)
2222
bigdecimal (3.1.9)
2323
coderay (1.1.3)
24-
concurrent-ruby (1.3.4)
24+
concurrent-ruby (1.3.5)
2525
connection_pool (2.5.0)
2626
diff-lcs (1.5.1)
2727
docile (1.4.1)
@@ -34,7 +34,7 @@ GEM
3434
net-http
3535
faraday-retry (2.2.1)
3636
faraday (~> 2.0)
37-
i18n (1.14.6)
37+
i18n (1.14.7)
3838
concurrent-ruby (~> 1.0)
3939
json (2.9.1)
4040
jwt (2.10.1)
@@ -49,7 +49,7 @@ GEM
4949
faraday (>= 1, < 3)
5050
sawyer (~> 0.9)
5151
parallel (1.26.3)
52-
parser (3.3.6.0)
52+
parser (3.3.7.0)
5353
ast (~> 2.4.1)
5454
racc
5555
pry (0.15.2)
@@ -113,7 +113,7 @@ GEM
113113
json (>= 1.8, < 3)
114114
simplecov-html (~> 0.10.0)
115115
simplecov-html (0.10.2)
116-
simplycop (2.11.0)
116+
simplycop (2.11.1)
117117
rubocop (= 1.70.0)
118118
rubocop-ast (= 1.37.0)
119119
rubocop-capybara (= 2.21.0)
@@ -141,7 +141,7 @@ DEPENDENCIES
141141
rspec-mocks (~> 3.13.2)
142142
semantic
143143
simplecov (< 0.18)
144-
simplycop (= 2.11.0)
144+
simplycop (= 2.11.1)
145145

146146
BUNDLED WITH
147147
2.5.22

0 commit comments

Comments
 (0)