Skip to content

Commit

Permalink
add interactor gem
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Aug 26, 2024
1 parent 9caebcf commit c3f823b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ gem "bootsnap", require: false
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin Ajax possible
# gem "rack-cors"

# High-level app logic
gem "interactor", "~> 3.0"

# Use the vault-ruby gem to interact with HashiCorp Vault
gem "vault"

Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ GEM
activesupport (>= 6.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
interactor (3.1.2)
io-console (0.7.2)
irb (1.14.0)
rdoc (>= 4.0.0)
Expand Down Expand Up @@ -270,6 +271,7 @@ DEPENDENCIES
bootsnap
brakeman
debug
interactor (~> 3.0)
jwt
puma (>= 5.0)
rails (~> 7.2.0)
Expand Down

0 comments on commit c3f823b

Please sign in to comment.