Skip to content

Commit

Permalink
Update mini_racer requirement from ~> 0.8.0 to ~> 0.14.1
Browse files Browse the repository at this point in the history
Updates the requirements on [mini_racer](https://github.com/discourse/mini_racer) to permit the latest version.
- [Changelog](https://github.com/rubyjs/mini_racer/blob/main/CHANGELOG)
- [Commits](rubyjs/mini_racer@v0.8.0...v0.14.1)

---
updated-dependencies:
- dependency-name: mini_racer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent cf9aaca commit 62a461e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem "sass-rails", "~> 6.0.0"
# Use Uglifier as compressor for JavaScript assets
gem "uglifier", ">= 4.2.0"
# See https://github.com/rails/execjs#readme for more supported runtimes
gem 'mini_racer', '~> 0.8.0'
gem 'mini_racer', '~> 0.14.1'

# Use CoffeeScript for .coffee assets and views
gem "coffee-rails", "~> 5.0.0"
Expand Down

0 comments on commit 62a461e

Please sign in to comment.