diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2019-03-12 21:50:00 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2019-03-12 21:50:00 -0400 |
commit | 7789e2138fc0479846c20bc68d68973636a4a760 (patch) | |
tree | ef14af7a0a6e0de8f086a2b2db877840eb48904c /Gemfile | |
parent | 7a2d945f581c8ce9e322883ec597366143fe10cb (diff) | |
download | thoughts-7789e2138fc0479846c20bc68d68973636a4a760.tar.gz thoughts-7789e2138fc0479846c20bc68d68973636a4a760.tar.bz2 thoughts-7789e2138fc0479846c20bc68d68973636a4a760.zip |
Started game tracker
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index 0bf9828..d57baba 100644 --- a/Gemfile +++ b/Gemfile | |||
@@ -72,3 +72,5 @@ gem 'pokeviewer', github: "hatkirby/pokeviewer" | |||
72 | gem 'acts-as-taggable-on' | 72 | gem 'acts-as-taggable-on' |
73 | gem 'jquery-ui-rails' | 73 | gem 'jquery-ui-rails' |
74 | gem 'js-routes' | 74 | gem 'js-routes' |
75 | gem 'audited', '~> 4.7' | ||
76 | gem 'enumerize' | ||