aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile17
1 files changed, 3 insertions, 14 deletions
diff --git a/Gemfile b/Gemfile
index db98594..6f5f7b0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,20 +4,7 @@ source 'https://rubygems.org'
gem 'rails', '~> 6.0.0'
# Use mysql as the database for Active Record
# gem 'mysql2'
-# Use SCSS for stylesheets
-gem 'sassc-rails', '~> 2.0'
-# Use Uglifier as compressor for JavaScript assets
-gem 'uglifier', '>= 1.3.0'
-# Use CoffeeScript for .coffee assets and views
-# gem 'coffee-rails', '~> 4.1.0'
-# See https://github.com/rails/execjs#readme for more supported runtimes
-# gem 'therubyracer', platforms: :ruby
-gem 'sprockets', '~> 3.0'
-
-# Use jquery as the JavaScript library
-gem 'jquery-rails', '~> 4.3.5'
-# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
-gem 'turbolinks'
+
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
@@ -41,6 +28,8 @@ gem 'octicons_helper'
gem 'rails-controller-testing'
+gem 'webpacker', '~> 4.0.7'
+
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'