Skip to content

Commit

Permalink
Bring back proper support for Docker 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannchaudet committed Feb 6, 2024
1 parent 974872f commit 29e529b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ jobs:
strategy:
matrix:
ruby:
- '3.0'
- '3.3'
- 3.0
- 3.1
- 3.2
- 3.3
steps:
- uses: actions/checkout@v4
- name: script/cibuild-docker
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ RUN apt-get update \
make \
nodejs

# final version for rubygems-update to supoprt ruby 2.7, consider removing this after upgraded to ruby 3.0
RUN gem update --system

COPY .git /src/gh/pages-gem/.git
COPY Gemfile* /src/gh/pages-gem/
COPY github-pages.gemspec /src/gh/pages-gem
Expand Down
2 changes: 1 addition & 1 deletion lib/github-pages/dependencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def self.version_report
require "nokogiri"

{
"ruby" => "3.3",
"ruby" => RUBY_VERSION,

# Gem versions we're curious about
"github-pages" => VERSION.to_s,
Expand Down

0 comments on commit 29e529b

Please sign in to comment.