Sha256: ccabfc2970f191c0308d5e8d5671743241d070cd868432de59a99770521e46e2

Contents?: true

Size: 545 Bytes

Versions: 3

Compression:

Stored size: 545 Bytes

Contents

# frozen_string_literal: true
source 'https://rubygems.org'

# Please see hyrax.gemspec for dependency information.
# Install gems from test app
if ENV['RAILS_ROOT']
  test_app_gemfile_path = File.expand_path('Gemfile', ENV['RAILS_ROOT'])
  eval_gemfile test_app_gemfile_path
else
  gemspec
end

group :development, :test do
  gem 'benchmark-ips'
  gem 'easy_translate'
  gem 'i18n-tasks'
  gem 'okcomputer'
  gem 'pry' unless ENV['CI']
  gem 'pry-byebug' unless ENV['CI']
  gem 'ruby-prof', require: false
  gem "simplecov", require: false
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hyrax-5.0.1 Gemfile
hyrax-5.0.0 Gemfile
hyrax-5.0.0.rc3 Gemfile