Skip to content

Commit 0991029

Browse files
committed
upgrade to ruby 3.3.0
1 parent c0393da commit 0991029

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AllCops:
66
NewCops: disable
77
SuggestExtensions: false
88
DisplayCopNames: true
9-
TargetRubyVersion: 3.1
9+
TargetRubyVersion: 3.3
1010
Exclude:
1111
- 'bin/*'
1212
- 'spec/acceptance/fixtures/**/*'

.ruby-version

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

spec/acceptance/Dockerfile.entitlements-gitrepo-auditor-plugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.1-slim
1+
FROM ruby:3.3-slim
22
LABEL maintainer="GitHub Security Ops <[email protected]>"
33
ENV HOME /root
44
ENV RELEASE=buster
@@ -17,7 +17,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
1717
pkg-config
1818

1919
# Install bundler
20-
RUN gem install bundler
20+
RUN gem install bundler -v 2.3.19
2121

2222
# Bootstrap files and caching for speed
2323
COPY "vendor/cache/" "/data/entitlements/vendor/cache/"

0 commit comments

Comments
 (0)