mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
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:
parent
93ed86b4c8
commit
2d947e4ba4
2 changed files with 5 additions and 0 deletions
2
Gemfile
2
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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue