Remove therubyracer gem (#228)
This commit is contained in:
parent
8348f4adae
commit
ba10045a0f
2 changed files with 0 additions and 7 deletions
1
Gemfile
1
Gemfile
|
@ -7,7 +7,6 @@ gem 'rack-cors', require: 'rack/cors'
|
||||||
gem 'rails', '~> 6', github: 'rails/rails'
|
gem 'rails', '~> 6', github: 'rails/rails'
|
||||||
# Reduces boot times through caching; required in config/boot.rb
|
# Reduces boot times through caching; required in config/boot.rb
|
||||||
gem 'bootsnap', require: false
|
gem 'bootsnap', require: false
|
||||||
gem 'therubyracer', platforms: :ruby
|
|
||||||
|
|
||||||
##-- rails helper gems --##
|
##-- rails helper gems --##
|
||||||
gem 'acts-as-taggable-on', git: 'https://github.com/mbleigh/acts-as-taggable-on'
|
gem 'acts-as-taggable-on', git: 'https://github.com/mbleigh/acts-as-taggable-on'
|
||||||
|
|
|
@ -256,7 +256,6 @@ GEM
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
letter_opener (1.7.0)
|
letter_opener (1.7.0)
|
||||||
launchy (~> 2.2)
|
launchy (~> 2.2)
|
||||||
libv8 (3.16.14.19)
|
|
||||||
listen (3.2.0)
|
listen (3.2.0)
|
||||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
rb-inotify (~> 0.9, >= 0.9.10)
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
|
@ -331,7 +330,6 @@ GEM
|
||||||
redis-store (>= 1.6, < 2)
|
redis-store (>= 1.6, < 2)
|
||||||
redis-store (1.8.0)
|
redis-store (1.8.0)
|
||||||
redis (>= 4, < 5)
|
redis (>= 4, < 5)
|
||||||
ref (2.0.0)
|
|
||||||
responders (3.0.0)
|
responders (3.0.0)
|
||||||
actionpack (>= 5.0)
|
actionpack (>= 5.0)
|
||||||
railties (>= 5.0)
|
railties (>= 5.0)
|
||||||
|
@ -394,9 +392,6 @@ GEM
|
||||||
faraday
|
faraday
|
||||||
inflecto
|
inflecto
|
||||||
virtus
|
virtus
|
||||||
therubyracer (0.12.3)
|
|
||||||
libv8 (~> 3.16.14.15)
|
|
||||||
ref
|
|
||||||
thor (0.20.3)
|
thor (0.20.3)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
time_diff (0.3.0)
|
time_diff (0.3.0)
|
||||||
|
@ -499,7 +494,6 @@ DEPENDENCIES
|
||||||
spring
|
spring
|
||||||
spring-watcher-listen
|
spring-watcher-listen
|
||||||
telegram-bot-ruby
|
telegram-bot-ruby
|
||||||
therubyracer
|
|
||||||
time_diff
|
time_diff
|
||||||
twitter
|
twitter
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
|
|
Loading…
Reference in a new issue