Skip to content

Commit

Permalink
⬆️ Upgrade Ruby to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Jan 8, 2022
1 parent 97e0b54 commit f53b9a8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.3
3.1.0
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.0.3-alpine AS Builder
FROM ghcr.io/ledermann/rails-base-builder:3.1.0-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 yarn.lock postcss.config.js tailwind.config.js esbuild.config.js esbuild-dev.config.js

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

# Workaround to trigger Builder's ONBUILDs to finish:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.0.3'
ruby '3.1.0'

# Full-stack web application framework. (https://rubyonrails.org)
gem 'rails', '~> 7.0.0'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GEM
cssbundling-rails (1.0.0)
railties (>= 6.0.0)
diff-lcs (1.5.0)
digest (3.0.0)
digest (3.1.0)
docile (1.4.0)
dotenv (2.7.6)
dotenv-rails (2.7.6)
Expand Down Expand Up @@ -122,7 +122,7 @@ GEM
i18n (1.8.11)
concurrent-ruby (~> 1.0)
influxdb-client (2.1.0)
io-wait (0.2.0)
io-wait (0.2.1)
jsbundling-rails (1.0.0)
railties (>= 6.0.0)
launchy (2.5.0)
Expand Down Expand Up @@ -377,7 +377,7 @@ DEPENDENCIES
webdrivers

RUBY VERSION
ruby 3.0.3p157
ruby 3.1.0p0

BUNDLED WITH
2.2.32
2.3.4

0 comments on commit f53b9a8

Please sign in to comment.