Merge branch '20862-google-api-client'
[arvados.git] / 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 (file)
index 0000000..9e6d43a
--- /dev/null
@@ -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