From dd73ea47ab7c9a83300c952cd4226c548d651d66 Mon Sep 17 00:00:00 2001 From: Izzy Smillie Date: Thu, 26 Jan 2023 14:21:27 +0000 Subject: [PATCH 1/2] Update readme to point to correct bundle script --- Gemfile.lock | 3 ++- README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 740404e5c..3b607ba7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -270,6 +270,7 @@ GEM PLATFORMS aarch64-linux + arm64-darwin-21 x86_64-linux DEPENDENCIES @@ -302,4 +303,4 @@ RUBY VERSION ruby 3.1.3p185 BUNDLED WITH - 2.3.26 + 2.3.7 diff --git a/README.md b/README.md index f71803902..b978f5c30 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ docker-compose up ## Updating gems inside the container -This can be done with the `bin/with_builder.sh` script: +This can be done with the `bin/with-builder.sh` script: ``` -./bin/with_builder.sh bundle update +./bin/with-builder.sh bundle update ``` which should update the Gems in the container, without the need for rebuilding. From 47bd51d3aa17d73c32c935b273f5c19c4eafbbf8 Mon Sep 17 00:00:00 2001 From: Izzy Smillie Date: Thu, 26 Jan 2023 17:40:18 +0000 Subject: [PATCH 2/2] Gemfile.lock --- Gemfile.lock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3b607ba7a..740404e5c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -270,7 +270,6 @@ GEM PLATFORMS aarch64-linux - arm64-darwin-21 x86_64-linux DEPENDENCIES @@ -303,4 +302,4 @@ RUBY VERSION ruby 3.1.3p185 BUNDLED WITH - 2.3.7 + 2.3.26