Skip to content

Commit

Permalink
Hoping to solve mini racer
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Sep 19, 2024
1 parent dd84ecb commit de06ee1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ gem 'carrierwave'
gem 'dalli'
gem 'devise'
gem 'mini_magick'
gem 'mini_racer'
gem 'mini_racer', git: 'https://github.com/rubyjs/mini_racer', platforms: :ruby
gem 'protected_attributes_continued'
gem 'psych'
gem 'rake'
Expand Down
11 changes: 8 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/rubyjs/mini_racer
revision: 4f552cf0b92df23336dde7ac6baf4500f8e157e2
specs:
mini_racer (0.17.0.pre4)
libv8-node (~> 22.7.0.4)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -226,8 +233,6 @@ GEM
mime-types-data (3.2024.0903)
mini_magick (5.0.1)
mini_mime (1.1.5)
mini_racer (0.15.0)
libv8-node (~> 22.7.0.1)
minitest (5.25.1)
msgpack (1.7.2)
multi_json (1.15.0)
Expand Down Expand Up @@ -503,7 +508,7 @@ DEPENDENCIES
lograge
logstash-event
mini_magick
mini_racer
mini_racer!
newrelic_rpm
paranoia (~> 2.6)
pg
Expand Down

0 comments on commit de06ee1

Please sign in to comment.