Skip to content

Commit

Permalink
EXPERIMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Apr 16, 2020
1 parent 25461ea commit 7c91920
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
cache_key: v1-internal-test-app-{{ checksum "browse-everything.gemspec" }}-{{ 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 >>

- samvera/bundle_for_gem:
cache_version: "jrochkind2"
ruby_version: << parameters.ruby_version >>
bundler_version: << parameters.bundler_version >>
project: 'browse-everything'
Expand Down
4 changes: 4 additions & 0 deletions spec/test_app_templates/Gemfile.extra
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ else
# bootstrap 4
gem "bootstrap"
end

# Can't explain why this is necessary
gem 'puma', "~> 3.11"
gem 'sprockets', "~> 3.7"

0 comments on commit 7c91920

Please sign in to comment.