comparison Gemfile @ 489:361ab9e7ffad

Replace webpacker with esbuild and use plain js instead of coffee
author nanaya <me@nanaya.net>
date Tue, 17 Jan 2023 02:34:06 +0900
parents 5246edd5b8ad
children
comparison
equal deleted inserted replaced
488:994ae0349ade 489:361ab9e7ffad
1 source "https://rubygems.org" 1 source "https://rubygems.org"
2 2
3 gem "rails", "~> 7.0.1" 3 gem "rails", "~> 7.0.1"
4 gem "sass-rails" 4 gem "sass-rails"
5 gem "autoprefixer-rails" 5 gem "autoprefixer-rails"
6 gem "webpacker" 6 gem "sprockets-rails"
7 gem "jsbundling-rails"
7 8
8 # Bundle edge Rails instead: 9 # Bundle edge Rails instead:
9 # gem "rails", :git => "git://github.com/rails/rails.git" 10 # gem "rails", :git => "git://github.com/rails/rails.git"
10 11
11 gem "pg", :platforms => :ruby 12 gem "pg", :platforms => :ruby