comparison Gemfile @ 473:8a90106a7be2

Seems working
author nanaya <me@nanaya.pro>
date Sun, 23 Feb 2020 22:49:49 +0900
parents 68231013b01b
children 2672acc670d2
comparison
equal deleted inserted replaced
468:802dcd44188e 473:8a90106a7be2
1 source "https://rubygems.org" 1 source "https://rubygems.org"
2 2
3 gem "rails", "~> 6.0.0" 3 gem "rails", "~> 6.0.0"
4 gem "sass-rails" 4 gem "sass-rails"
5 gem "autoprefixer-rails"
5 gem "webpacker" 6 gem "webpacker"
6 7
7 # Bundle edge Rails instead: 8 # Bundle edge Rails instead:
8 # gem "rails", :git => "git://github.com/rails/rails.git" 9 # gem "rails", :git => "git://github.com/rails/rails.git"
9 10