Update Rubocop dependency (#748)

This commit is contained in:
Mike Moore 2018-12-10 12:07:36 -07:00 committed by Daniel Azuma
parent 2be58afd60
commit ed17cb1851
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ group :development do
gem 'webmock', '~> 2.1'
gem 'simplecov', '~> 0.12'
gem 'coveralls', '~> 0.8'
gem 'rubocop', '~> 0.42.0'
gem 'rubocop', '~> 0.49.0'
gem 'launchy', '~> 2.4'
gem 'dotenv', '~> 2.0'
gem 'fakefs', '~> 0.6', require: "fakefs/safe"