Skip to content

Commit

Permalink
Use 2.4.9 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Feb 16, 2024
1 parent bec7a72 commit 741b52a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gem-build.yml
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion assets/Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit 741b52a

Please sign in to comment.