Skip to content

Commit 6e6a907

Browse files
Bump rubocop from 1.11.0 to 1.12.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.11.0 to 1.12.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.11.0...v1.12.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ed8a6b commit 6e6a907

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
@@ -9,5 +9,5 @@ gem 'cocoapods'
99
# fastlane plugins
1010

1111
group :development do
12-
gem 'rubocop', '~> 1.11'
12+
gem 'rubocop', '~> 1.12'
1313
end

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ GEM
204204
netrc (0.11.0)
205205
os (1.1.1)
206206
parallel (1.20.1)
207-
parser (3.0.0.0)
207+
parser (3.0.1.0)
208208
ast (~> 2.4.1)
209209
plist (3.6.0)
210210
public_suffix (4.0.6)
@@ -216,9 +216,9 @@ GEM
216216
declarative-option (< 0.2.0)
217217
uber (< 0.2.0)
218218
retriable (3.1.2)
219-
rexml (3.2.4)
219+
rexml (3.2.5)
220220
rouge (2.0.7)
221-
rubocop (1.11.0)
221+
rubocop (1.12.1)
222222
parallel (~> 1.10)
223223
parser (>= 3.0.0.0)
224224
rainbow (>= 2.2.2, < 4.0)
@@ -281,7 +281,7 @@ DEPENDENCIES
281281
fastlane
282282
json
283283
netrc
284-
rubocop (~> 1.11)
284+
rubocop (~> 1.12)
285285
xcodeproj
286286

287287
BUNDLED WITH

0 commit comments

Comments
 (0)