Skip to content

Commit

Permalink
Bump Ruby further
Browse files Browse the repository at this point in the history
Seeing if this fixes build issues
  • Loading branch information
nickswalker committed Apr 6, 2024
1 parent 18081ba commit 26f6c02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/configure-pages@v4

- name: Set up Ruby
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
uses: ruby/setup-ruby@v1
with:
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
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.3.0
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ GEM
public_suffix (5.0.5)
racc (1.7.3)
rainbow (3.1.1)
rake (13.2.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -135,4 +135,4 @@ RUBY VERSION
ruby 2.5.1p57

BUNDLED WITH
2.2.27
2.5.3

0 comments on commit 26f6c02

Please sign in to comment.