Skip to content

Commit 343976f

Browse files
authored
Merge pull request #23 from OpenVoxProject/fix-bogus-bundler-requirement
Fix bogus bundler requirement in `puppetserver-ca`
2 parents dccdf03 + 6e0bbfe commit 343976f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

exe/puppetserver-ca

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/usr/bin/env ruby
22

3-
# This requires everything in our Gemfile, so when functionally testing
4-
# our debugging tools are available without having to require them
5-
require 'bundler/setup'
6-
Bundler.require(:default)
7-
83
require 'puppetserver/ca/cli'
94

105
exit Puppetserver::Ca::Cli.run(ARGV)

0 commit comments

Comments
 (0)