Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
* Updates Ruby version 3.4.1.
* Updates bundler, importmap-rails, rubocop-rails, solid_queue, and sqlite3
  in Ruby.
  • Loading branch information
tristandunn committed Dec 27, 2024
1 parent f4c3e46 commit defdb86
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 22.12.0
ruby 3.3.6
ruby 3.4.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Accept optional arguments.
ARG RUBY_VERSION="3.3.6-alpine3.20"
ARG RUBY_VERSION="3.4.1-alpine3.21"

# Create a base image.
FROM ruby:$RUBY_VERSION AS base
Expand Down
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# frozen_string_literal: true

ruby "3.3.6"
ruby "3.4.1"
source "https://rubygems.org"

gem "bcrypt", "3.1.20"
gem "bootsnap", "1.18.4", require: false
gem "hotwire-rails", "0.1.3"
gem "importmap-rails", "2.0.3"
gem "importmap-rails", "2.1.0"
gem "jbuilder", "2.13.0"
gem "kamal", "2.4.0", require: false
gem "litestream", "0.12.0"
Expand All @@ -17,8 +17,8 @@ gem "rack-timeout", "0.7.0"
gem "rails", "8.0.1"
gem "solid_cable", "3.0.5"
gem "solid_cache", "1.0.6"
gem "solid_queue", "1.1.0"
gem "sqlite3", "2.4.1"
gem "solid_queue", "1.1.1"
gem "sqlite3", "2.5.0"
gem "stimulus-rails", "1.3.4"
gem "tailwindcss-rails", "3.0.0"
gem "thruster", "0.1.9", require: false
Expand All @@ -37,7 +37,7 @@ group :development do
gem "rubocop-capybara", "2.21.0", require: false
gem "rubocop-factory_bot", "2.26.1", require: false
gem "rubocop-performance", "1.23.0", require: false
gem "rubocop-rails", "2.27.0", require: false
gem "rubocop-rails", "2.28.0", require: false
gem "rubocop-rake", "0.6.0", require: false
gem "rubocop-rspec", "3.3.0", require: false
gem "rubocop-rspec_rails", "2.30.0", require: false
Expand Down
84 changes: 40 additions & 44 deletions Gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ builder:

# # Pass arguments and secrets to the Docker build process.
# args:
# RUBY_VERSION: ruby-3.3.6
# RUBY_VERSION: ruby-3.4.1
# secrets:
# - GITHUB_TOKEN
# - RAILS_MASTER_KEY
Expand Down

0 comments on commit defdb86

Please sign in to comment.