Skip to content

Commit

Permalink
restore vendor cache to avoid downloading gem at runtime on CF.
Browse files Browse the repository at this point in the history
With vendor cache:
Running: bundle install --jobs=4 --retry=4 --local
Without vendor cache:
   Running: bundle install --jobs=4 --retry=4
   Fetching gem metadata from https://rubygems.org/.
  • Loading branch information
o-orand committed Oct 10, 2024
1 parent 135a1e2 commit 0ede7f5
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ integration-config.json
*.log
*.iml
/vcap-service.env
/assets/sinatra_app/vendor/
Binary file added assets/sinatra_app/vendor/cache/base64-0.2.0.gem
Binary file not shown.
Binary file not shown.
Binary file added assets/sinatra_app/vendor/cache/logger-1.6.1.gem
Binary file not shown.
Binary file not shown.
Binary file added assets/sinatra_app/vendor/cache/mysql2-0.5.6.gem
Binary file not shown.
Binary file added assets/sinatra_app/vendor/cache/ostruct-0.6.0.gem
Binary file not shown.
Binary file added assets/sinatra_app/vendor/cache/rack-3.1.7.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/sinatra_app/vendor/cache/rackup-2.1.0.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/sinatra_app/vendor/cache/tilt-2.4.0.gem
Binary file not shown.
Binary file not shown.

0 comments on commit 0ede7f5

Please sign in to comment.