Gemfile in wyrm-0.3.3 vs Gemfile in wyrm-0.4.0

- old
+ new

@@ -1,4 +1,7 @@ +raise "You need >= ruby-2.3 (or maybe a Queue with close would work)" unless RUBY_VERSION >= '2.3.0' + +# TODO this is for older versions of bundler def from_gemrc # auto-load from ~/.gemrc home_gemrc = Pathname('~/.gemrc').expand_path if home_gemrc.exist?