Move from Hoe to Bundler

This adds a gemspec and a Gemfile to the repository.
This commit is contained in:
Lars Kanis
2018-02-06 21:56:53 +01:00
parent ffb2ea1323
commit 611abf1594
10 changed files with 84 additions and 47 deletions

7
Gemfile Normal file
View File

@ -0,0 +1,7 @@
source "https://rubygems.org"
# Specify your gem's dependencies in pg_ldap_sync.gemspec
gemspec
gem "pg", require: false
gem "postgres-pr", require: false