aboutsummaryrefslogtreecommitdiff
path: root/lib/override
diff options
context:
space:
mode:
Diffstat (limited to 'lib/override')
-rw-r--r--lib/override/json.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/override/json.rb b/lib/override/json.rb
deleted file mode 100644
index a7ae328..0000000
--- a/lib/override/json.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# This exists solely to prevent other gems we depend on from
-# importing json/ext (e.g. require 'json').
-#
-# If json/ext is imported, json/pure cannot work, and we heavily
-# rely on the specific behavior of json/pure.
-#
-# This trick only works if this directory is early in the
-# include path.
-#
-require 'json/pure' \ No newline at end of file