Skip to content

Commit

Permalink
Build(deps): Bump mini_racer from 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [mini_racer](https://github.com/discourse/mini_racer) from 0.12.0 to 0.13.0.
- [Changelog](https://github.com/rubyjs/mini_racer/blob/main/CHANGELOG)
- [Commits](rubyjs/mini_racer@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: mini_racer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 7b1ddf0 commit 55c472b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ gem 'mime-types', '< 4.0.0', require: false

# Assets
gem 'bootstrap-sass', '~> 2.3.2.2'
gem 'mini_racer', '~> 0.12.0'
gem 'mini_racer', '~> 0.13.0'
gem 'sass-rails', '~> 5.0.8'
gem 'sprockets', git: 'https://github.com/rails/sprockets', ref: '3.x'
gem 'uglifier', '~> 4.2.0'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,11 @@ GEM
launchy (3.0.1)
addressable (~> 2.8)
childprocess (~> 5.0)
libv8-node (21.7.2.0)
libv8-node (21.7.2.0-aarch64-linux)
libv8-node (21.7.2.0-arm64-darwin)
libv8-node (21.7.2.0-x86_64-darwin)
libv8-node (21.7.2.0-x86_64-linux)
libv8-node (22.5.1.0)
libv8-node (22.5.1.0-aarch64-linux)
libv8-node (22.5.1.0-arm64-darwin)
libv8-node (22.5.1.0-x86_64-darwin)
libv8-node (22.5.1.0-x86_64-linux)
locale (2.1.4)
loofah (2.22.0)
crass (~> 1.0.2)
Expand All @@ -340,8 +340,8 @@ GEM
mini_magick (4.13.1)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
mini_racer (0.12.0)
libv8-node (~> 21.7.2.0)
mini_racer (0.13.0)
libv8-node (~> 22.5.1.0)
minitest (5.24.1)
money (6.19.0)
i18n (>= 0.6.4, <= 2)
Expand Down Expand Up @@ -639,7 +639,7 @@ DEPENDENCIES
maxmind-db (~> 1.2.0)
mime-types (< 4.0.0)
mini_magick (~> 4.13.1)
mini_racer (~> 0.12.0)
mini_racer (~> 0.13.0)
money (~> 6.19.0)
net-protocol (~> 0.1.3)
net-ssh (~> 7.2.3)
Expand Down

0 comments on commit 55c472b

Please sign in to comment.