Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: jruby-9.4.1
ruby-version: jruby-9.4.12.1
bundler-cache: true
- uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
needs: [jruby-gem-release, rubygems-release]
strategy:
matrix:
ruby-version: [3.2.1, jruby-9.4.1]
ruby-version: [3.2.1, jruby-9.4.12.1]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
ruby-version: [2.5, 2.6, 2.7.6, 3.2.1, jruby-9.2.21, jruby-9.3.14, jruby-9.4.1]
ruby-version: [2.5, 2.6, 2.7.6, 3.2.1, jruby-9.2.21, jruby-9.3.14, jruby-9.4.12.1]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM 020413372491.dkr.ecr.us-east-1.amazonaws.com/tools/gdc-java-11-jre-centos9:202501070635.05b6a77

ARG RVM_VERSION=stable
ARG JRUBY_VERSION=9.4.1.0
ARG JRUBY_VERSION=9.4.12.1

LABEL image_name="GDC LCM Bricks"
LABEL maintainer="LCM <lcm@gooddata.com>"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.jruby
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jruby:9.4.1.0
FROM jruby:9.4.12.1

MAINTAINER Tomas Korcak <korczis@gmail.com>

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.84
3.7.85