Update with changes for the 0.8.6 release
[arvados.git] / Gemfile
1 source 'https://rubygems.org'
2
3 gemspec
4
5 gem 'jruby-openssl', :platforms => :jruby
6
7 if ENV['RAILS_VERSION']
8   gem 'rails', ENV['RAILS_VERSION']
9 end