Skip to content

Commit 08bb168

Browse files
authored
Update rubocop to 1.22.3 (#304)
[Fixes #303]
1 parent 794d3ea commit 08bb168

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem "activesupport", require: false
66
gem "mry", require: false
77
gem "parser"
88
gem "pry", require: false
9-
gem "rubocop", "1.22.2", require: false
9+
gem "rubocop", "1.22.3", require: false
1010
gem "rubocop-i18n", require: false
1111
gem "rubocop-graphql", require: false
1212
gem "rubocop-minitest", require: false

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GEM
1111
coderay (1.1.3)
1212
concurrent-ruby (1.1.9)
1313
diff-lcs (1.4.4)
14-
i18n (1.8.10)
14+
i18n (1.8.11)
1515
concurrent-ruby (~> 1.0)
1616
method_source (1.0.0)
1717
minitest (5.14.4)
@@ -40,8 +40,8 @@ GEM
4040
rspec-mocks (3.10.2)
4141
diff-lcs (>= 1.2.0, < 2.0)
4242
rspec-support (~> 3.10.0)
43-
rspec-support (3.10.2)
44-
rubocop (1.22.2)
43+
rspec-support (3.10.3)
44+
rubocop (1.22.3)
4545
parallel (~> 1.10)
4646
parser (>= 3.0.0.0)
4747
rainbow (>= 2.2.2, < 4.0)
@@ -93,7 +93,7 @@ DEPENDENCIES
9393
pry
9494
rake
9595
rspec
96-
rubocop (= 1.22.2)
96+
rubocop (= 1.22.3)
9797
rubocop-graphql
9898
rubocop-i18n
9999
rubocop-minitest

0 commit comments

Comments
 (0)