File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727 spec . add_development_dependency 'jquery-rails'
2828 spec . add_development_dependency 'listen'
2929 spec . add_development_dependency 'mime-types'
30- spec . add_development_dependency 'mini_racer' , '>= 0.6 .0' # 0.3.x fails to compile on Ubuntu 24.04; 0.6+ uses libv8-node and compiles cleanly
30+ spec . add_development_dependency 'mini_racer' , '~> 0.9 .0' # 0.3.x fails on Ubuntu 24.04; 0.9.x uses libv8-node and works with Ruby 3.1
3131 spec . add_development_dependency 'nokogiri'
3232 spec . add_development_dependency 'opal-jquery'
3333 spec . add_development_dependency 'opal-rails'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222 spec . add_development_dependency 'hyper-spec' , HyperRouter ::VERSION
2323 spec . add_development_dependency 'hyper-store' , HyperRouter ::VERSION
2424 spec . add_development_dependency 'listen'
25- spec . add_development_dependency 'mini_racer' , '>= 0.6 .0' # 0.3.x fails to compile on Ubuntu 24.04; 0.6+ uses libv8-node and compiles cleanly
25+ spec . add_development_dependency 'mini_racer' , '~> 0.9 .0' # 0.3.x fails on Ubuntu 24.04; 0.9.x uses libv8-node and works with Ruby 3.1
2626 spec . add_development_dependency 'opal-rails'
2727 spec . add_development_dependency 'opal-jquery'
2828 spec . add_development_dependency 'pry-rescue'
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
3434
3535 spec . add_development_dependency 'bundler'
3636 spec . add_development_dependency 'hyper-component' , HyperSpec ::VERSION
37- spec . add_development_dependency 'mini_racer' , '>= 0.6 .0' # 0.3.x fails to compile on Ubuntu 24.04; 0.6+ uses libv8-node and compiles cleanly
37+ spec . add_development_dependency 'mini_racer' , '~> 0.9 .0' # 0.3.x fails on Ubuntu 24.04; 0.9.x uses libv8-node and works with Ruby 3.1
3838 spec . add_development_dependency 'opal-rails' , '>= 0.9.4'
3939 spec . add_development_dependency 'pry-rescue'
4040 spec . add_development_dependency 'pry-stack_explorer'
You can’t perform that action at this time.
0 commit comments