Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit 6809757

Browse files
committed
Merge branch 'develop' into 3971-dpl-1003-sample-prep-create-an-rna-stock-plate-from-extraction-lims
2 parents 4b530e8 + 0eed7ea commit 6809757

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ADD Gemfile /samples_extraction
1111
ADD Gemfile.lock /samples_extraction
1212
ADD package.json /samples_extraction
1313
ADD yarn.lock /samples_extraction
14-
RUN gem install bundler
14+
RUN gem install bundler -v 2.4.22
1515
RUN bundle install --jobs=5 --deployment --without development test
1616
RUN yarn install
1717

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ This installation procedure is prepared for a MacOS environment:
8787
1. Install all the dependencies for the project
8888

8989
```
90-
# gem install bundler
90+
# gem install bundler -v 2.4.22
9191
9292
# bundle install
9393
@@ -96,7 +96,9 @@ This installation procedure is prepared for a MacOS environment:
9696
# yarn
9797
```
9898

99-
2. From the project folder, run the command
99+
Note that for ruby 2.7, the latest supported version of bundler is 2.4.22
100+
101+
1. From the project folder, run the command
100102

101103
```
102104
# rake secret

0 commit comments

Comments
 (0)