Skip to content

Commit

Permalink
HOTT-4755: Bumps ruby to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willfish committed Jan 2, 2024
1 parent fa709ec commit 5bed526
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:

ruby-checks:
docker:
- image: cimg/ruby:3.2.2-node
- image: cimg/ruby:3.3.0-node
steps:
- checkout
- ruby/install-deps
Expand All @@ -142,7 +142,7 @@ jobs:

test:
docker:
- image: cimg/ruby:3.2.2-node
- image: cimg/ruby:3.3.0-node
environment:
BUNDLE_JOBS: "3"
BUNDLE_RETRY: "3"
Expand All @@ -164,7 +164,7 @@ jobs:

notify-production-deployment:
docker:
- image: cimg/ruby:3.2.2
- image: cimg/ruby:3.3.0
steps:
- tariff/notify-production-release:
app-name: Duty Calculator
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inherit_gem:
require: rubocop-rspec

AllCops:
TargetRubyVersion: 3.2.2
TargetRubyVersion: 3.3.0
Exclude:
- 'vendor/**/*'
- 'bin/**'
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build compilation image
FROM ruby:3.2.2-alpine3.18 as builder
FROM ruby:3.3.0-alpine3.18 as builder

# The application runs from /app
WORKDIR /app
Expand Down Expand Up @@ -41,7 +41,7 @@ RUN rm -rf node_modules log tmp && \
find /usr/local/bundle/gems -name "*.html" -delete

# Build runtime image
FROM ruby:3.2.2-alpine3.18 as production
FROM ruby:3.3.0-alpine3.18 as production

RUN apk add --update --no-cache tzdata && \
cp /usr/share/zoneinfo/Europe/London /etc/localtime && \
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ DEPENDENCIES
webpacker

RUBY VERSION
ruby 3.2.2p53
ruby 3.3.0p0

BUNDLED WITH
2.3.8
2.5.3

0 comments on commit 5bed526

Please sign in to comment.