File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 64
64
# options: --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
65
65
steps :
66
66
- name : Install packages
67
- run : sudo apt-get update && sudo apt-get install --no-install-recommends -y build-essential git pkg-config google-chrome-stable
67
+ run : sudo apt-get update && sudo apt-get install --no-install-recommends -y build-essential git libyaml-dev pkg-config google-chrome-stable
68
68
69
69
- name : Checkout code
70
70
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ FROM base AS build
30
30
31
31
# Install packages needed to build gems
32
32
RUN apt-get update -qq && \
33
- apt-get install --no-install-recommends -y build-essential git pkg-config && \
33
+ apt-get install --no-install-recommends -y build-essential git libyaml-dev pkg-config && \
34
34
rm -rf /var/lib/apt/lists /var/cache/apt/archives
35
35
36
36
# Install application gems
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
3
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4
- gem "rails" , "~> 8.0.1 "
4
+ gem "rails" , "~> 8.0.2 "
5
5
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
6
6
gem "propshaft"
7
7
# Use sqlite3 as the database for Active Record
You can’t perform that action at this time.
0 commit comments