Sha256: f9f7034f1dcf4d970777482b9ef9350533f19d81702d3ca2eacce76ac8238c27

Contents?: true

Size: 745 Bytes

Versions: 5

Compression:

Stored size: 745 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in blacklight-gallery.gemspec
gemspec

gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby

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)
else
  gem 'rails', ENV['RAILS_VERSION']

  # explicitly include sass-rails to get compatible sprocket dependencies
  if ENV['RAILS_VERSION'] and ENV['RAILS_VERSION'] =~ /^4.2/
    gem 'sass-rails', ">= 5.0.0"
    gem 'responders', "~> 2.0"
  else
    gem 'sass-rails', '< 5.0'
    gem 'coffee-rails', "~> 4.0.0"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-gallery-0.4.0 Gemfile
blacklight-gallery-0.3.0 Gemfile
blacklight-gallery-0.2.1 Gemfile
blacklight-gallery-0.2.0 Gemfile
blacklight-gallery-0.1.2 Gemfile