summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMichael Herold <michael.j.herold@gmail.com>2014-09-06 16:08:34 -0500
committerMichael Herold <michael.j.herold@gmail.com>2014-09-06 16:11:07 -0500
commit210ace98cd20e99b7cab7aea39546037bd071310 (patch)
treeb9d608f47b2344cfbd45556521b2a52c17a09f77 /Gemfile
parentcdf6c832c067112ef95fbe0dd0c5b65cf9101eae (diff)
downloadhashie-210ace98cd20e99b7cab7aea39546037bd071310.tar.gz
Bump rubocop to 0.26 and address new cops
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1e908f6..568d017 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ end
group :development do
gem 'pry'
gem 'pry-stack_explorer', platforms: [:ruby_19, :ruby_20, :ruby_21]
- gem 'rubocop', '~> 0.25'
+ gem 'rubocop', '~> 0.26'
gem 'guard', '~> 2.6.1'
gem 'guard-rspec', '~> 4.3.1', require: false
end