.circleci/config.yml in browse-everything-1.1.1 vs .circleci/config.yml in browse-everything-1.1.2
- old
+ new
@@ -27,9 +27,13 @@
project: 'browse-everything'
- samvera/engine_cart_generate:
cache_key: v1-internal-test-app-{{ checksum "browse-everything.gemspec" }}-{{ checksum "Gemfile" }}-{{ checksum "spec/test_app_templates/lib/generators/test_app_generator.rb" }}-{{ checksum "lib/generators/browse_everything/install_generator.rb" }}-{{ checksum "lib/generators/browse_everything/config_generator.rb" }}--<< parameters.rails_version >>-<< parameters.ruby_version >>
+ - run:
+ name: Update sprockets to fix version incompatibilities between internal test app and initial bundle install
+ command: bundle update sprockets
+
- samvera/bundle_for_gem:
ruby_version: << parameters.ruby_version >>
bundler_version: << parameters.bundler_version >>
project: 'browse-everything'