Add active_interaction

Going to use this gem to split up the large sections of code in the
project to do multiple things.
This commit is contained in:
Matt Rogers 2019-04-07 14:54:18 -05:00
parent 93ed86b4c8
commit 2d947e4ba4
No known key found for this signature in database
GPG key ID: 605D017C07EB4316
2 changed files with 5 additions and 0 deletions

View file

@ -48,6 +48,8 @@ gem 'bcrypt', '~> 3.1.7'
gem "bootstrap-sass", "3.4.1" gem "bootstrap-sass", "3.4.1"
gem "font-awesome-sass", "~> 4.5.0" gem "font-awesome-sass", "~> 4.5.0"
gem "active_interaction", "~> 3.0"
group :development do group :development do
gem "spring" gem "spring"
gem "yard" gem "yard"

View file

@ -29,6 +29,8 @@ GEM
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3) rails-html-sanitizer (~> 1.0, >= 1.0.3)
active_interaction (3.7.1)
activemodel (>= 4, < 7)
activejob (5.2.2.1) activejob (5.2.2.1)
activesupport (= 5.2.2.1) activesupport (= 5.2.2.1)
globalid (>= 0.3.6) globalid (>= 0.3.6)
@ -278,6 +280,7 @@ DEPENDENCIES
RedCloth RedCloth
aasm (~> 3.4.0) aasm (~> 3.4.0)
actionpack-xml_parser (~> 2.0) actionpack-xml_parser (~> 2.0)
active_interaction (~> 3.0)
activemodel-serializers-xml (~> 1.0.1) activemodel-serializers-xml (~> 1.0.1)
acts_as_list acts_as_list
bcrypt (~> 3.1.7) bcrypt (~> 3.1.7)