Guest User

Untitled

a guest
Jan 14th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. # Gemfile
  2.  
  3. class Bundler::Dependency
  4. PLATFORM_MAP = PLATFORM_MAP.merge(:mri_192 => Gem::Platform::RUBY)
  5. private
  6. def mri_192?
  7. mri? && RUBY_VERSION == "1.9.2"
  8. end
  9. end
  10. Bundler::Dsl::VALID_PLATFORMS = Bundler::Dependency::PLATFORM_MAP.keys.freeze
  11.  
  12. gem 'ruby-debug19', :require => 'ruby-debug', :platform => :mri_192
Add Comment
Please, Sign In to add comment