Use a 1.9.2 compatible version of rdiscount
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user