mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Add basic interactor/organizer support
This commit is contained in:
parent
0570e4352f
commit
4b980a07f5
8 changed files with 113 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -2,6 +2,8 @@ source 'https://rubygems.org'
|
|||
|
||||
# core
|
||||
gem 'bootsnap', '>= 1.1.0', require: false
|
||||
gem 'interactor', '~> 3.0'
|
||||
gem 'interactor-rails', '~> 2.0'
|
||||
gem 'iso8601', '0.12.1' # for dates and times
|
||||
gem 'rails', '~> 6.0'
|
||||
gem 'rest-client'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue