Sha256: e88bcbd9935a7a7f1f57983fdf56e8fa433337f27f0890e7e7df6cf5b4955c37
Contents?: true
Size: 534 Bytes
Versions: 2
Compression:
Stored size: 534 Bytes
Contents
source 'https://rubygems.org' gemspec file = File.expand_path("Gemfile", ENV['ENGINE_CART_DESTINATION'] || ENV['RAILS_ROOT'] || File.expand_path("../spec/internal", __FILE__)) if File.exists?(file) puts "Loading #{file} ..." if $DEBUG # `ruby -d` or `bundle -v` instance_eval File.read(file) else gem 'rails', ENV['RAILS_VERSION'] if ENV['RAILS_VERSION'] if ENV['RAILS_VERSION'] and ENV['RAILS_VERSION'] =~ /^4.2/ gem 'responders', "~> 2.0" gem 'sass-rails', ">= 5.0" else gem 'sass-rails', "< 5.0" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight_range_limit-5.1.0 | Gemfile |
blacklight_range_limit-5.0.4 | Gemfile |