Add protobuffy as a development dep

This commit is contained in:
R. Tyler Croy 2014-10-29 20:53:03 -07:00
parent 3264ce1b23
commit 3b3b100c0d
1 changed files with 3 additions and 0 deletions

View File

@ -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