Skip to content

Commit 291a01a

Browse files
committed
deps: upgrade
1 parent f51cca2 commit 291a01a

File tree

6 files changed

+1549
-1362
lines changed

6 files changed

+1549
-1362
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: 💎 setup ruby
3434
uses: ruby/setup-ruby@v1
3535
with:
36-
ruby-version: 3.2.2
36+
ruby-version: 3.3.5
3737
bundler-cache: true
3838
cache-version: 0 # Increment this number if you need to re-download cached gems
3939

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: 💎 setup ruby
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: 3.2.2
22+
ruby-version: 3.3.5
2323
bundler-cache: true
2424
cache-version: 0 # Increment this number if you need to re-download cached gems
2525

@@ -42,7 +42,7 @@ jobs:
4242
- name: 💎 setup ruby
4343
uses: ruby/setup-ruby@v1
4444
with:
45-
ruby-version: 3.2.2
45+
ruby-version: 3.3.5
4646
bundler-cache: true
4747
cache-version: 0 # Increment this number if you need to re-download cached gems
4848

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.3.5

docusaurus/hotjar.plugin.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ const headTags = `<script>
1010
</script>`
1111

1212
async function hotjarPlugin() {
13-
if (process.env.NODE_ENV !== 'production') return {}
13+
const plugin = { name: 'knapsackpro-hotjar-plugin' };
14+
if (process.env.NODE_ENV !== 'production') return plugin;
1415

1516
return {
16-
name: 'knapsackpro-hotjar-plugin',
17-
17+
...plugin,
1818
injectHtmlTags() {
1919
return {
2020
headTags,

0 commit comments

Comments
 (0)