Skip to content

Commit

Permalink
⬆️ Ruby 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Dec 28, 2024
1 parent 45dec8e commit 63c3f72
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require:
- rubocop-factory_bot

AllCops:
TargetRubyVersion: 3.3
TargetRubyVersion: 3.4
Exclude:
- app/frontend/**/*
- bin/**/*
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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ghcr.io/ledermann/rails-base-builder:3.3.6-alpine AS builder
FROM ghcr.io/ledermann/rails-base-builder:3.4.1-alpine AS builder

# Remove some files not needed in resulting image.
# Because they are required for building the image, they can't be added to .dockerignore
RUN rm -r package.json tailwind.config.js postcss.config.js vite.config.mts tsconfig.json

FROM ghcr.io/ledermann/rails-base-final:3.3.6-alpine
FROM ghcr.io/ledermann/rails-base-final:3.4.1-alpine
LABEL maintainer="[email protected]"

# Workaround to trigger builder's ONBUILDs to finish:
Expand Down
7 changes: 2 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ GEM
factory_bot_rails (6.4.4)
factory_bot (~> 6.5)
railties (>= 5.0.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
ffi (1.17.0)
formatador (1.1.0)
globalid (1.2.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -208,7 +206,6 @@ GEM
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.18.0-arm64-darwin)
racc (~> 1.4)
Expand Down Expand Up @@ -459,7 +456,7 @@ DEPENDENCIES
web-console (>= 4.1.0)

RUBY VERSION
ruby 3.3.6p108
ruby 3.4.1p0

BUNDLED WITH
2.6.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ There are two sister repositories:

### Backend

- [Ruby](https://www.ruby-lang.org/de/) 3.3
- [Ruby](https://www.ruby-lang.org/de/) 3.4
- [Ruby on Rails](https://rubyonrails.org/) 8.0
- [ActionCable](https://guides.rubyonrails.org/action_cable_overview.html) for WebSocket communication
- [PostgreSQL](https://www.postgresql.org/) for using as SQL database
Expand Down

0 comments on commit 63c3f72

Please sign in to comment.