Skip to content

Commit

Permalink
Upgrade ruby to 3.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Bosso <[email protected]>
  • Loading branch information
fernando-bosso committed Sep 11, 2024
1 parent 24e8e29 commit 8f49e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ AllCops:
- "lib/active_merchant/billing/gateways/paypal_express.rb"
- "vendor/**/*"
ExtraDetails: false
TargetRubyVersion: 3.0.5
TargetRubyVersion: 3.1.4
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0.5
FROM ruby:3.1.4

ARG GITHUB_TOKEN
ARG GITHUB_USERNAME
Expand All @@ -11,4 +11,4 @@ RUN gem install bundler && \
bundle config set https://rubygems.pkg.github.com/paywith $GITHUB_USERNAME:$GITHUB_TOKEN && \
bundle install -j$(nproc)

ENTRYPOINT [ "./entrypoint.sh" ]
ENTRYPOINT [ "./entrypoint.sh" ]

0 comments on commit 8f49e82

Please sign in to comment.