Created
March 9, 2016 07:10
-
-
Save jerith/bb40115b3248ad0c3ce5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/puppet/Gemfile b/puppet/Gemfile | |
index fb1ac9a..c0f5d47 100644 | |
--- a/puppet/Gemfile | |
+++ b/puppet/Gemfile | |
@@ -4,6 +4,7 @@ | |
source 'https://rubygems.org' | |
gem 'librarian-puppet' | |
+gem 'inifile' # Required by camptocamp-openssl module after the first run. | |
group :test do | |
gem 'rake' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment