From b63dd34de2cfb3eeca1b155f1ad5679e9e926532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD?= Date: Thu, 27 Jul 2023 13:48:44 +0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 904b11c..ae85356 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ Install pg-ldap-sync and required dependencies: ```sh git clone https://github.com/fruworg/pg-ldap-sync.git cd pg-ldap-sync - gem install bundler:1.16.0 - bundle _1.16.0_ install + gem install bundler:1.15.3 + bundle _1.15.3_ install bundle exec rake install ```