Bump RedCloth to a newer version to avoid warnings when running tests.
This commit is contained in:
parent
a650acd535
commit
04b1a7aa90
2
Gemfile
2
Gemfile
@ -35,7 +35,7 @@ gem 'mimetype-fu'
|
|||||||
gem 'actionmailer-with-request', :require => 'actionmailer_with_request'
|
gem 'actionmailer-with-request', :require => 'actionmailer_with_request'
|
||||||
gem 'heroku', '1.19.1'
|
gem 'heroku', '1.19.1'
|
||||||
gem 'httparty', '0.7.8'
|
gem 'httparty', '0.7.8'
|
||||||
gem 'RedCloth', '4.2.8'
|
gem 'RedCloth', '4.2.9'
|
||||||
gem 'delayed_job_mongoid', '1.0.8'
|
gem 'delayed_job_mongoid', '1.0.8'
|
||||||
gem 'rubyzip'
|
gem 'rubyzip'
|
||||||
gem 'locomotive_jammit-s3', :require => 'jammit-s3'
|
gem 'locomotive_jammit-s3', :require => 'jammit-s3'
|
||||||
|
@ -5,7 +5,7 @@ GEM
|
|||||||
Platform (>= 0.4.0)
|
Platform (>= 0.4.0)
|
||||||
open4
|
open4
|
||||||
Platform (0.4.0)
|
Platform (0.4.0)
|
||||||
RedCloth (4.2.8)
|
RedCloth (4.2.9)
|
||||||
SystemTimer (1.2.3)
|
SystemTimer (1.2.3)
|
||||||
ZenTest (4.6.2)
|
ZenTest (4.6.2)
|
||||||
abstract (1.0.0)
|
abstract (1.0.0)
|
||||||
@ -281,7 +281,7 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
RedCloth (= 4.2.8)
|
RedCloth (= 4.2.9)
|
||||||
SystemTimer
|
SystemTimer
|
||||||
ZenTest
|
ZenTest
|
||||||
actionmailer-with-request
|
actionmailer-with-request
|
||||||
|
@ -54,7 +54,7 @@ Gem::Specification.new do |s|
|
|||||||
s.add_dependency 'mimetype-fu'
|
s.add_dependency 'mimetype-fu'
|
||||||
s.add_dependency 'actionmailer-with-request'
|
s.add_dependency 'actionmailer-with-request'
|
||||||
s.add_dependency 'httparty', '0.7.8'
|
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 'delayed_job_mongoid', '1.0.8'
|
||||||
s.add_dependency 'rubyzip'
|
s.add_dependency 'rubyzip'
|
||||||
s.add_dependency 'locomotive_jammit-s3'
|
s.add_dependency 'locomotive_jammit-s3'
|
||||||
|
Loading…
Reference in New Issue
Block a user