Skip to content

Commit a35a794

Browse files
committedApr 25, 2013
removing haml from file
1 parent 06c5ea8 commit a35a794

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed
 

‎Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ gem 'data_mapper'
55

66
gem 'pg'
77
gem 'dm-postgres-adapter'
8+
gem 'haml'
89
gem "sinatra-authentication"

‎Gemfile.lock

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ GEM
5252
do_postgres (0.10.12)
5353
data_objects (= 0.10.12)
5454
fastercsv (1.5.5)
55+
haml (4.0.2)
56+
tilt
5557
json (1.7.7)
5658
json_pure (1.7.7)
5759
multi_json (1.7.2)
@@ -88,6 +90,7 @@ PLATFORMS
8890
DEPENDENCIES
8991
data_mapper
9092
dm-postgres-adapter
93+
haml
9194
pg
9295
sinatra
9396
sinatra-authentication

‎app.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
require 'rubygems'
22
require 'sinatra'
3-
require 'haml'
43
require 'data_mapper'
54
require 'sinatra-authentication'
65

0 commit comments

Comments
 (0)
Please sign in to comment.