Commit b7678321 authored by Kyle Fuller's avatar Kyle Fuller

[Gemfile] Pin rubocop to ~> 0.26.0

Rubocop 0.27.0 causes CocoaPods to have many offences
parent 1ac725d2
...@@ -34,7 +34,7 @@ group :development do ...@@ -34,7 +34,7 @@ group :development do
# Integration tests # Integration tests
gem 'diffy' gem 'diffy'
gem 'clintegracon' gem 'clintegracon'
gem 'rubocop' gem 'rubocop', '~> 0.26.0'
end end
group :debugging do group :debugging do
......
...@@ -144,9 +144,9 @@ GEM ...@@ -144,9 +144,9 @@ GEM
ffi (>= 0.5.0) ffi (>= 0.5.0)
rb-kqueue (0.2.3) rb-kqueue (0.2.3)
ffi (>= 0.5.0) ffi (>= 0.5.0)
rubocop (0.27.0) rubocop (0.26.1)
astrolabe (~> 1.3) astrolabe (~> 1.3)
parser (>= 2.2.0.pre.6, < 3.0) parser (>= 2.2.0.pre.4, < 3.0)
powerpack (~> 0.0.6) powerpack (~> 0.0.6)
rainbow (>= 1.99.1, < 3.0) rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4) ruby-progressbar (~> 1.4)
...@@ -187,7 +187,7 @@ DEPENDENCIES ...@@ -187,7 +187,7 @@ DEPENDENCIES
pry pry
rake rake
rb-fsevent rb-fsevent
rubocop rubocop (~> 0.26.0)
ruby-prof ruby-prof
webmock webmock
xcodeproj! xcodeproj!
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment