Details
Description
json_pure as of 2.0.2 requires Ruby 2 - because Puppet and associates test against many different versions of ruby, including 1.9.3, we may need to ensure we can still get json_pure without conflicts.
This snipped is going into modules:
gem 'json_pure', '<=2.0.1', :require => false if RUBY_VERSION =~ /^1\./
|
Attachments
Issue Links
- relates to
-
PUP-6545 Ruby 2.3 fails spec tests on Appveyor in Windows
-
- Closed
-
-
SERVER-1454 JRuby Unit Test jobs failing b/c new json_pure version dropped pre-Ruby 2.0 support
-
- Closed
-
- links to