diff --git a/Gemfile b/Gemfile index fd8d17e..88b1506 100644 --- a/Gemfile +++ b/Gemfile @@ -12,5 +12,7 @@ group :development do gem "rcov", :platforms => :mri_18 gem "simplecov", :platforms => :mri_19 gem "test-construct" - gem "rubocop" + if RUBY_VERSION >= '1.9.2' + gem "rubocop" + end end