From 67600081e5e1c601742557d302d6230d8d5da162 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Mon, 11 Feb 2013 21:19:06 -0800 Subject: [PATCH] Restrict plymouth to Ruby 1.9 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 435ac21..4011496 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :development do gem 'guard-bundler' gem 'guard-rspec' gem 'kramdown' - gem 'plymouth' + gem 'plymouth', :platforms => :mri_19 gem 'pry' gem 'pry-debugger', :platforms => :mri_19 gem 'rb-fsevent'