Skip to content

Commit

Permalink
AP-5659: bump ruby 3.3.6 to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsugarman committed Dec 30, 2024
1 parent 9fae113 commit 8d92ebf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ executors:
GITHUB_TEAM_NAME_SLUG: laa-apply-for-legal-aid
linting-executor:
docker:
- image: cimg/ruby:3.3.6-node
- image: cimg/ruby:3.4.1-node
environment:
RAILS_ENV: test
TZ: "Europe/London"
test-executor:
docker:
- image: cimg/ruby:3.3.6-node
- image: cimg/ruby:3.4.1-node
environment:
RAILS_ENV: test
PGHOST: localhost
Expand Down Expand Up @@ -51,7 +51,7 @@ references:
restore_gems_cache: &restore_gems_cache
restore_cache:
keys:
- legal-framework-api-{{ checksum "Gemfile.lock" }}-v3.3.6
- legal-framework-api-{{ checksum "Gemfile.lock" }}-v3.4.1
install_gems: &install_gems
run:
name: Install ruby gems
Expand All @@ -62,7 +62,7 @@ references:
bundle install --jobs=4 && bundle clean
save_gems_cache: &save_gems_cache
save_cache:
key: legal-framework-api-{{ checksum "Gemfile.lock" }}-v3.3.6
key: legal-framework-api-{{ checksum "Gemfile.lock" }}-v3.4.1
paths:
- vendor/bundle
install_packages_for_testing: &install_packages_for_testing
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.6
3.4.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.6-alpine3.21
FROM ruby:3.4.1-alpine3.21
MAINTAINER apply for legal aid team

ENV RAILS_ENV production
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ DEPENDENCIES
tzinfo-data

RUBY VERSION
ruby 3.3.6p108
ruby 3.4.1p0

BUNDLED WITH
2.5.11

0 comments on commit 8d92ebf

Please sign in to comment.