summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-09-29 14:49:05 -0700
committerTim Smith <tsmith@chef.io>2016-09-29 14:49:05 -0700
commit1cfb4ff36e1b6f0a5b84ffdff3b55faa6d7a89b3 (patch)
treec77766f60e7ee2475c99c03cf1a071bd335d48de /Gemfile
parent79035b1f6c6bbcae72b393999c8a27355e2baa41 (diff)
downloadmixlib-log-1cfb4ff36e1b6f0a5b84ffdff3b55faa6d7a89b3.tar.gz
Require Ruby 2.2
Remove the rack pin Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rwxr-xr-xGemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c2e8c6e..13ce910 100755
--- a/Gemfile
+++ b/Gemfile
@@ -5,5 +5,4 @@ gemspec
group :development do
gem "rdoc"
gem "bundler"
- gem "rack", "< 2.0"
end