diff options
author | Samuel E. Giddins <segiddins@segiddins.me> | 2015-08-07 23:29:21 -0700 |
---|---|---|
committer | Samuel E. Giddins <segiddins@segiddins.me> | 2015-08-07 23:29:21 -0700 |
commit | b779901301730efd1fe3a30e3e2f1a00c8120c1a (patch) | |
tree | be0902625af812bb292243baf28526e166f5bec6 /bin | |
parent | 83bdb7f7ddc95bed78c18320bd8baa2ba8f3972a (diff) | |
download | bundler-b779901301730efd1fe3a30e3e2f1a00c8120c1a.tar.gz |
[RuboCop] Update to 0.33.0
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rubocop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rubocop b/bin/rubocop index cc9107c6cc..7936c64fa2 100755 --- a/bin/rubocop +++ b/bin/rubocop @@ -7,5 +7,5 @@ bundler_spec.dependencies.each do |dep| gem dep.name, dep.requirement.to_s end -gem "rubocop", ">= 0.32.1" +gem "rubocop", "= 0.33.0" load Gem.bin_path("rubocop", "rubocop") |