summaryrefslogtreecommitdiff
path: root/omnibus/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'omnibus/Gemfile')
-rw-r--r--omnibus/Gemfile14
1 files changed, 7 insertions, 7 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index ad415d576a..12001d1c17 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -1,7 +1,7 @@
-source 'https://rubygems.org'
+source "https://rubygems.org"
-gem 'omnibus', github: 'chef/omnibus'
-gem 'omnibus-software', github: 'chef/omnibus-software'
+gem "omnibus", github: "chef/omnibus"
+gem "omnibus-software", github: "chef/omnibus-software"
# This development group is installed by default when you run `bundle install`,
# but if you are using Omnibus in a CI-based infrastructure, you do not need
@@ -9,10 +9,10 @@ gem 'omnibus-software', github: 'chef/omnibus-software'
# by running `bundle install --without development` to speed up build times.
group :development do
# Use Berkshelf for resolving cookbook dependencies
- gem 'berkshelf', '~> 3.0'
+ gem "berkshelf", "~> 3.0"
# Use Test Kitchen with Vagrant for converging the build environment
- gem 'test-kitchen', '~> 1.4.0'
- gem 'kitchen-vagrant', '~> 0.19.0'
- gem 'winrm-transport', '~> 1.0'
+ gem "test-kitchen", "~> 1.4.0"
+ gem "kitchen-vagrant", "~> 0.19.0"
+ gem "winrm-transport", "~> 1.0"
end