summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMichael Herold <michael.j.herold@gmail.com>2014-08-23 10:18:22 -0500
committerMichael Herold <michael.j.herold@gmail.com>2014-08-23 10:18:22 -0500
commit270e948d08bf2b37f6efc5c9ebaf59704d83b985 (patch)
treef79d99258d2d3bbd717fcb6a3b832625ad68a04d /Gemfile
parent36ece586655fd067eb3cb42b07693ce3d8f442e3 (diff)
downloadhashie-270e948d08bf2b37f6efc5c9ebaf59704d83b985.tar.gz
Update Rubocop to 0.25.0 and get it passing
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index dd1b9e8..ea80e9f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,7 @@ end
gemspec
-gem 'rubocop', '0.24.1'
+gem 'rubocop', '~> 0.25'
# ActiveSupport required to test compatibility with ActiveSupport Core Extensions.
gem 'activesupport', require: false