Bump RedCloth to a newer version to avoid warnings when running tests.

This commit is contained in:
Mario Visic 2012-01-14 13:04:34 +08:00
parent a650acd535
commit 04b1a7aa90
3 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ gem 'mimetype-fu'
gem 'actionmailer-with-request', :require => 'actionmailer_with_request'
gem 'heroku', '1.19.1'
gem 'httparty', '0.7.8'
gem 'RedCloth', '4.2.8'
gem 'RedCloth', '4.2.9'
gem 'delayed_job_mongoid', '1.0.8'
gem 'rubyzip'
gem 'locomotive_jammit-s3', :require => 'jammit-s3'

View File

@ -5,7 +5,7 @@ GEM
Platform (>= 0.4.0)
open4
Platform (0.4.0)
RedCloth (4.2.8)
RedCloth (4.2.9)
SystemTimer (1.2.3)
ZenTest (4.6.2)
abstract (1.0.0)
@ -281,7 +281,7 @@ PLATFORMS
ruby
DEPENDENCIES
RedCloth (= 4.2.8)
RedCloth (= 4.2.9)
SystemTimer
ZenTest
actionmailer-with-request

View File

@ -54,7 +54,7 @@ Gem::Specification.new do |s|
s.add_dependency 'mimetype-fu'
s.add_dependency 'actionmailer-with-request'
s.add_dependency 'httparty', '0.7.8'
s.add_dependency 'RedCloth', '4.2.8'
s.add_dependency 'RedCloth', '4.2.9'
s.add_dependency 'delayed_job_mongoid', '1.0.8'
s.add_dependency 'rubyzip'
s.add_dependency 'locomotive_jammit-s3'