X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ec670e9fa0b03f43ce6ceaf4acb6658d189e0461..4abc0252edc8b00fc76e6481ce731f2bba607fe3:/Gemfile diff --git a/Gemfile b/Gemfile index ab0b3d14f5..9e6d43ad8e 100644 --- a/Gemfile +++ b/Gemfile @@ -3,3 +3,7 @@ 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