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 @@ -24,7 +24,7 @@ gem "rails", "~> 8.0.2"
gem 'aws-sdk-s3', require: false
gem 'azure-storage-blob'
# Adds soft delete functionality for models.
gem 'discard', '~> 1.3'
gem 'discard', '~> 2.0'
# Treats attributes like money, which knows about dollars and cents.
gem "money-rails"
# Tracks history / audits models.
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ GEM
activesupport
tzinfo
coderay (1.1.3)
concurrent-ruby (1.3.6)
concurrent-ruby (1.3.7)
connection_pool (3.0.2)
crack (1.0.1)
bigdecimal
Expand Down Expand Up @@ -199,8 +199,8 @@ GEM
actionmailer (>= 5.0)
devise (>= 4.6)
diff-lcs (1.6.2)
discard (1.4.0)
activerecord (>= 4.2, < 9.0)
discard (2.0.0)
activerecord (>= 7.0, < 9.0)
docile (1.4.0)
dotenv (3.2.0)
dotenv-rails (3.2.0)
Expand Down Expand Up @@ -320,7 +320,7 @@ GEM
hashery (2.1.2)
hashie (5.1.0)
logger
i18n (1.14.8)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
icalendar (2.12.1)
base64
Expand Down Expand Up @@ -793,7 +793,7 @@ DEPENDENCIES
delayed_job_web
devise (>= 4.7.1)
devise_invitable
discard (~> 1.3)
discard (~> 2.0)
dotenv-rails
dry-struct
erb_lint
Expand Down
Loading