Use a 1.9.2 compatible version of rdiscount

This commit is contained in:
Peter M. Goldstein
2014-01-13 17:38:11 -08:00
parent 2aa1cbf94f
commit da8bba5941
2 changed files with 3 additions and 3 deletions

View File

@@ -21,5 +21,5 @@ group :development do
gem 'timecop', '0.6.1' gem 'timecop', '0.6.1'
gem 'yard' gem 'yard'
gem 'mime-types', '~> 1.25.1' gem 'mime-types', '~> 1.25.1'
gem 'rdiscount', '~> 2.0.7.3' gem 'rdiscount', '~> 1.6.8'
end end

View File

@@ -24,7 +24,7 @@ GEM
mustache (0.99.5) mustache (0.99.5)
posix-spawn (0.3.8) posix-spawn (0.3.8)
rake (10.1.1) rake (10.1.1)
rdiscount (2.0.7.3) rdiscount (1.6.8)
ronn (0.7.3) ronn (0.7.3)
hpricot (>= 0.8.2) hpricot (>= 0.8.2)
mustache (>= 0.7.0) mustache (>= 0.7.0)
@@ -61,7 +61,7 @@ DEPENDENCIES
mime-types (~> 1.25.1) mime-types (~> 1.25.1)
posix-spawn (~> 0.3.6) posix-spawn (~> 0.3.6)
rake rake
rdiscount (~> 2.0.7.3) rdiscount (~> 1.6.8)
ronn ronn
rr (~> 1.0.2) rr (~> 1.0.2)
rspec (~> 2.0) rspec (~> 2.0)