Sha256: 3e26d27106897e2a3f6477327cb0e2ea6fb2eabd48b784381988c51ba057c567

Contents?: true

Size: 832 Bytes

Versions: 1

Compression:

Stored size: 832 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

gem 'engine_cart', '~> 0.3.0'

# pin to known-working versions of rails and dependencies
gem 'rails', '4.0.4'
gem 'sass', '~> 3.2.15'
gem 'sprockets', '~> 2.11.0'

group :test do
  gem 'activerecord-jdbcsqlite3-adapter', :platforms => :jruby
end

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)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-marc-5.4.0 Gemfile