Skip to content

Commit

Permalink
update Ruby to 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Dec 9, 2024
1 parent c2f1203 commit bbffbfc
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 112 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.5
3.2.6
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.5
ARG RUBY_VERSION=3.2.6
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base

# Rails app lives here
Expand Down
4 changes: 2 additions & 2 deletions 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.5"
ruby "3.2.6"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.1.3", ">= 7.1.3.4"
Expand Down Expand Up @@ -96,7 +96,7 @@ gem 'progress_bar'
gem 'rails_autolink'
gem 'kramdown'
gem 'solid_queue', "~> 1.0"
gem 'mission_control-jobs'
gem 'mission_control-jobs', "< 1.0"
gem 'acts-as-taggable-on'
gem 'resync' # , github: 'nabeta/resync', branch: 'add-datetime'
gem 'pretender'
Expand Down
Loading

0 comments on commit bbffbfc

Please sign in to comment.