Commit cb50771c by Jon Frisby

Tighten up platform requirements for Pry to make testing with non-MRI Rubies easier.

parent 71ac22da
......@@ -12,7 +12,7 @@ end
group :development, :test do
gem 'rspec', :require => false
platforms :ruby do
platforms :mri do
gem 'pry', :require => false
gem 'pry-coolline', :require => false
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment