Browse Source

Bump ruby

pull/363/head
baarkerlounger 3 years ago
parent
commit
67220872f8
  1. 2
      .ruby-version
  2. 4
      Dockerfile
  3. 2
      Dockerfile_dev
  4. 2
      Gemfile
  5. 2
      Gemfile.lock

2
.ruby-version

@ -1 +1 @@
3.1.0 3.1.1

4
Dockerfile

@ -1,5 +1,5 @@
# Build compilation image # Build compilation image
FROM ruby:3.1.0-alpine as builder FROM ruby:3.1.1-alpine as builder
# The application runs from /app # The application runs from /app
WORKDIR /app WORKDIR /app
@ -45,7 +45,7 @@ RUN rm -rf node_modules log tmp && \
find /usr/local/bundle/gems -name "*.html" -delete find /usr/local/bundle/gems -name "*.html" -delete
# Build runtime image # Build runtime image
FROM ruby:3.1.0-alpine as production FROM ruby:3.1.1-alpine as production
# The application runs from /app # The application runs from /app
WORKDIR /app WORKDIR /app

2
Dockerfile_dev

@ -1,5 +1,5 @@
# Build compilation image # Build compilation image
FROM ruby:3.1.0-alpine FROM ruby:3.1.1-alpine
# The application runs from /app # The application runs from /app
WORKDIR /app WORKDIR /app

2
Gemfile

@ -3,7 +3,7 @@
source "https://rubygems.org" source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" } git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.1.0" ruby "3.1.1"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem "rails", "~> 7.0.2" gem "rails", "~> 7.0.2"

2
Gemfile.lock

@ -516,7 +516,7 @@ DEPENDENCIES
webpacker (~> 5.0) webpacker (~> 5.0)
RUBY VERSION RUBY VERSION
ruby 3.1.0p0 ruby 3.1.1p18
BUNDLED WITH BUNDLED WITH
2.3.7 2.3.7

Loading…
Cancel
Save