Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Apr 2, 2024
2 parents e1487d3 + 3cbd2bc commit fb79080
Show file tree
Hide file tree
Showing 15 changed files with 333 additions and 281 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ARG BUILD_DATE
ARG VCS_REF
ARG TAG

ARG ZEALOT_VERSION="5.2.0"
ARG ZEALOT_VERSION="5.2.1"
ARG REPLACE_CHINA_MIRROR="true"
ARG ORIGINAL_REPO_URL="dl-cdn.alpinelinux.org"
ARG MIRROR_REPO_URL="mirrors.ustc.edu.cn"
Expand Down
16 changes: 8 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'lograge', '~> 0.14.0'

# API
gem 'active_model_serializers', '~> 0.10.14'
gem 'graphql', '~> 2.2.10'
gem 'graphql', '~> 2.3.0'
gem 'rack-cors', '~> 2.0.2'
gem 'health_check', '~> 3.1.0'
gem 'tiny_appstore_connect', '~> 0.1.12'
Expand All @@ -38,12 +38,12 @@ gem 'friendly_id', '~> 5.5.1'
## 数据分页
gem 'kaminari', '~> 1.2.2'
## 文件上传
gem 'carrierwave', '~> 3.0.4'
gem 'carrierwave', '~> 3.0.7'
gem 'webp-ffi', '~> 0.4.0'

# Helper
## HTTP 请求
gem 'faraday', '~> 2.8.1'
gem 'faraday', '~> 2.9.0'

## 用户认证
gem 'pundit', '~> 2.3.1'
Expand All @@ -65,7 +65,7 @@ gem 'plist', '~> 3.7.1'
## 系统信息
gem 'sys-filesystem', '~> 1.4.4'
gem 'vmstat', '~> 2.3.0'
gem 'pghero', '~> 3.4.0'
gem 'pghero', '~> 3.4.1'

## 异常报错上报
gem 'sentry-ruby'
Expand All @@ -88,7 +88,7 @@ gem 'sidekiq-failures', '~> 1.0.4'
## jsbundling-rails, cssbundling-rails 仅生成配置文件到项目组,核心还是 package.json 中 build/build:css 部分。
gem 'propshaft', '0.8.0'
gem 'jsbundling-rails', '~> 1.3'
gem 'cssbundling-rails', '~> 1.3'
gem 'cssbundling-rails', '~> 1.4'
## Javascript
gem 'stimulus-rails', '~> 1.3.3'
gem 'turbo-rails', '~> 1.5'
Expand All @@ -104,21 +104,21 @@ gem 'bootsnap', '>= 1.4.7', require: false

group :development do
# 调试控制台
gem 'listen', '>= 3.0.5', '< 3.9'
gem 'listen', '>= 3.0.5', '< 3.10'
gem 'web-console', '>= 3.3.0'
gem 'graphiql-rails'

# 调试器
## VSCode debug: https://marketplace.visualstudio.com/items?itemName=KoichiSasada.vscode-rdbg
gem 'debug', '~> 1.9.1'
gem 'debug', '~> 1.9.2'

# rails 更友好错误输出
gem 'awesome_print'
gem 'better_errors'
gem 'binding_of_caller'

# 在线查看 Action Mailer 内容
gem 'letter_opener', '~> 1.8'
gem 'letter_opener', '~> 1.9'
gem 'letter_opener_web', '~> 2.0'
end

Expand Down
Loading

0 comments on commit fb79080

Please sign in to comment.