X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/101971b92790b8461ac4c3387014fe70cb7787e5..4aa8d709fe8483c295a6d16dadffb5b11848e5b8:/sdk/ruby-google-api-client/Gemfile diff --git a/sdk/ruby-google-api-client/Gemfile b/sdk/ruby-google-api-client/Gemfile new file mode 100644 index 0000000000..9e6d43ad8e --- /dev/null +++ b/sdk/ruby-google-api-client/Gemfile @@ -0,0 +1,9 @@ +source 'https://rubygems.org' + +gemspec + +gem 'jruby-openssl', :platforms => :jruby + +if ENV['RAILS_VERSION'] + gem 'rails', ENV['RAILS_VERSION'] +end \ No newline at end of file