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 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
Original file line number Diff line number Diff line change 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
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
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>
1010</script>`
1111
1212async 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,
You can’t perform that action at this time.
0 commit comments