source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gemspec

eval_gemfile File.expand_path('../support/bundler/Gemfile.shared', __dir__)

gem 'protobuf_nested_struct'
gem 'google-protobuf', '~> 3.7.0'
gem 'activesupport', '~> 5.0'
