Browse Source

Fix gemfile comment

pull/847/head^2
baarkerlounger 2 years ago
parent
commit
4064bbf730
  1. 2
      Gemfile

2
Gemfile

@ -13,7 +13,7 @@ gem "pg", "~> 1.1"
gem "puma", "~> 5.0" gem "puma", "~> 5.0"
# The modern asset pipeline for Rails [https://github.com/rails/propshaft] # The modern asset pipeline for Rails [https://github.com/rails/propshaft]
gem "propshaft" gem "propshaft"
# Bundle and transpile JavaScript [https://github.com/rails/propshaft/] # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
gem "jsbundling-rails" gem "jsbundling-rails"
# Reduces boot times through caching; required in config/boot.rb # Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", ">= 1.4.4", require: false gem "bootsnap", ">= 1.4.4", require: false

Loading…
Cancel
Save