parent
995e656add
commit
0023a27ec0
2 changed files with 5 additions and 0 deletions
3
Gemfile
3
Gemfile
|
@ -72,6 +72,9 @@ gem "seed-fu"
|
||||||
gem "redcarpet", "~> 2.2.2"
|
gem "redcarpet", "~> 2.2.2"
|
||||||
gem "github-markup", "~> 0.7.4", require: 'github/markup'
|
gem "github-markup", "~> 0.7.4", require: 'github/markup'
|
||||||
|
|
||||||
|
# Asciidoc to HTML
|
||||||
|
gem "asciidoctor"
|
||||||
|
|
||||||
# Servers
|
# Servers
|
||||||
gem "puma", '~> 2.0.1'
|
gem "puma", '~> 2.0.1'
|
||||||
|
|
||||||
|
|
|
@ -46,6 +46,7 @@ GEM
|
||||||
rails (~> 3.0)
|
rails (~> 3.0)
|
||||||
addressable (2.3.4)
|
addressable (2.3.4)
|
||||||
arel (3.0.2)
|
arel (3.0.2)
|
||||||
|
asciidoctor (0.1.3)
|
||||||
awesome_print (1.1.0)
|
awesome_print (1.1.0)
|
||||||
backports (2.6.7)
|
backports (2.6.7)
|
||||||
bcrypt-ruby (3.0.1)
|
bcrypt-ruby (3.0.1)
|
||||||
|
@ -517,6 +518,7 @@ PLATFORMS
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
acts-as-taggable-on
|
acts-as-taggable-on
|
||||||
annotate!
|
annotate!
|
||||||
|
asciidoctor
|
||||||
awesome_print
|
awesome_print
|
||||||
better_errors
|
better_errors
|
||||||
binding_of_caller
|
binding_of_caller
|
||||||
|
|
Loading…
Reference in a new issue