Skip to content

Commit 9d094a3

Browse files
committed
7.2.3
1 parent 8e2e2ac commit 9d094a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ FROM base AS build
2727

2828
# Install packages needed to build gems
2929
RUN apt-get update -qq && \
30-
apt-get install --no-install-recommends -y build-essential git pkg-config && \
30+
apt-get install --no-install-recommends -y build-essential git libyaml-dev pkg-config && \
3131
rm -rf /var/lib/apt/lists /var/cache/apt/archives
3232

3333
# Install application gems

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4-
gem "rails", "~> 7.2.2", ">= 7.2.2.2"
4+
gem "rails", "~> 7.2.3"
55
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
66
gem "sprockets-rails"
77
# Use sqlite3 as the database for Active Record

0 commit comments

Comments
 (0)