Mercurial > zeropaste
annotate Gemfile @ 498:300bac944674
Remove newrelic
To be replaced with sentry (maybe).
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 15 Dec 2024 22:31:14 +0900 |
parents | 92929378413e |
children | d2ef59c9a4b4 |
rev | line source |
---|---|
269 | 1 source "https://rubygems.org" |
0 | 2 |
495 | 3 gem "rails", "~> 8.0.0" |
468 | 4 gem "sass-rails" |
469 | 5 gem "autoprefixer-rails" |
489
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
nanaya <me@nanaya.net>
parents:
487
diff
changeset
|
6 gem "sprockets-rails" |
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
nanaya <me@nanaya.net>
parents:
487
diff
changeset
|
7 gem "jsbundling-rails" |
0 | 8 |
9 # Bundle edge Rails instead: | |
269 | 10 # gem "rails", :git => "git://github.com/rails/rails.git" |
0 | 11 |
275 | 12 gem "pg", :platforms => :ruby |
0 | 13 |
14 # To use ActiveModel has_secure_password | |
269 | 15 # gem "bcrypt-ruby", "~> 3.0.0" |
0 | 16 |
17 # To use Jbuilder templates for JSON | |
269 | 18 # gem "jbuilder" |
0 | 19 |
20 # Deploy with Capistrano | |
269 | 21 # gem "capistrano" |
0 | 22 |
23 # To use debugger | |
269 | 24 # gem "ruby-debug" |
57 | 25 |
437 | 26 gem "puma", :require => false |