Sha256: 0cd67d689289d19fbbb9d3dbddb5685180cbc9413501a5d50715a0b134199ba4

Contents?: true

Size: 635 Bytes

Versions: 1

Compression:

Stored size: 635 Bytes

Contents

source 'https://rubygems.org'

gemspec

gem 'byebug'
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']
  
  # explicitly include sass-rails to get compatible sprocket dependencies
  if ENV['RAILS_VERSION'] and ENV['RAILS_VERSION'] =~ /^4.2/
    gem 'sass-rails', ">= 5.0.0"
    gem 'responders', "~> 2.0"
  else
    gem 'sass-rails', '< 5.0'
    gem 'coffee-rails', "~> 4.0.0"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight_unapi-0.1.0 Gemfile