Skip to content

Commit

Permalink
Merge pull request #1076 from ElixirTeSS/rails-7.2
Browse files Browse the repository at this point in the history
Rails 7.2 & Ruby 3.2.6 upgrade
  • Loading branch information
fbacall authored Jan 20, 2025
2 parents fdea694 + ce59272 commit 9ac198f
Show file tree
Hide file tree
Showing 52 changed files with 554 additions and 471 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.2.5
ruby-3.2.6
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG RUBY_VERSION=3.2.5
ARG RUBY_VERSION=3.2.6

#use ruby base image
FROM ruby:$RUBY_VERSION-slim AS base
Expand All @@ -7,7 +7,7 @@ FROM ruby:$RUBY_VERSION-slim AS base
WORKDIR /code

# install dependencies
RUN apt-get update && apt-get install build-essential curl file git gnupg2 imagemagick libpq-dev nodejs -y
RUN apt-get update && apt-get install build-essential curl file git gnupg2 imagemagick libpq-dev libyaml-dev nodejs -y

# install supercronic - a cron alternative
ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.12/supercronic-linux-amd64 \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

gem 'rails', '7.0.8.6'
gem 'rails', '7.2.2.1'

gem 'active_model_serializers'
gem 'activerecord-session_store'
Expand Down
Loading

0 comments on commit 9ac198f

Please sign in to comment.