File tree Expand file tree Collapse file tree 6 files changed +1549
-1362
lines changed Expand file tree Collapse file tree 6 files changed +1549
-1362
lines changed Original file line number Diff line number Diff line change 33
33
- name : 💎 setup ruby
34
34
uses : ruby/setup-ruby@v1
35
35
with :
36
- ruby-version : 3.2.2
36
+ ruby-version : 3.3.5
37
37
bundler-cache : true
38
38
cache-version : 0 # Increment this number if you need to re-download cached gems
39
39
Original file line number Diff line number Diff line change 19
19
- name : 💎 setup ruby
20
20
uses : ruby/setup-ruby@v1
21
21
with :
22
- ruby-version : 3.2.2
22
+ ruby-version : 3.3.5
23
23
bundler-cache : true
24
24
cache-version : 0 # Increment this number if you need to re-download cached gems
25
25
42
42
- name : 💎 setup ruby
43
43
uses : ruby/setup-ruby@v1
44
44
with :
45
- ruby-version : 3.2.2
45
+ ruby-version : 3.3.5
46
46
bundler-cache : true
47
47
cache-version : 0 # Increment this number if you need to re-download cached gems
48
48
Original file line number Diff line number Diff line change 1
- 3.2.2
1
+ 3.3.5
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ const headTags = `<script>
10
10
</script>`
11
11
12
12
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 ;
14
15
15
16
return {
16
- name : 'knapsackpro-hotjar-plugin' ,
17
-
17
+ ...plugin ,
18
18
injectHtmlTags ( ) {
19
19
return {
20
20
headTags,
You can’t perform that action at this time.
0 commit comments