source 'https://rubygems.org'

gemspec

gem 'jruby-openssl', :platforms => :jruby

if ENV['RAILS_VERSION']
  gem 'rails', ENV['RAILS_VERSION']
end