diff --git a/Gemfile b/Gemfile index e07a641..e046136 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ source :rubyforge +gem 'haml' gem 'sinatra' gem 'thin' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 31f46ab..fb6184e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,6 +3,7 @@ GEM specs: daemons (1.1.4) eventmachine (0.12.10) + haml (3.0.22) rack (1.3.2) sinatra (1.2.6) rack (~> 1.1) @@ -17,5 +18,6 @@ PLATFORMS ruby DEPENDENCIES + haml sinatra thin