Skip to content

Commit 4cee779

Browse files
authored
Merge pull request #2 from keith/ks/rubocop
Drop rubocop TargetRubyVersion
2 parents 69512df + 062faf6 commit 4cee779

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
inherit_from: .rubocop_todo.yml
22

33
AllCops:
4-
TargetRubyVersion: 2.1
4+
TargetRubyVersion: 2.0

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ group :development do
99
gem 'cocoapods'
1010

1111
gem 'rspec'
12-
gem 'rubocop'
12+
gem 'rubocop', '<=0.50'
1313
end

Gemfile.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ GEM
6666
parser (2.4.0.2)
6767
ast (~> 2.3)
6868
powerpack (0.1.1)
69-
rainbow (3.0.0)
69+
rainbow (2.2.2)
70+
rake
7071
rake (12.3.0)
7172
rspec (3.7.0)
7273
rspec-core (~> 3.7.0)
@@ -81,11 +82,11 @@ GEM
8182
diff-lcs (>= 1.2.0, < 2.0)
8283
rspec-support (~> 3.7.0)
8384
rspec-support (3.7.1)
84-
rubocop (0.52.1)
85+
rubocop (0.49.1)
8586
parallel (~> 1.10)
86-
parser (>= 2.4.0.2, < 3.0)
87+
parser (>= 2.3.3.1, < 3.0)
8788
powerpack (~> 0.1)
88-
rainbow (>= 2.2.2, < 4.0)
89+
rainbow (>= 1.99.1, < 3.0)
8990
ruby-progressbar (~> 1.7)
9091
unicode-display_width (~> 1.0, >= 1.0.1)
9192
ruby-macho (1.1.0)
@@ -110,7 +111,7 @@ DEPENDENCIES
110111
cocoapods-amicable!
111112
rake (~> 12.3)
112113
rspec
113-
rubocop
114+
rubocop (<= 0.50)
114115

115116
BUNDLED WITH
116117
1.16.1

0 commit comments

Comments
 (0)