From c38f3baf824cd8999ef144e5630710edd2ba41c1 Mon Sep 17 00:00:00 2001 From: fsight <72600218+afsight@users.noreply.github.com> Date: Wed, 3 Mar 2021 17:13:35 +0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3daf494..33ce80f 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ Install pg-ldap-sync and required dependencies: ```sh git clone https://github.com/larskanis/pg-ldap-sync.git cd pg-ldap-sync - gem install bundler - bundle install + gem install bundler:1.16.0 + bundle _1.16.0_ install bundle exec rake install ```