Skip to content

Commit

Permalink
update Ruby to 3.2.5 (#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta authored Aug 16, 2024
1 parent 4b9c5d2 commit fac5363
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.4
3.2.5
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1

# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.2.4
ARG RUBY_VERSION=3.2.5
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base

# Rails app lives here
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.2.4"
ruby "3.2.5"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.8"
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ GEM
caxlsx (>= 3.0)
climate_control (1.2.0)
cocoon (1.2.15)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
crack (1.0.0)
bigdecimal
rexml
Expand Down Expand Up @@ -255,7 +255,7 @@ GEM
mime-types-data (3.2024.0806)
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.24.1)
minitest (5.25.0)
mono_logger (1.1.2)
msgpack (1.7.2)
multi_json (1.15.0)
Expand All @@ -282,7 +282,7 @@ GEM
faraday-follow_redirects (>= 0.3.0, < 2)
options (2.3.2)
orm_adapter (0.5.0)
parallel (1.26.1)
parallel (1.26.2)
parallel_tests (4.7.1)
parallel
pg (1.5.7)
Expand Down Expand Up @@ -382,7 +382,7 @@ GEM
typesafe_enum (~> 0.1, >= 0.1.5)
xml-mapping (~> 0.10)
xml-mapping_extensions (~> 0.4, >= 0.4.8)
rexml (3.3.4)
rexml (3.3.5)
strscan
rsolr (2.6.0)
builder (>= 2.1.2)
Expand All @@ -395,7 +395,7 @@ GEM
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.3)
rspec-rails (6.1.4)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
Expand Down Expand Up @@ -575,7 +575,7 @@ DEPENDENCIES
webpacker (~> 5.0)

RUBY VERSION
ruby 3.2.4p170
ruby 3.2.5p208

BUNDLED WITH
2.4.19

0 comments on commit fac5363

Please sign in to comment.