diff options
author | tbuehlmann <tobias.buehlmann@gmx.de> | 2013-02-03 09:30:16 +0100 |
---|---|---|
committer | tbuehlmann <tobias.buehlmann@gmx.de> | 2013-02-03 09:30:16 +0100 |
commit | 98bfd0502409f5b41975aae224d05296c0ea173b (patch) | |
tree | 1856d0948df659875a6d07626ea074065df74bfe /Gemfile | |
parent | 03c619322017a60c27b516a925a75c2c5dc8c2dd (diff) |
Several things.
- Using Slim instead of Haml.
- Having a before filter for having flash functionality.
- Using Bundler.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +source 'https://rubygems.org' + +gem 'sinatra', '~> 1.3' +gem 'slim', '~> 1.3' |