From 2d6aad7065814e26d20b8845782bbb4a008155f5 Mon Sep 17 00:00:00 2001 From: sylhare Date: Thu, 28 Nov 2024 10:14:49 -0500 Subject: [PATCH] Release v2.4.11 --- .github/workflows/gem-build.yml | 2 +- _layouts/default.html | 2 +- assets/Dockerfile | 2 +- type-on-strap.gemspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gem-build.yml b/.github/workflows/gem-build.yml index c10fd4fcc4..252aa77be3 100644 --- a/.github/workflows/gem-build.yml +++ b/.github/workflows/gem-build.yml @@ -41,4 +41,4 @@ jobs: - name: GPR run: | gem cleanup type-on-strap - gem install type-on-strap --version "2.4.10" --source "https://rubygems.pkg.github.com/sylhare" + gem install type-on-strap --version "2.4.11" --source "https://rubygems.pkg.github.com/sylhare" diff --git a/_layouts/default.html b/_layouts/default.html index cda8754973..21ecf21ce4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,6 +1,6 @@ diff --git a/assets/Dockerfile b/assets/Dockerfile index c83220ae89..6b59f7f220 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.10', '< 3.0'" >> Gemfile +RUN echo "gem 'type-on-strap', '>= 2.4.11', '< 3.0'" >> Gemfile RUN echo "Adding the Gemfile" RUN cat Gemfile diff --git a/type-on-strap.gemspec b/type-on-strap.gemspec index a891633662..9ea41d5950 100644 --- a/type-on-strap.gemspec +++ b/type-on-strap.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "type-on-strap" - spec.version = "2.4.10" + spec.version = "2.4.11" spec.authors = ["Sylhare", "Rohan Chandra"] spec.email = ["sylhare@outlook.com", "hellorohan@outlook.com"]