diff --git a/Gemfile b/Gemfile index 7e62a9e..99b0190 100644 --- a/Gemfile +++ b/Gemfile @@ -85,4 +85,6 @@ gem 'dragonfly-s3_data_store' gem 'unf' gem 'haml' +gem 'skylight' + gem 'slugtastic' diff --git a/Gemfile.lock b/Gemfile.lock index d0ca70d..a37571a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,6 +4,16 @@ GIT specs: exception_notification (1.0.0) +GIT + remote: https://github.com/tmm1/rbtrace + revision: 5830d1fd91f1338250316ff867ce1aadb73ac52d + branch: master + specs: + rbtrace (0.4.7) + ffi (>= 1.0.6) + msgpack (>= 0.4.3) + trollop (>= 1.16.2) + GEM remote: http://rubygems.org/ specs: @@ -103,6 +113,7 @@ GEM factory_girl_rails (4.5.0) factory_girl (~> 4.5.0) railties (>= 3.0.0) + ffi (1.9.10) fivemat (1.3.1) fog-aws (0.7.6) fog-core (~> 1.27) @@ -122,6 +133,8 @@ GEM fog-xml (0.1.2) fog-core nokogiri (~> 1.5, >= 1.5.11) + foreman (0.78.0) + thor (~> 0.19.1) formatador (0.2.5) haml (4.0.7) tilt @@ -144,6 +157,7 @@ GEM mime-types (2.6.2) mini_portile (0.6.2) minitest (5.8.1) + msgpack (0.6.2) multi_json (1.11.2) net-scp (1.2.1) net-ssh (>= 2.6.5) @@ -246,6 +260,8 @@ GEM json (~> 1.8) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) + skylight (0.8.1) + activesupport (>= 3.0.0) slop (3.6.0) slugtastic (1.2.1) sprockets (3.4.0) @@ -262,6 +278,7 @@ GEM thor (0.19.1) thread_safe (0.3.5) tilt (2.0.1) + trollop (2.1.2) tunnel (0.0.3) highline (~> 1.6) thor @@ -300,6 +317,7 @@ DEPENDENCIES exception_notification! factory_girl_rails fivemat + foreman haml hpricot jquery-rails @@ -312,6 +330,7 @@ DEPENDENCIES puma rails (~> 4.1.0) rails_12factor + rbtrace! redcarpet rspec-rails rubocop @@ -322,6 +341,7 @@ DEPENDENCIES shoulda-matchers simple_form simplecov + skylight slugtastic sqlite3 squeel @@ -329,3 +349,6 @@ DEPENDENCIES uglifier unf will_paginate + +BUNDLED WITH + 1.10.6