Skip to content

Commit

Permalink
deps: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
3v0k4 committed Sep 12, 2024
1 parent f51cca2 commit 291a01a
Show file tree
Hide file tree
Showing 6 changed files with 1,549 additions and 1,362 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: 💎 setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.3.5
bundler-cache: true
cache-version: 0 # Increment this number if you need to re-download cached gems

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: 💎 setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.3.5
bundler-cache: true
cache-version: 0 # Increment this number if you need to re-download cached gems

Expand All @@ -42,7 +42,7 @@ jobs:
- name: 💎 setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.3.5
bundler-cache: true
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.2.2
3.3.5
6 changes: 3 additions & 3 deletions docusaurus/hotjar.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ const headTags = `<script>
</script>`

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

return {
name: 'knapsackpro-hotjar-plugin',

...plugin,
injectHtmlTags() {
return {
headTags,
Expand Down
Loading

0 comments on commit 291a01a

Please sign in to comment.