Remove therubyracer gem (#228)

This commit is contained in:
Pranav Raj S
2019-11-21 10:31:25 +05:30
committed by GitHub
parent 8348f4adae
commit ba10045a0f
2 changed files with 0 additions and 7 deletions

View File

@@ -7,7 +7,6 @@ gem 'rack-cors', require: 'rack/cors'
gem 'rails', '~> 6', github: 'rails/rails'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', require: false
gem 'therubyracer', platforms: :ruby
##-- rails helper gems --##
gem 'acts-as-taggable-on', git: 'https://github.com/mbleigh/acts-as-taggable-on'