Skip to content

Commit e6c1ba4

Browse files
dadachiclaude
andcommitted
update ruby 4.0.2, madmin gem source, and gem version constraints
- Bump Ruby from 4.0.1 to 4.0.2 - Switch madmin from GitHub source to rubygems ~> 2.0 - Update gem version constraints (jbuilder, devise_token_auth, after_commit_everywhere, inline_svg) - Fix CLAUDE.md: Ruby 4.0.2 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent da27cc4 commit e6c1ba4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.1
1+
4.0.2

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## Project Overview
66

7-
This is a Rails 8.1 API application that serves as the backend for NativeAppTemplate iOS/Android mobile applications. It's a multi-tenant SaaS application with token-based authentication, role-based authorization, and RESTful API endpoints. Ruby 4.0.1, PostgreSQL, Solid Queue/Cable/Cache.
7+
This is a Rails 8.1 API application that serves as the backend for NativeAppTemplate iOS/Android mobile applications. It's a multi-tenant SaaS application with token-based authentication, role-based authorization, and RESTful API endpoints. Ruby 4.0.2, PostgreSQL, Solid Queue/Cable/Cache.
88

99
## Development Commands
1010

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gem "turbo-rails", "~> 2.0.3"
2121
gem "stimulus-rails", "~> 1.0", ">= 1.0.2"
2222

2323
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
24-
gem "jbuilder", "~> 2.12"
24+
gem "jbuilder", "~> 2.14"
2525

2626
# Solid adapters for queue, cache, and cable (database-backed, no Redis needed)
2727
gem "solid_queue"
@@ -41,19 +41,19 @@ gem "image_processing", "~> 1.12"
4141
# Security update
4242
gem "nokogiri", ">= 1.12.5"
4343

44-
gem "devise_token_auth", "~> 1.2", ">= 1.2.2"
44+
gem "devise_token_auth", "~> 1.2", ">= 1.2.6"
4545
gem "jsonapi-serializer"
4646
gem "pundit"
4747
gem "aasm"
4848
# https://github.com/aasm/aasm
49-
gem "after_commit_everywhere", "~> 1.4"
49+
gem "after_commit_everywhere", "~> 1.6"
5050
gem "config"
5151
gem "acts_as_tenant"
52-
gem "inline_svg", "~> 1.6"
52+
gem "inline_svg", "~> 1.10"
5353
gem "pagy", "~> 43"
5454
gem "seed-fu", "~> 2.3"
5555
gem "whenever", require: false
56-
gem "madmin", github: "excid3/madmin"
56+
gem "madmin", "~> 2.0"
5757
gem "valid_email2"
5858
gem "importmap-rails"
5959
gem "tailwindcss-rails", "~> 3.0"

0 commit comments

Comments
 (0)