Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.1
4.0.2
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co

## Project Overview

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.
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.

## Development Commands

Expand Down
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem "turbo-rails", "~> 2.0.3"
gem "stimulus-rails", "~> 1.0", ">= 1.0.2"

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

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

gem "devise_token_auth", "~> 1.2", ">= 1.2.2"
gem "devise_token_auth", "~> 1.2", ">= 1.2.6"
gem "jsonapi-serializer"
gem "pundit"
gem "aasm"
# https://github.com/aasm/aasm
gem "after_commit_everywhere", "~> 1.4"
gem "after_commit_everywhere", "~> 1.6"
gem "config"
gem "acts_as_tenant"
gem "inline_svg", "~> 1.6"
gem "inline_svg", "~> 1.10"
gem "pagy", "~> 43"
gem "seed-fu", "~> 2.3"
gem "whenever", require: false
gem "madmin", github: "excid3/madmin"
gem "madmin", "~> 2.0"
gem "valid_email2"
gem "importmap-rails"
gem "tailwindcss-rails", "~> 3.0"
Expand Down
31 changes: 13 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
GIT
remote: https://github.com/excid3/madmin.git
revision: ddfac1771a476183965fcb675e502fd9fbbed752
specs:
madmin (2.3.2)
importmap-rails
pagy (>= 3.5)
propshaft
rails (>= 7.0.0)
stimulus-rails
turbo-rails

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -215,6 +203,13 @@ GEM
loofah (2.25.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
madmin (2.3.2)
importmap-rails
pagy (>= 3.5)
propshaft
rails (>= 7.0.0)
stimulus-rails
turbo-rails
mail (2.9.0)
logger
mini_mime (>= 0.1.1)
Expand Down Expand Up @@ -487,22 +482,22 @@ PLATFORMS
DEPENDENCIES
aasm
acts_as_tenant
after_commit_everywhere (~> 1.4)
after_commit_everywhere (~> 1.6)
bootsnap (>= 1.4.2)
brakeman
bundler-audit
capybara (>= 3.39)
config
csv (~> 3.3)
debug
devise_token_auth (~> 1.2, >= 1.2.2)
devise_token_auth (~> 1.2, >= 1.2.6)
erb_lint
image_processing (~> 1.12)
importmap-rails
inline_svg (~> 1.6)
jbuilder (~> 2.12)
inline_svg (~> 1.10)
jbuilder (~> 2.14)
jsonapi-serializer
madmin!
madmin (~> 2.0)
mailbin
minitest-mock
mission_control-jobs
Expand Down Expand Up @@ -532,7 +527,7 @@ DEPENDENCIES
whenever

RUBY VERSION
ruby 4.0.1
ruby 4.0.2

BUNDLED WITH
4.0.3