Rubocop less than 0.69.0 for Ruby 2.2 target

This commit is contained in:
Bobby McDonald 2019-11-11 00:34:16 -05:00
parent 8dbc435c8c
commit 10f417932d
No known key found for this signature in database
GPG Key ID: CAD931A49619329A
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ group :test do
gem 'rack-test'
gem 'rest-client', '~> 2.0.0', :platforms => [:jruby_18]
gem 'rspec', '~> 3.5.0'
gem 'rubocop', '>= 0.58.2', '< 0.70.0', :platforms => %i[ruby_20 ruby_21 ruby_22 ruby_23 ruby_24]
gem 'rubocop', '>= 0.58.2', '< 0.69.0', :platforms => %i[ruby_20 ruby_21 ruby_22 ruby_23 ruby_24]
gem 'tins', '~> 1.13.0', :platforms => %i[jruby_18 jruby_19 ruby_19]
end