Skip to content

Commit

Permalink
add-bluecloth-gem
Browse files Browse the repository at this point in the history
You may need to install the relevant ruby gem: either BlueCloth
(markdown) or RedCloth (textile).   Do this by adding

    gem "bluecloth"

to your Gemfile and then running


    $ bundle install
  • Loading branch information
bryanlarsen authored and iox committed Aug 12, 2013
1 parent 164f6be commit dbc0c3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -48,3 +48,4 @@ gem "hobo_bootstrap_ui", "2.0.0.pre8"
gem "jquery-ui-themes", "~> 0.0.4"

gem "acts_as_list"
gem "bluecloth"
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -36,6 +36,7 @@ GEM
multi_json (~> 1.0)
acts_as_list (0.1.9)
arel (3.0.2)
bluecloth (2.2.0)
bootstrap-datepicker-rails (0.6.35)
railties (>= 3.0)
bootstrap-sass (2.2.2.0)
Expand Down Expand Up @@ -155,6 +156,7 @@ PLATFORMS

DEPENDENCIES
acts_as_list
bluecloth
coffee-rails (~> 3.2.1)
hobo (= 2.0.0.pre8)
hobo_bootstrap (= 2.0.0.pre8)
Expand Down

0 comments on commit dbc0c3d

Please sign in to comment.