Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/parallel_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2.9"
ruby-version: "3.2.10"
bundler-cache: true

- name: Run Specs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.9
ruby-version: 3.2.10
- name: Cache gems
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.9
3.2.10
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM phusion/passenger-ruby32:3.1.4
FROM phusion/passenger-ruby32:3.1.6

# Set correct environment variables.
ENV HOME=/home/app
Expand All @@ -12,7 +12,7 @@ RUN usermod -a -G docker_env app
CMD ["/sbin/my_init"]

# Use Ruby
RUN bash -lc 'rvm --default use ruby-3.2.9'
RUN bash -lc 'rvm --default use ruby-3.2.10'

# Update installed APT packages
RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold" && \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "3.2.9"
ruby "3.2.10"

gem "rails", "~> 7.2", ">= 7.2.3"
gem "bootsnap", require: false
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ DEPENDENCIES
uuid (~> 2.3, >= 2.3.9)

RUBY VERSION
ruby 3.2.9p265
ruby 3.2.10p266

BUNDLED WITH
2.6.9