From 741b52ad60359d043c4859276b0ed7921d94b7fc Mon Sep 17 00:00:00 2001 From: sylhare Date: Fri, 16 Feb 2024 08:09:05 -0500 Subject: [PATCH] Use 2.4.9 for tests --- .github/workflows/gem-build.yml | 2 +- assets/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gem-build.yml b/.github/workflows/gem-build.yml index 56cb587e02..d4b4de7bae 100644 --- a/.github/workflows/gem-build.yml +++ b/.github/workflows/gem-build.yml @@ -48,7 +48,7 @@ jobs: - name: GPR continue-on-error: true run: | - gem install type-on-strap --version "2.4.8" --source "https://rubygems.pkg.github.com/sylhare" + gem install type-on-strap --version "2.4.9" --source "https://rubygems.pkg.github.com/sylhare" - name: Build with Docker continue-on-error: true run: | diff --git a/assets/Dockerfile b/assets/Dockerfile index c79c50ad1d..f316003b41 100644 --- a/assets/Dockerfile +++ b/assets/Dockerfile @@ -4,7 +4,7 @@ LABEL image="sylhare/type-on-strap" # Create Type-on-strap Gemfile RUN echo "source \"https://rubygems.org\"" >> Gemfile -RUN echo "gem 'type-on-strap', '>= 2.4.8', '< 3.0'" >> Gemfile +RUN echo "gem 'type-on-strap', '>= 2.4.9', '< 3.0'" >> Gemfile RUN echo "Adding the Gemfile" >> cat Gemfile # Install the theme