mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 14:16:00 +01:00
Add discard
This commit is contained in:
parent
216e6003c0
commit
397ea9eaa4
2 changed files with 4 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -23,6 +23,7 @@ gem "colorize"
|
|||
gem "devise", "~> 4.0"
|
||||
gem "devise-async"
|
||||
gem "devise-i18n"
|
||||
gem "discard"
|
||||
gem "fog-aws"
|
||||
gem "fog-core"
|
||||
gem "fog-local"
|
||||
|
|
|
@ -148,6 +148,8 @@ GEM
|
|||
devise (>= 4.8.0)
|
||||
diff-lcs (1.5.0)
|
||||
digest (3.1.0)
|
||||
discard (1.2.1)
|
||||
activerecord (>= 4.2, < 8)
|
||||
docile (1.4.0)
|
||||
domain_name (0.5.20190701)
|
||||
unf (>= 0.0.5, < 1.0.0)
|
||||
|
@ -602,6 +604,7 @@ DEPENDENCIES
|
|||
devise (~> 4.0)
|
||||
devise-async
|
||||
devise-i18n
|
||||
discard
|
||||
dry-initializer (~> 3.1)
|
||||
dry-types (~> 1.4)
|
||||
factory_bot_rails
|
||||
|
|
Loading…
Reference in a new issue