From 75efcc932e9d29ebf518d822fa6b3f9616b0ea9b Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Wed, 29 Oct 2014 20:53:03 -0700 Subject: [PATCH] Add protobuffy as a development dep --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 277b4e1..237bed3 100644 --- a/Gemfile +++ b/Gemfile @@ -12,4 +12,7 @@ group :test do gem 'rspec', '~> 3.0.0' gem 'rspec-its' gem 'system_timer', :platform => :mri_18 + # Used for testing encoding protobufs in an out of Hermann in integration + # tests + gem 'protobuffy' end