Skip to content

Commit 08a437f

Browse files
authored
Merge pull request #4065 from StoDevX/dependabot/bundler/rubocop-0.75.0
Bump rubocop from 0.74.0 to 0.75.0
2 parents 1c700e5 + 5c2f79c commit 08a437f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ gem 'xcodeproj'
88
# fastlane plugins
99

1010
group :development do
11-
gem 'rubocop', '~> 0.74'
11+
gem 'rubocop', '~> 0.75'
1212
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ GEM
121121
uber (< 0.2.0)
122122
retriable (3.1.2)
123123
rouge (2.0.7)
124-
rubocop (0.74.0)
124+
rubocop (0.75.0)
125125
jaro_winkler (~> 1.5.1)
126126
parallel (~> 1.10)
127127
parser (>= 2.6)
@@ -171,7 +171,7 @@ DEPENDENCIES
171171
fastlane
172172
json
173173
netrc
174-
rubocop (~> 0.74)
174+
rubocop (~> 0.75)
175175
xcodeproj
176176

177177
BUNDLED WITH

0 commit comments

Comments
 (0)