Sha256: 3007020262c2bfbe0ed8f18e890869537a3dd0bbc1ad9e297220f94548891e33
Contents?: true
Size: 659 Bytes
Versions: 4
Compression:
Stored size: 659 Bytes
Contents
source 'https://rubygems.org' # Please see blacklight.gemspec for dependency information. gemspec path: File.expand_path('..', __FILE__) gem 'simplecov', require: false gem 'coveralls', require: false gem 'engine_cart', '~> 0.3.0' group :test do gem "blacklight-marc", "~> 5.0", github: "projectblacklight/blacklight_marc" gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby end 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) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
blacklight-5.3.0 | Gemfile |
blacklight-5.0.3 | Gemfile |
blacklight-5.1.1 | Gemfile |
blacklight-5.2.0 | Gemfile |