Skip to content

Commit 8b28ef2

Browse files
committed
Upgrade to Ruby 4
1 parent ed7db86 commit 8b28ef2

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.4.8
1+
ruby 4.0.5

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ docker compose up
3434
- Full suite: `docker compose run --rm api rspec`
3535
- Single spec: `docker compose run --rm api rspec spec/path/to/spec.rb`
3636
- Lint: `docker compose run --rm api bundle exec rubocop`
37-
- CI: GitHub Actions with Ruby 3.4, Postgres 12, Redis.
37+
- CI: GitHub Actions with Ruby 4, Postgres 12, Redis.
3838

3939
## Where to Look First
4040
- Routes: `config/routes.rb`. Auth: `config/initializers/omniauth.rb`, `app/helpers/authentication_helper.rb`, `app/controllers/concerns/identifiable.rb`.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.8-slim-trixie AS base
1+
FROM ruby:4.0.5-slim-trixie AS base
22
RUN gem install bundler \
33
&& apt-get update \
44
&& apt-get upgrade --yes \

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ GEM
183183
logger
184184
faraday-net_http (3.4.2)
185185
net-http (~> 0.5)
186+
ffi (1.17.2)
186187
ffi (1.17.2-aarch64-linux-gnu)
187188
ffi (1.17.2-arm64-darwin)
188189
ffi (1.17.2-x86_64-linux-gnu)
@@ -644,7 +645,7 @@ DEPENDENCIES
644645
webmock
645646

646647
RUBY VERSION
647-
ruby 3.4.8
648+
ruby 4.0.5
648649

649650
BUNDLED WITH
650651
4.0.10

0 commit comments

Comments
 (0)