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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ group :production do
gem "passenger", "~> 6.0"
end

gem "active_storage_validations", "~> 4.0"
gem "active_storage_validations", "~> 4.1"
gem "acts_as_list", "~> 1.2"
gem "friendly_id", "~> 5.7"
gem "record_tag_helper", "~> 1.0" # Add helpers removed from Rails core in Rails 5
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ GEM
rails-html-sanitizer (~> 1.6)
active_record_doctor (2.0.1)
activerecord (>= 7.0.0)
active_storage_validations (4.0.0)
active_storage_validations (4.1.0)
activejob (>= 7.0.1)
activemodel (>= 7.0.1)
activestorage (>= 7.0.1)
Expand Down Expand Up @@ -422,7 +422,7 @@ GEM
puma (8.0.2)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.6)
rack (3.2.7)
rack-mini-profiler (4.0.1)
rack (>= 1.2.0)
rack-oauth2 (2.3.0)
Expand Down Expand Up @@ -672,7 +672,7 @@ PLATFORMS
DEPENDENCIES
action_policy (~> 0.7)
active_record_doctor
active_storage_validations (~> 4.0)
active_storage_validations (~> 4.1)
acts_as_list (~> 1.2)
addressable (~> 2.9)
anyway_config (~> 2.8)
Expand Down Expand Up @@ -763,7 +763,7 @@ CHECKSUMS
actiontext (8.1.3.1) sha256=5da729d833d1a29cddb1eee938878e55e503d2613e00e735f5daf58c2ba98af2
actionview (8.1.3.1) sha256=2da68b8414c47b43bfbed1ce69c5afe1c04f78c267aacb5660a4cab5ca12cfb6
active_record_doctor (2.0.1) sha256=7af0ac02195385c8f2f67d0e4ebe72b1fc79d65eaaf329e0db07f4d12a84069a
active_storage_validations (4.0.0) sha256=ee590234ba7c1755c2b3f67d953004c36166ec1232ba9afafc6f0da78fac87b9
active_storage_validations (4.1.0) sha256=030af632e45ab837615d46e0b8ac5ec1216a2f9209b41e4bf82cd7f137ec432d
activejob (8.1.3.1) sha256=1c8dd275df930df40deecffec63d913a550a33fd94bd298f69721dd96939954a
activemodel (8.1.3.1) sha256=99cc02ce2faec371d14440949d85787ebd23a907c9baef0a9d4bcd4d21888f88
activerecord (8.1.3.1) sha256=0a2fb6c28f4938f6b013a3a549bec0a7e37d535f3dc8990e804bcc3258c0403b
Expand Down Expand Up @@ -899,7 +899,7 @@ CHECKSUMS
public_suffix (7.0.5) sha256=1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623
puma (8.0.2) sha256=c8ed871dfbbe66448ea9ffd46692342d9804d4071522b52b5331b7b6e7b686fb
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
rack (3.2.7) sha256=93e13e1c24f93556671d85d2d79fa228c3485815c50d7e2f265b5330c6528fb7
rack-mini-profiler (4.0.1) sha256=485810c23211f908196c896ea10cad72ed68780ee2998bec1f1dfd7558263d78
rack-oauth2 (2.3.0) sha256=43e02cf73f13886a0a06499603caeec58aeba6eae1fefc4977c9678b7652c632
rack-protection (4.2.1) sha256=cf6e2842df8c55f5e4d1a4be015e603e19e9bc3a7178bae58949ccbb58558bac
Expand Down
Loading