File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11inherit_from : .rubocop_todo.yml
22
33AllCops :
4- TargetRubyVersion : 2.1
4+ TargetRubyVersion : 2.0
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ group :development do
99 gem 'cocoapods'
1010
1111 gem 'rspec'
12- gem 'rubocop'
12+ gem 'rubocop' , '<=0.50'
1313end
Original file line number Diff line number Diff line change 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 )
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
115116BUNDLED WITH
116117 1.16.1
You can’t perform that action at this time.
0 commit comments