google-api-ruby-client/Gemfile

9 lines
146 B
Ruby

source 'https://rubygems.org'
gemspec
gem 'jruby-openssl', :platforms => :jruby
if ENV['RAILS_VERSION']
gem 'rails', ENV['RAILS_VERSION']
end