We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c5ea8 commit a35a794Copy full SHA for a35a794
Gemfile
@@ -5,4 +5,5 @@ gem 'data_mapper'
5
6
gem 'pg'
7
gem 'dm-postgres-adapter'
8
+gem 'haml'
9
gem "sinatra-authentication"
Gemfile.lock
@@ -52,6 +52,8 @@ GEM
52
do_postgres (0.10.12)
53
data_objects (= 0.10.12)
54
fastercsv (1.5.5)
55
+ haml (4.0.2)
56
+ tilt
57
json (1.7.7)
58
json_pure (1.7.7)
59
multi_json (1.7.2)
@@ -88,6 +90,7 @@ PLATFORMS
88
90
DEPENDENCIES
89
91
data_mapper
92
dm-postgres-adapter
93
+ haml
94
pg
95
sinatra
96
sinatra-authentication
app.rb
@@ -1,6 +1,5 @@
1
require 'rubygems'
2
require 'sinatra'
3
-require 'haml'
4
require 'data_mapper'
require 'sinatra-authentication'
0 commit comments