Commit dc158af665a32a28e19ef7efd849fdb7f22e7b6c

Authored by Marin Jankovski
1 parent 8a3807c8

Add org-ruby for rendering .org files.

Showing 2 changed files with 5 additions and 0 deletions   Show diff stats
Gemfile
... ... @@ -85,6 +85,7 @@ gem "seed-fu"
85 85 # Markdown to HTML
86 86 gem "redcarpet", "~> 2.2.2"
87 87 gem "github-markup"
  88 +gem "org-ruby" # For rendering .org files
88 89  
89 90 # Diffs
90 91 gem 'diffy', '~> 3.0.3'
... ...
Gemfile.lock
... ... @@ -319,6 +319,8 @@ GEM
319 319 omniauth-twitter (1.0.1)
320 320 multi_json (~> 1.3)
321 321 omniauth-oauth (~> 1.0)
  322 + org-ruby (0.9.6)
  323 + rubypants (>= 0.2.0)
322 324 orm_adapter (0.5.0)
323 325 pg (0.15.1)
324 326 phantomjs (1.9.2.0)
... ... @@ -427,6 +429,7 @@ GEM
427 429 rspec-mocks (~> 2.14.0)
428 430 ruby-progressbar (1.2.0)
429 431 rubyntlm (0.1.1)
  432 + rubypants (0.2.0)
430 433 rugged (0.19.0)
431 434 safe_yaml (0.9.7)
432 435 sanitize (2.1.0)
... ... @@ -625,6 +628,7 @@ DEPENDENCIES
625 628 omniauth-github
626 629 omniauth-google-oauth2
627 630 omniauth-twitter
  631 + org-ruby
628 632 pg
629 633 poltergeist (~> 1.4.1)
630 634 protected_attributes
... ...