Skip to content

Instantly share code, notes, and snippets.

@brixen
Created January 9, 2015 16:27
Show Gist options
  • Save brixen/f9d592cd603d4e2d444d to your computer and use it in GitHub Desktop.
Save brixen/f9d592cd603d4e2d444d to your computer and use it in GitHub Desktop.
diff --git a/.bundle/config b/.bundle/config
index 8b7add1..536ed14 100644
--- a/.bundle/config
+++ b/.bundle/config
@@ -1,2 +1,18 @@
----
-BUNDLE_NO_PRUNE: true
+--- !ruby/hash-with-ivars
+elements:
+ BUNDLE_NO_PRUNE: true
+ivars:
+ :@entries: !ruby/object:Rubinius::Tuple {}
+ :@capacity: 16
+ :@max_entries: 12
+ :@state: &1 !ruby/object:Hash::State
+ compare_by_identity: false
+ head: &2 !ruby/object:Hash::Bucket
+ key_hash: 3602166769613225933
+ value: true
+ link:
+ state: *1
+ key: BUNDLE_NO_PRUNE
+ tail: *2
+ :@size: 1
+ :@mask: 15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment