updating bundle

okor 13 年之前
父節點
當前提交
c0d31fff75
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 2 0
      Gemfile
  2. 4 0
      Gemfile.lock

+ 2 - 0
Gemfile

@@ -2,4 +2,6 @@ source 'http://rubygems.org'
2 2
 
3 3
 gem 'sinatra'
4 4
 gem 'whois'
5
+gem 'haml'
6
+gem 'json'
5 7
 

+ 4 - 0
Gemfile.lock

@@ -1,6 +1,8 @@
1 1
 GEM
2 2
   remote: http://rubygems.org/
3 3
   specs:
4
+    haml (3.1.6)
5
+    json (1.7.3)
4 6
     rack (1.4.1)
5 7
     rack-protection (1.2.0)
6 8
       rack
@@ -15,5 +17,7 @@ PLATFORMS
15 17
   ruby
16 18
 
17 19
 DEPENDENCIES
20
+  haml
21
+  json
18 22
   sinatra
19 23
   whois