This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 64db440 Has not been needed for a while
64db440 is described below
commit 64db440ac26e94010204a6938cbe4b01fed17bc5
Author: Sebb <[email protected]>
AuthorDate: Sat Aug 7 23:22:42 2021 +0100
Has not been needed for a while
---
DEVELOPMENT.md | 4 ++--
examples/Dockerfile | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 098870e..fab2c18 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -88,9 +88,9 @@ or read the [detailed MACOSX setup steps](MACOSX.md).
3. [Ruby Version Manager - rvm](https://rvm.io/)
-2. **Install ruby gems:** `whimsy-asf` and `bundler`:
+2. **Install ruby gems:** `bundler`:
- `gem install whimsy-asf bundler` (mail and listen may be needed too)
+ `gem install bundler` (mail and listen may be needed too)
- If you're using [Mac OS El Capitan or higher](MACOSX.md), you may need to
do this:
diff --git a/examples/Dockerfile b/examples/Dockerfile
index 2a3bce6..e1676b0 100644
--- a/examples/Dockerfile
+++ b/examples/Dockerfile
@@ -21,7 +21,6 @@ RUN apt-get install -y software-properties-common && \
apt-get install -y libsasl2-dev
# board example
-RUN gem install whimsy-asf
RUN ruby -r whimsy/asf -e "ASF::LDAP.configure"
ADD . /home/board
WORKDIR /home/board