We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2db6e8c + 6b6bf53 commit 48e2c03Copy full SHA for 48e2c03
Gemfile
@@ -13,6 +13,6 @@ group :test do
13
gem 'pry'
14
gem 'rb-readline'
15
gem 'rspec', '~> 3.12.0'
16
- gem 'rubocop', '~> 1.49'
+ gem 'rubocop', '~> 1.50'
17
gem 'webmock', '~> 3.13'
18
end
Gemfile.lock
@@ -71,7 +71,7 @@ GEM
71
diff-lcs (>= 1.2.0, < 2.0)
72
rspec-support (~> 3.12.0)
73
rspec-support (3.12.0)
74
- rubocop (1.49.0)
+ rubocop (1.50.2)
75
json (~> 2.3)
76
parallel (~> 1.10)
77
parser (>= 3.2.0.0)
@@ -107,7 +107,7 @@ DEPENDENCIES
107
rake
108
rb-readline
109
rspec (~> 3.12.0)
110
- rubocop (~> 1.49)
+ rubocop (~> 1.50)
111
simplecov (~> 0.22.0)
112
simplecov-html (~> 0.12.3)
113
simplecov-lcov (~> 0.8.0)
0 commit comments