Sha256: 486db66a3240358a31eadd5ce81fb64c371cfbb600ab787cb3525982a2a04aa2
Contents?: true
Size: 742 Bytes
Versions: 1
Compression:
Stored size: 742 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.beta1" gem 'responders', "~> 2.0" else gem 'sass-rails' gem 'coffee-rails', "~> 4.0.0" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-gallery-0.1.1 | Gemfile |