Created
March 1, 2012 19:56
-
-
Save jfirebaugh/1952660 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/Gemfile b/Gemfile | |
| index 82a7d16..66de916 100644 | |
| --- a/Gemfile | |
| +++ b/Gemfile | |
| @@ -2,3 +2,6 @@ source 'https://rubygems.org' | |
| # Specify your gem's dependencies in mspec.gemspec | |
| gemspec | |
| + | |
| +gem 'ruby-debug', :platform => :ruby_18 | |
| +gem 'ruby-debug19', :platform => :ruby_19, :require => 'ruby-debug' | |
| diff --git a/mspec.gemspec b/mspec.gemspec | |
| index 90d1539..aaa9eb2 100644 | |
| --- a/mspec.gemspec | |
| +++ b/mspec.gemspec | |
| @@ -34,5 +34,4 @@ Gem::Specification.new do |gem| | |
| gem.add_development_dependency "rake", "~> 0.9" | |
| gem.add_development_dependency "rspec", "~> 2.8" | |
| - gem.add_development_dependency "ruby-debug", "~> 0.10" | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment