Sha256: e3149bcc68cc05ff0255e4891fbc028c8d767819ad7eded52126d06c6939b108
Contents?: true
Size: 1.04 KB
Versions: 3
Compression:
Stored size: 1.04 KB
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 we don't specify 2.11.0 we'll end up with sprockets 2.12.0 in the main # Gemfile.lock but since sass-rails gets generated (rails new) into the test app # it'll want sprockets 2.11.0 and we'll have a conflict gem 'sprockets', '2.11.0' # If we don't specify 3.2.15 we'll end up with sass 3.3.2 in the main # Gemfile.lock but since sass-rails gets generated (rails new) into the test app # it'll want sass 3.2.0 and we'll have a conflict gem 'sass', '~> 3.2.0' 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
blacklight_advanced_search-5.1.1 | Gemfile |
blacklight_advanced_search-5.1.0 | Gemfile |
blacklight_advanced_search-5.0.1 | Gemfile |