Restrict plymouth to Ruby 1.9

This commit is contained in:
Erik Michaels-Ober 2013-02-11 21:19:06 -08:00
parent afc2cab80a
commit 67600081e5
1 changed files with 1 additions and 1 deletions

View File

@ -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'