Gemfile in blacklight-gallery-0.6.1 vs Gemfile in blacklight-gallery-0.7.0
- old
+ new
@@ -4,10 +4,10 @@
gemspec
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby
# BEGIN ENGINE_CART BLOCK
-# engine_cart: 0.10.0
+# engine_cart: 1.1.0
# engine_cart stanza: 0.10.0
# the below comes from engine_cart, a gem used to test this Rails engine gem in the context of a Rails app.
file = File.expand_path('Gemfile', ENV['ENGINE_CART_DESTINATION'] || ENV['RAILS_ROOT'] || File.expand_path('.internal_test_app', File.dirname(__FILE__)))
if File.exist?(file)
begin