Sha256: 1e5be1d0fb9907f6fadb9ffd7c347e18761fe188e1b0dcd9c45c0fda99c9ec6a

Contents?: true

Size: 634 Bytes

Versions: 1

Compression:

Stored size: 634 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in hydra-collections.gemspec
gemspec

gem 'active-fedora', '9.0.0.beta3'
gem 'hydra-head', github: 'projecthydra/hydra-head', branch: 'fedora-4'

group :development, :test do
  gem 'sqlite3'
  gem "factory_girl_rails"
  gem 'devise'
  gem 'capybara'
  gem 'jettywrapper'
  gem 'byebug', require: false
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
hydra-collections-3.0.0.beta1 Gemfile