jam-cloud/pb/Gemfile

9 lines
171 B
Ruby
Raw Normal View History

2012-07-31 04:00:33 +00:00
source 'https://rubygems.org'
2021-02-01 03:25:09 +00:00
ruby_version = ENV["JAM_RUBY_VERSION"]
ruby_version = "2.3.1" if ruby_version.nil?
ruby ruby_version
2012-08-18 18:56:16 +00:00
gem 'ruby-protocol-buffers', '1.2.2'