Sha256: 6de7c906b68d9a790d1336e946e937b5bb50c44886d4988d578fcf6d4609db2f

Contents?: true

Size: 924 Bytes

Versions: 2

Compression:

Stored size: 924 Bytes

Contents

source 'https://rubygems.org'

# Please see blacklight_marc.gemspec for dependency information.
gemspec path: File.expand_path('..', __FILE__)


# Peg simplecov to < 0.8 until this is resolved:
# https://github.com/colszowka/simplecov/issues/281
gem 'simplecov', '~> 0.7.1', require: false
gem 'coveralls', require: false

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.beta1"
    gem 'responders', "~> 2.0"
  else
    gem 'sass-rails', "< 5.0"
    gem 'coffee-rails', "~> 4.0.0"
  end
end
gem 'transpec'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-marc-5.10.0 Gemfile
blacklight-marc-5.5.0 Gemfile