Skip to content
Snippets Groups Projects
Commit 98bad853 authored by Rysev, Gleb (UG - SISC)'s avatar Rysev, Gleb (UG - SISC)
Browse files

Mini_racer fix

parent b4e0a529
No related branches found
No related tags found
No related merge requests found
Pipeline #30732 failed
......@@ -24,7 +24,7 @@ gem 'uglifier', '>= 1.3.0'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
gem 'webpacker'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'mini_racer', platforms: :ruby
gem 'mini_racer', '~> 0.3.1', platforms: :ruby
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
......@@ -79,7 +79,6 @@ gem 'omniauth-facebook'
gem 'omniauth-google-oauth2'
gem "omniauth-rails_csrf_protection"
gem 'dotenv-rails', :groups => [:development,:test]
gem 'mini_racer'
gem 'bootstrap', '~> 4.0'
gem 'jquery-rails'
gem 'font-awesome-sass', '~> 5.15.1'
......
......@@ -187,8 +187,7 @@ GEM
koala (2.5.0)
addressable
faraday
libv8-node (15.14.0.1)
libv8-node (15.14.0.1-x86_64-linux)
libv8 (8.4.255.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
......@@ -203,8 +202,8 @@ GEM
method_source (1.0.0)
mini_mime (1.1.0)
mini_portile2 (2.5.1)
mini_racer (0.4.0)
libv8-node (~> 15.14.0.0)
mini_racer (0.3.1)
libv8 (~> 8.4.255)
minitest (5.14.4)
msgpack (1.4.2)
multi_json (1.15.0)
......@@ -411,7 +410,7 @@ DEPENDENCIES
jquery-rails
koala (~> 2.4)
listen (>= 3.0.5, < 3.2)
mini_racer
mini_racer (~> 0.3.1)
omniauth-facebook
omniauth-google-oauth2
omniauth-rails_csrf_protection
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment