Skip to content

Commit

Permalink
Update engine_cart dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Oct 8, 2016
1 parent b7fde6c commit 5ad7bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gemspec path: File.expand_path('..', __FILE__)

# BEGIN ENGINE_CART BLOCK
# engine_cart: 0.10.0
# engine_cart: 1.0.1
# 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__)))
Expand Down
2 changes: 1 addition & 1 deletion blacklight-marc.gemspec
Expand Up @@ -35,5 +35,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "capybara"
spec.add_development_dependency "coveralls"
spec.add_development_dependency "simplecov"
spec.add_development_dependency "engine_cart", "~> 0.10"
spec.add_development_dependency "engine_cart", "~> 1.0"
end

0 comments on commit 5ad7bfa

Please sign in to comment.