Remove unnecessary gem "mini_racer"
This commit is contained in:
parent
932580dd35
commit
132075323c
2 changed files with 0 additions and 7 deletions
3
Gemfile
3
Gemfile
|
@ -23,9 +23,6 @@ gem 'sass-rails', '~> 5.0'
|
||||||
# Use Uglifier as compressor for JavaScript assets.
|
# Use Uglifier as compressor for JavaScript assets.
|
||||||
gem 'uglifier', '>= 1.3.0'
|
gem 'uglifier', '>= 1.3.0'
|
||||||
|
|
||||||
# See https://github.com/rails/execjs#readme for more supported runtimes.
|
|
||||||
gem 'mini_racer', platforms: :ruby
|
|
||||||
|
|
||||||
# Turbolinks makes navigating your web application faster.
|
# Turbolinks makes navigating your web application faster.
|
||||||
# Read more: https://github.com/turbolinks/turbolinks.
|
# Read more: https://github.com/turbolinks/turbolinks.
|
||||||
gem 'turbolinks', '~> 5'
|
gem 'turbolinks', '~> 5'
|
||||||
|
|
|
@ -174,7 +174,6 @@ GEM
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
letter_opener (1.6.0)
|
letter_opener (1.6.0)
|
||||||
launchy (~> 2.2)
|
launchy (~> 2.2)
|
||||||
libv8 (6.7.288.46.1)
|
|
||||||
listen (3.1.5)
|
listen (3.1.5)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
rb-inotify (~> 0.9, >= 0.9.7)
|
||||||
|
@ -193,8 +192,6 @@ GEM
|
||||||
mimemagic (0.3.2)
|
mimemagic (0.3.2)
|
||||||
mini_mime (1.0.1)
|
mini_mime (1.0.1)
|
||||||
mini_portile2 (2.3.0)
|
mini_portile2 (2.3.0)
|
||||||
mini_racer (0.2.4)
|
|
||||||
libv8 (>= 6.3)
|
|
||||||
minitest (5.11.3)
|
minitest (5.11.3)
|
||||||
msgpack (1.2.4)
|
msgpack (1.2.4)
|
||||||
multi_json (1.13.1)
|
multi_json (1.13.1)
|
||||||
|
@ -418,7 +415,6 @@ DEPENDENCIES
|
||||||
jquery-rails (~> 4.3)
|
jquery-rails (~> 4.3)
|
||||||
letter_opener (~> 1.6)
|
letter_opener (~> 1.6)
|
||||||
listen (>= 3.0.5, < 3.2)
|
listen (>= 3.0.5, < 3.2)
|
||||||
mini_racer
|
|
||||||
omniauth (~> 1.8)
|
omniauth (~> 1.8)
|
||||||
omniauth-github (~> 1.3)
|
omniauth-github (~> 1.3)
|
||||||
pg (>= 0.18, < 2.0)
|
pg (>= 0.18, < 2.0)
|
||||||
|
|
Reference in a new issue