From 3dcc6e4a59ff979c60950a4849ea1ae28a42395d Mon Sep 17 00:00:00 2001 From: Heiko Bernloehr Date: Wed, 15 Mar 2017 00:29:56 +0100 Subject: [PATCH] Add new gems. --- Gemfile | 2 ++ Gemfile.lock | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/Gemfile b/Gemfile index b2ad372..c64535d 100644 --- a/Gemfile +++ b/Gemfile @@ -39,3 +39,5 @@ gem 'spring', group: :development # gem 'debugger', group: [:development, :test] gem "pg" +gem "haml", "4.0.5" +gem "simple-navigation" diff --git a/Gemfile.lock b/Gemfile.lock index 0004f02..dc245ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,6 +38,8 @@ GEM coffee-script-source (1.3.3) erubis (2.7.0) execjs (2.2.1) + haml (4.0.5) + tilt hike (1.2.1) i18n (0.6.9) jbuilder (2.1.3) @@ -82,6 +84,8 @@ GEM sdoc (0.4.1) json (~> 1.7, >= 1.7.7) rdoc (~> 4.0) + simple-navigation (4.0.4) + activesupport (>= 2.3.2) spring (1.1.3) sprockets (2.12.3) hike (~> 1.2) @@ -109,12 +113,14 @@ PLATFORMS DEPENDENCIES coffee-rails (~> 4.0.0) + haml (= 4.0.5) jbuilder (~> 2.0) jquery-rails pg rails (= 4.1.8) sass-rails (~> 4.0.3) sdoc (~> 0.4.0) + simple-navigation spring sqlite3 turbolinks -- 2.11.4.GIT