Skip to content

Commit

Permalink
Add interaction gem (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: alkeshghorpade <alkesh26@gmail.com>
  • Loading branch information
rohitjoshixyz and alkesh26 authored Apr 12, 2022
1 parent 215522e commit 1b8c564
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,6 @@ gem "data_migrate", "~> 8.0.0.rc2"

# pagy for Pagination
gem "pagy", "~> 5.10"

# Manage application specific business logic. https://github.com/AaronLasseigne/active_interaction
gem "active_interaction"
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ GEM
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_interaction (4.1.0)
activemodel (>= 5, < 8)
activesupport (>= 5, < 8)
activejob (7.0.1)
activesupport (= 7.0.1)
globalid (>= 0.3.6)
Expand Down Expand Up @@ -466,6 +469,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
active_interaction
annotate
aws-sdk-s3
bootsnap (>= 1.4.4)
Expand Down

0 comments on commit 1b8c564

Please sign in to comment.