Gemfile in blacklight-gallery-0.12.0 vs Gemfile in blacklight-gallery-1.0.0
- old
+ new
@@ -1,10 +1,15 @@
source 'https://rubygems.org'
# Specify your gem's dependencies in blacklight-gallery.gemspec
gemspec
+git_source(:github) do |repo_name|
+ repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/')
+ "https://github.com/#{repo_name}.git"
+end
+
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby
# BEGIN ENGINE_CART BLOCK
# engine_cart: 1.1.0
# engine_cart stanza: 0.10.0
@@ -37,5 +42,9 @@
when /^4.[01]/
gem 'sass-rails', '< 5.0'
end
end
# END ENGINE_CART BLOCK
+
+unless File.exist?(file)
+ eval_gemfile File.expand_path('spec/test_app_templates/Gemfile.extra', File.dirname(__FILE__))
+end