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 "font-awesome-sass", "~> 4.5.0"
gem "active_interaction", "~> 3.0"
group :development do
gem "spring"
gem "yard"