Skip to content

Commit ff9b19f

Browse files
committed
feat: 🎸 add ruby3.3
1 parent 098fca0 commit ff9b19f

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ test_attributes: &test_attributes
1818
command: docker run --entrypoint sh -e CI -e CODECOV_TOKEN masking-$RUBY_VERSION-$CIRCLE_SHA1 -c "bundle exec rake"
1919

2020
jobs:
21+
test-ruby33:
22+
<<: *test_attributes
23+
environment:
24+
RUBY_VERSION: '3.3'
2125
test-ruby32:
2226
<<: *test_attributes
2327
environment:

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.3.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUBY_VERSION=3.2
1+
ARG RUBY_VERSION=3.3
22

33
FROM ruby:${RUBY_VERSION}-alpine AS builder
44
RUN apk add --no-cache build-base git

Dockerfile.ghcr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# `docker run ghcr.io/kibitan/masking`
2-
ARG RUBY_VERSION=3.2
2+
ARG RUBY_VERSION=3.3
33

44
FROM ruby:$RUBY_VERSION-alpine
55
RUN addgroup -S app && adduser -S -G app app

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gem install masking
2323

2424
## Requirement
2525

26-
* Ruby 2.6/2.7/3.0/3.1/3.2
26+
* Ruby 2.6/2.7/3.0/3.1/3.2/3.3
2727

2828
## Supporting RDBMS
2929

0 commit comments

Comments
 (0)