Sha256: 9f7c844f56c64fd9369af805ad4da30ee7d4555a241f1f81eb8337d5b6f4bcf1

Contents?: true

Size: 596 Bytes

Versions: 1

Compression:

Stored size: 596 Bytes

Contents

source 'http://rubygems.org'

gemspec

gem 'rails', '~> 4.0'

group :test do
  gem "bootstrap-sass"
  gem 'turbolinks'
end

gem 'activerecord-jdbcsqlite3-adapter', platform: :jruby
gem 'sqlite3', platform: :ruby

# These need to be listed here explicitly for engine_cart testing to work,
# not really sure why the existing gemspec and Gemfile of test app aren't enough. 
gem 'jquery-rails'
gem 'blacklight_marc'
gem 'sass-rails'


if File.exists?('spec/test_app_templates/Gemfile.extra')
  eval File.read('spec/test_app_templates/Gemfile.extra'), nil, 'spec/test_app_templates/Gemfile.extra'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight_advanced_search-5.0.0 Gemfile