mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-23 10:31:50 +00:00
fix: faltaban algunos require
This commit is contained in:
parent
464ff4841b
commit
9661a34a04
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -38,7 +38,7 @@ gem 'commonmarker'
|
||||||
gem 'devise'
|
gem 'devise'
|
||||||
gem 'devise-i18n'
|
gem 'devise-i18n'
|
||||||
gem 'devise_invitable'
|
gem 'devise_invitable'
|
||||||
gem 'distributed-press-api-client', '~> 0.2.0'
|
gem 'distributed-press-api-client', '~> 0.2.1'
|
||||||
gem 'email_address', git: 'https://github.com/fauno/email_address', branch: 'i18n'
|
gem 'email_address', git: 'https://github.com/fauno/email_address', branch: 'i18n'
|
||||||
gem 'exception_notification'
|
gem 'exception_notification'
|
||||||
gem 'fast_blank'
|
gem 'fast_blank'
|
||||||
|
|
|
@ -704,7 +704,7 @@ DEPENDENCIES
|
||||||
devise
|
devise
|
||||||
devise-i18n
|
devise-i18n
|
||||||
devise_invitable
|
devise_invitable
|
||||||
distributed-press-api-client (~> 0.2.0)
|
distributed-press-api-client (~> 0.2.1)
|
||||||
dotenv-rails
|
dotenv-rails
|
||||||
down
|
down
|
||||||
ed25519
|
ed25519
|
||||||
|
|
Loading…
Reference in a new issue