diff options
author | sersut <serdar@opscode.com> | 2014-03-12 15:37:45 -0700 |
---|---|---|
committer | sersut <serdar@opscode.com> | 2014-03-12 15:37:45 -0700 |
commit | 207878a65ddf0c20a5e5ecc4db8a7d99c6322e11 (patch) | |
tree | 25d4848912bfa32e2ea15dff8e748e951b645123 /Gemfile | |
parent | 7ab234961718d8637dd102eccae98daf605b0c60 (diff) | |
parent | 3a5cafa3d865cb6960fce22aa62cde8b0bee1b62 (diff) | |
download | chef-207878a65ddf0c20a5e5ecc4db8a7d99c6322e11.tar.gz |
Merge branch 'CHEF-4946' of github.com:criteo/chef into contributions-cc-51
Conflicts:
Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ group(:development, :test) do gem "simplecov" gem 'rack', "~> 1.5.1" - gem 'ruby-shadow', :platforms => :ruby unless RUBY_PLATFORM.downcase.match(/aix/) + gem 'ruby-shadow', :platforms => :ruby unless RUBY_PLATFORM.downcase.match(/(aix|cygwin)/) end # If you want to load debugging tools into the bundle exec sandbox, |