Skip to content

Commit

Permalink
Update Gemfile.lock (#927)
Browse files Browse the repository at this point in the history
* Update Gemfile.lock PLATFORMS experiment failed. Reset to old value

* Update deploy.yml Try bumping cache-version to force 3.1.3
  • Loading branch information
TomNUSDS authored Jan 17, 2024
1 parent efc9a1c commit c3cd198
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
ruby-version: "3.1.3" # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
cache-version: 1 # Increment this number if you need to re-download cached gems

- name: Setup Pages
id: pages
Expand Down
7 changes: 6 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,12 @@ GEM
webrick (1.8.1)

PLATFORMS
x86_64-darwin-23
aarch64-linux
arm-linux
arm64-darwin
x86-linux
x86_64-darwin
x86_64-linux

DEPENDENCIES
github-pages (~> 228)
Expand Down

0 comments on commit c3cd198

Please sign in to comment.