mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-09 17:14:20 +01: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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue