summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2017-03-15 00:29:56 +0100
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2017-03-15 00:29:56 +0100
commit3dcc6e4a59ff979c60950a4849ea1ae28a42395d (patch)
treebb4c3a2ad541d6ec32c406f2df704d140953b189
parent2e5767e71d86278517ca4ba313be1bcb85ae1dd4 (diff)
downloadecs-3dcc6e4a59ff979c60950a4849ea1ae28a42395d.tar.gz
ecs-3dcc6e4a59ff979c60950a4849ea1ae28a42395d.zip
Add new gems.
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock6
2 files changed, 8 insertions, 0 deletions
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