Skip to content

Commit

Permalink
Test Ruby 3 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeg committed Aug 20, 2024
1 parent b57ede6 commit 0d351f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

/**
* Parser specific for Alibaba cloud linux errata.
* // TEST DOM
*/
public class AlibabaErrataParser extends AbstractSimpleErrataParser {

Expand Down
1 change: 1 addition & 0 deletions testsuite/.rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# DOM test

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
Expand Down
1 change: 1 addition & 0 deletions testsuite/dockerfiles/controller-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ RUN update-alternatives --set ri /usr/bin/ri.ruby.ruby3.3
# debug
RUN ruby -v
RUN gem env
RUN cat ./root/.bashrc

# build Twopence from source
RUN git clone https://github.com/nodeg/twopence.git /root/twopence && \
Expand Down

0 comments on commit 0d351f5

Please sign in to comment.