[Pkg-puppet-devel] [facter] 81/352: (maint) restrict redcarpet gem to <= 2.3.0

Stig Sandbeck Mathisen ssm at debian.org
Sun Apr 6 22:21:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository facter.

commit 20141c59301f4ff491bf7a5f216a3f974d9943b7
Author: Joshua Hoblitt <jhoblitt at cpan.org>
Date:   Thu Dec 19 07:17:10 2013 -0800

    (maint) restrict redcarpet gem to <= 2.3.0
    
    Per the tag annotation from the redcarpet 3.0.0 release, 2.3.0 is the last
    version compatible with ruby 1.8.7.
    
    https://github.com/vmg/redcarpet/releases/tag/v3.0.0
---
 Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index e4c7c8f..8fd33e2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ platforms :ruby do
   gem 'watchr', :group => :development
   gem 'pry', :group => :development
   gem 'yard', :group => :development
-  gem 'redcarpet', :group => :development
+  gem 'redcarpet', '<= 2.3.0', :group => :development
 end
 
 group :development, :test do

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git



More information about the Pkg-puppet-devel mailing list