diff options
author | danielsdeleo <dan@opscode.com> | 2013-01-29 18:43:23 -0800 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2013-01-29 18:43:23 -0800 |
commit | bb103422a98616c3ac72cea355e9799a542cae85 (patch) | |
tree | 6377cd5a95766112e0d4f21d620f7ccbc4107b50 /Gemfile | |
parent | afd031b09c90e373da3f64365b6406c3d0d48c2c (diff) | |
download | chef-bb103422a98616c3ac72cea355e9799a542cae85.tar.gz |
bump rack (test dep) to silence warnings
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ gem "activesupport", :group => :compat_testing, :platform => "ruby" gem "ronn" group(:development, :test) do - gem 'rack' + gem 'rack', "~> 1.5.1" gem 'ruby-shadow', :platforms => :ruby unless RUBY_PLATFORM.downcase.match(/(darwin|freebsd)/) # gem 'awesome_print' |