Sha256: 2344e693905d5ed365606e187510c1e03374fc6cdb65fbb5f1351858c9ce5d98

Contents?: true

Size: 526 Bytes

Versions: 6

Compression:

Stored size: 526 Bytes

Contents

source 'https://rubygems.org'

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

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

6 entries across 6 versions & 1 rubygems

Version Path
hydra-collections-4.0.0.beta4 Gemfile
hydra-collections-4.0.0.beta3 Gemfile
hydra-collections-4.0.0.beta2 Gemfile
hydra-collections-4.0.0.beta1 Gemfile
hydra-collections-3.0.0.beta3 Gemfile
hydra-collections-3.0.0.beta2 Gemfile