Skip to content

Commit

Permalink
chore(renovate): major Update major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 87d0477 commit 3e992aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: ruby:2.7
image: ruby:3.3

variables:
JEKYLL_ENV: production
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/vram-calculator.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div id="vram-calculator"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/18.3.1/umd/react.production.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/18.3.1/umd/react-dom.production.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/19.0.0/umd/react.production.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/19.0.0/umd/react-dom.production.min.js"></script>

<script type="module">
// Import the calculator code
Expand Down

0 comments on commit 3e992aa

Please sign in to comment.