We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c700e5 + 5c2f79c commit 08a437fCopy full SHA for 08a437f
Gemfile
@@ -8,5 +8,5 @@ gem 'xcodeproj'
8
# fastlane plugins
9
10
group :development do
11
- gem 'rubocop', '~> 0.74'
+ gem 'rubocop', '~> 0.75'
12
end
Gemfile.lock
@@ -121,7 +121,7 @@ GEM
121
uber (< 0.2.0)
122
retriable (3.1.2)
123
rouge (2.0.7)
124
- rubocop (0.74.0)
+ rubocop (0.75.0)
125
jaro_winkler (~> 1.5.1)
126
parallel (~> 1.10)
127
parser (>= 2.6)
@@ -171,7 +171,7 @@ DEPENDENCIES
171
fastlane
172
json
173
netrc
174
- rubocop (~> 0.74)
+ rubocop (~> 0.75)
175
xcodeproj
176
177
BUNDLED WITH
0 commit comments