Browse code

updated gems

Brandon Mathis authored on 29/12/2012 at 08:15:19
Showing 2 changed files
... ...
@@ -1,18 +1,18 @@
1 1
 source "http://rubygems.org"
2 2
 
3 3
 group :development do
4
-  gem 'rake', '~> 0.9.2'
4
+  gem 'rake', '~> 0.9'
5 5
   gem 'rack', '~> 1.4.1'
6
-  gem 'jekyll', '~> 0.11.2'
6
+  gem 'jekyll', '~> 0.12'
7 7
   gem 'rdiscount', '~> 1.6.8'
8
-  gem 'pygments.rb', '~> 0.2.12'
8
+  gem 'pygments.rb', '~> 0.3.4'
9 9
   gem 'RedCloth', '~> 4.2.9'
10
-  gem 'haml', '~> 3.1.6'
11
-  gem 'compass', '~> 0.12.1'
10
+  gem 'haml', '~> 3.1.7'
11
+  gem 'compass', '~> 0.12.2'
12 12
   gem 'rubypants', '~> 0.2.0'
13 13
   gem 'rb-fsevent', '~> 0.9'
14 14
   gem 'stringex', '~> 1.4.0'
15 15
   gem 'liquid', '~> 2.3.0'
16 16
 end
17 17
 
18
-gem 'sinatra', '~> 1.3.2'
18
+gem 'sinatra', '~> 1.3.3'
... ...
@@ -2,9 +2,6 @@ GEM
2 2
   remote: http://rubygems.org/
3 3
   specs:
4 4
     RedCloth (4.2.9)
5
-    albino (1.3.3)
6
-      posix-spawn (>= 0.3.6)
7
-    blankslate (2.1.2.4)
8 5
     chunky_png (1.2.5)
9 6
     classifier (1.3.3)
10 7
       fast-stemmer (>= 1.0.0)
... ...
@@ -14,56 +11,54 @@ GEM
14 14
       sass (~> 3.1)
15 15
     directory_watcher (1.4.1)
16 16
     fast-stemmer (1.0.1)
17
-    ffi (1.0.11)
18 17
     fssm (0.2.9)
19
-    haml (3.1.6)
20
-    jekyll (0.11.2)
21
-      albino (~> 1.3)
18
+    haml (3.1.7)
19
+    jekyll (0.12.0)
22 20
       classifier (~> 1.3)
23 21
       directory_watcher (~> 1.1)
24
-      kramdown (~> 0.13)
22
+      kramdown (~> 0.13.4)
25 23
       liquid (~> 2.3)
26 24
       maruku (~> 0.5)
27
-    kramdown (0.13.7)
25
+      pygments.rb (~> 0.3.2)
26
+    kramdown (0.13.8)
28 27
     liquid (2.3.0)
29
-    maruku (0.6.0)
28
+    maruku (0.6.1)
30 29
       syntax (>= 1.0.0)
31 30
     posix-spawn (0.3.6)
32
-    pygments.rb (0.2.13)
33
-      rubypython (~> 0.5.3)
31
+    pygments.rb (0.3.4)
32
+      posix-spawn (~> 0.3.6)
33
+      yajl-ruby (~> 1.1.0)
34 34
     rack (1.4.1)
35
-    rack-protection (1.2.0)
35
+    rack-protection (1.3.2)
36 36
       rack
37 37
     rake (0.9.2.2)
38 38
     rb-fsevent (0.9.1)
39 39
     rdiscount (1.6.8)
40 40
     rubypants (0.2.0)
41
-    rubypython (0.5.3)
42
-      blankslate (>= 2.1.2.3)
43
-      ffi (~> 1.0.7)
44 41
     sass (3.1.20)
45
-    sinatra (1.3.2)
42
+    sinatra (1.3.3)
46 43
       rack (~> 1.3, >= 1.3.6)
47 44
       rack-protection (~> 1.2)
48 45
       tilt (~> 1.3, >= 1.3.3)
49 46
     stringex (1.4.0)
50 47
     syntax (1.0.0)
51 48
     tilt (1.3.3)
49
+    yajl-ruby (1.1.0)
52 50
 
53 51
 PLATFORMS
54 52
   ruby
55 53
 
56 54
 DEPENDENCIES
57 55
   RedCloth (~> 4.2.9)
58
-  compass (~> 0.12.1)
59
-  haml (~> 3.1.6)
60
-  jekyll (~> 0.11.2)
56
+  compass (~> 0.12.2)
57
+  haml (~> 3.1.7)
58
+  jekyll (~> 0.12)
61 59
   liquid (~> 2.3.0)
62
-  pygments.rb (~> 0.2.12)
60
+  pygments.rb (~> 0.3.4)
63 61
   rack (~> 1.4.1)
64
-  rake (~> 0.9.2)
62
+  rake (~> 0.9)
65 63
   rb-fsevent (~> 0.9)
66 64
   rdiscount (~> 1.6.8)
67 65
   rubypants (~> 0.2.0)
68
-  sinatra (~> 1.3.2)
66
+  sinatra (~> 1.3.3)
69 67
   stringex (~> 1.4.0)