From 2d947e4ba4b6b3b16e753ea809eba5ced79c4a7a Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Sun, 7 Apr 2019 14:54:18 -0500 Subject: [PATCH] Add active_interaction Going to use this gem to split up the large sections of code in the project to do multiple things. --- Gemfile | 2 ++ Gemfile.lock | 3 +++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 53865ad5..035ef4a8 100644 --- a/Gemfile +++ b/Gemfile @@ -48,6 +48,8 @@ gem 'bcrypt', '~> 3.1.7' gem "bootstrap-sass", "3.4.1" gem "font-awesome-sass", "~> 4.5.0" +gem "active_interaction", "~> 3.0" + group :development do gem "spring" gem "yard" diff --git a/Gemfile.lock b/Gemfile.lock index c6a69059..f46d36f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,6 +29,8 @@ GEM erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) + active_interaction (3.7.1) + activemodel (>= 4, < 7) activejob (5.2.2.1) activesupport (= 5.2.2.1) globalid (>= 0.3.6) @@ -278,6 +280,7 @@ DEPENDENCIES RedCloth aasm (~> 3.4.0) actionpack-xml_parser (~> 2.0) + active_interaction (~> 3.0) activemodel-serializers-xml (~> 1.0.1) acts_as_list bcrypt (~> 3.1.7)