summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2016-09-23 18:37:50 +0300
committerFlorian Frank <flori@ping.de>2016-09-23 21:43:38 +0300
commit7e240ed5765867bfbdd166435f941a4cebed8cd8 (patch)
tree31e381d00a2c47a513143ba723847140fd27b7da /tests
parent8c7eb9e93916f2d863fc9ead9422427e243a5956 (diff)
downloadjson-7e240ed5765867bfbdd166435f941a4cebed8cd8.tar.gz
Merge decimal_class patch by Michael Jaschob
Also: - Avoid some issues with bundler - Avoid some issues with jruby
Diffstat (limited to 'tests')
-rw-r--r--tests/test_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_helper.rb b/tests/test_helper.rb
index 9d3665d..7e99c29 100644
--- a/tests/test_helper.rb
+++ b/tests/test_helper.rb
@@ -1,5 +1,3 @@
-gem 'json', File.read('VERSION').chomp
-
case ENV['JSON']
when 'pure'
$:.unshift 'lib'