Skip to content

Commit

Permalink
Bump solid_queue, Rails, Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonkrs committed Dec 22, 2024
1 parent 69f67ed commit c513de3
Show file tree
Hide file tree
Showing 8 changed files with 109 additions and 115 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.4
3.3.6
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.3.4
ruby 3.3.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1

ARG RUBY_VERSION=3.3.4
ARG RUBY_VERSION=3.3.6
FROM docker.io/library/ruby:$RUBY_VERSION-slim as base

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

ruby file: ".ruby-version"

gem "rails", "~> 8.0.0.beta1"
gem "rails", "~> 8.0.1"

gem "bootsnap", require: false

Expand All @@ -23,6 +23,8 @@ gem "kamal"
gem "solid_queue"
gem "solid_errors"

gem "yabeda"

# Queue management
gem "mission_control-jobs"

Expand Down
Loading

0 comments on commit c513de3

Please sign in to comment.