1
0
Fork 0

Configure Interactor

This commit is contained in:
Alex Kotov 2018-12-01 05:07:30 +05:00
parent ddc768410c
commit 51bf02349a
No known key found for this signature in database
GPG Key ID: 4E831250F47DE154
2 changed files with 6 additions and 0 deletions

View File

@ -88,6 +88,10 @@ gem 'rolify', '~> 5.2'
# Object oriented authorization for Rails applications.
gem 'pundit', '~> 2.0'
# Interactor provides a common interface
# for performing complex user interactions.
gem 'interactor', '~> 3.1'
group :development, :test do
# factory_bot provides a framework and DSL for defining and using factories.
gem 'factory_bot_rails', '~> 4.10'

View File

@ -151,6 +151,7 @@ GEM
domain_name (~> 0.5)
i18n (1.1.1)
concurrent-ruby (~> 1.0)
interactor (3.1.1)
jaro_winkler (1.5.1)
jquery-rails (4.3.3)
rails-dom-testing (>= 1, < 3)
@ -370,6 +371,7 @@ DEPENDENCIES
factory_bot_rails (~> 4.10)
faker (~> 1.8)
font-awesome-sass (~> 5.5.0)
interactor (~> 3.1)
jquery-rails (~> 4.3)
listen (>= 3.0.5, < 3.2)
mini_racer