Sha256: 508745b089a56dbbd96d9c98d03fcd9acde84bab5da4a7348a7b511e29a218db

Contents?: true

Size: 1.72 KB

Versions: 1

Compression:

Stored size: 1.72 KB

Contents

source 'https://rubygems.org'

# Declare your gem's dependencies in geoblacklight_sidecar_images.gemspec.
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.

# Please see geoblacklight_sidecar_images.gemspec for dependency information.
gemspec

# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.

group :development, :test do
  # Peg simplecov to < 0.8 until this is resolved:
  # https://github.com/colszowka/simplecov/issues/281
  gem 'coveralls', require: false
  gem 'rubocop', '~> 1.9', require: false
end

# To use a debugger
# gem 'byebug', group: [:development, :test]

# BEGIN ENGINE_CART BLOCK
# engine_cart: 1.2.0
# engine_cart stanza: 0.10.0
# the below comes from engine_cart, a gem used to test this Rails engine gem in the context of a Rails app.
file = File.expand_path('Gemfile', ENV['ENGINE_CART_DESTINATION'] || ENV['RAILS_ROOT'] || File.expand_path('.internal_test_app', File.dirname(__FILE__)))

if File.exist?(file)
  begin
    eval_gemfile file
  rescue Bundler::GemfileError => e
    Bundler.ui.warn '[EngineCart] Skipping Rails application dependencies:'
    Bundler.ui.warn e.message
  end
else
  Bundler.ui.warn "[EngineCart] Unable to find test application dependencies in #{file}, using placeholder dependencies"
  gem 'geoblacklight', '>= 2.0'
  gem 'mini_magick', '~> 4.9.4'
  gem 'image_processing', '~> 1.6'
  gem 'mimemagic', '~> 0.3'
  gem 'statesman', '>= 3.4'
  gem 'rails', '>= 5.2', '< 6.2'
end
# END ENGINE_CART BLOCK

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
geoblacklight_sidecar_images-0.7.0 Gemfile