Skip to content

Commit

Permalink
gemfile maruku fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefl committed Nov 5, 2012
1 parent c947f80 commit df3438a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
@@ -1,5 +1,6 @@
source :rubygems
ruby '1.9.3'
gem 'maruku', :git =>"git://github.com/stefl/maruku.git"
gem 'rake'
gem 'sinatra-flash', :require => 'sinatra/flash'
gem 'haml'
Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock
Expand Up @@ -10,6 +10,13 @@ GIT
liquid (~> 2.3)
maruku (~> 0.5)

GIT
remote: git://github.com/stefl/maruku.git
revision: de2cb76356b8831786a6bdb8c46f95273f2f30f5
specs:
maruku (0.6.0)
nokogiri (~> 1.5)

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -72,8 +79,6 @@ GEM
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
maruku (0.6.0)
syntax (>= 1.0.0)
mime-types (1.18)
mongoid (3.0.3)
activemodel (~> 3.1)
Expand All @@ -84,6 +89,7 @@ GEM
multi_json (1.3.4)
multipart-post (1.1.5)
netrc (0.7.7)
nokogiri (1.5.5)
oauth (0.4.6)
origin (1.0.6)
padrino (0.10.5)
Expand Down Expand Up @@ -147,7 +153,6 @@ GEM
susy (1.0.rc.0)
compass (>= 0.12.2.rc.0)
sass (>= 3.2.0.alpha.237)
syntax (1.0.0)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
Expand Down Expand Up @@ -179,6 +184,7 @@ DEPENDENCIES
hashie
hirefire
jekyll!
maruku!
mongoid
padrino (= 0.10.5)
rake
Expand Down

0 comments on commit df3438a

Please sign in to comment.