Merge pull request #219 from remi/respect-discovery-paths-with-colons
[arvados.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index ab0b3d14f5b0a049387add453e96f7d0021542a5..9e6d43ad8e37d754712abe7dbe16639f6639c672 100644 (file)
--- 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