Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.
Open
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 @@ -74,7 +74,7 @@ gem "safely_block" # Error handling
# FILE & IMAGE PROCESSING
###############################################################################
gem "image_processing", "~> 1.2" # Active Storage image transformations
gem "active_storage_validations", "3.0.0" # File validations
gem "active_storage_validations", "3.0.2" # File validations
gem "rqrcode" # QR code generation

###############################################################################
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ GEM
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
active_storage_validations (3.0.0)
active_storage_validations (3.0.2)
activejob (>= 6.1.4)
activemodel (>= 6.1.4)
activestorage (>= 6.1.4)
Expand Down Expand Up @@ -121,7 +121,7 @@ GEM
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
benchmark (0.4.1)
bigdecimal (3.2.2)
bigdecimal (3.2.3)
bindata (2.5.1)
bindex (0.8.1)
blazer (3.3.0)
Expand Down Expand Up @@ -161,7 +161,7 @@ GEM
cmdstan (0.5.0)
csv
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
console1984 (0.2.2)
irb (~> 1.13)
parser
Expand Down Expand Up @@ -350,19 +350,19 @@ GEM
net-protocol
net-ssh (7.3.0)
nio4r (2.7.4)
nokogiri (1.18.8-aarch64-linux-gnu)
nokogiri (1.18.10-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.8-aarch64-linux-musl)
nokogiri (1.18.10-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.18.8-arm-linux-gnu)
nokogiri (1.18.10-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.8-arm-linux-musl)
nokogiri (1.18.10-arm-linux-musl)
racc (~> 1.4)
nokogiri (1.18.8-arm64-darwin)
nokogiri (1.18.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-linux-gnu)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-linux-musl)
nokogiri (1.18.10-x86_64-linux-musl)
racc (~> 1.4)
numo-narray (0.9.2.1)
observer (0.1.2)
Expand Down Expand Up @@ -424,7 +424,7 @@ GEM
railties (>= 4.2)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.16)
rack (3.2.1)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-cors (3.0.0)
Expand Down Expand Up @@ -722,7 +722,7 @@ PLATFORMS

DEPENDENCIES
aasm
active_storage_validations (= 3.0.0)
active_storage_validations (= 3.0.2)
acts_as_paranoid (~> 0.10.3)
actual_db_schema
ahoy_email
Expand Down
Loading