Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump friendly_id from 5.5.0 to 5.5.1 #1351

Merged
merged 1 commit into from
Dec 7, 2023
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'simple_form', '~> 5.3'

# Model
## 生成友好 id
gem 'friendly_id', '~> 5.5.0'
gem 'friendly_id', '~> 5.5.1'
## 数据分页
gem 'kaminari', '~> 1.2.2'
## 文件上传
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GEM
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
drb (2.1.1)
drb (2.2.0)
ruby2_keywords
erubi (1.12.0)
et-orbi (1.2.7)
Expand All @@ -169,7 +169,7 @@ GEM
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
friendly_id (5.5.0)
friendly_id (5.5.1)
activerecord (>= 4.0.0)
fugit (1.8.1)
et-orbi (~> 1, >= 1.2.7)
Expand Down Expand Up @@ -274,7 +274,7 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.3.0)
mutex_m (0.1.2)
mutex_m (0.2.0)
net-imap (0.4.1)
date
net-protocol
Expand Down Expand Up @@ -526,7 +526,7 @@ GEM
unicode-display_width (>= 1.1.1, < 3)
thor (1.3.0)
tilt (2.3.0)
timeout (0.4.0)
timeout (0.4.1)
tiny_appstore_connect (0.1.12)
CFPropertyList (>= 2.3.4, < 3.1.0)
faraday (>= 1.10.0, < 3.0)
Expand Down Expand Up @@ -586,7 +586,7 @@ DEPENDENCIES
devise-i18n (~> 1.12.0)
dotenv-rails
faraday (~> 2.7.12)
friendly_id (~> 5.5.0)
friendly_id (~> 5.5.1)
gitlab_omniauth-ldap (~> 2.2.0)
graphiql-rails
graphql (~> 2.1.7)
Expand Down