Mercurial > zeropaste
annotate Gemfile @ 487:5246edd5b8ad
Update gems and remove jruby support
| author | nanaya <me@nanaya.net> | 
|---|---|
| date | Tue, 17 Jan 2023 01:42:57 +0900 | 
| parents | 6cac8fcf8164 | 
| children | 361ab9e7ffad | 
| rev | line source | 
|---|---|
| 269 | 1 source "https://rubygems.org" | 
| 0 | 2 | 
| 485 | 3 gem "rails", "~> 7.0.1" | 
| 468 | 4 gem "sass-rails" | 
| 469 | 5 gem "autoprefixer-rails" | 
| 468 | 6 gem "webpacker" | 
| 0 | 7 | 
| 8 # Bundle edge Rails instead: | |
| 269 | 9 # gem "rails", :git => "git://github.com/rails/rails.git" | 
| 0 | 10 | 
| 275 | 11 gem "pg", :platforms => :ruby | 
| 0 | 12 | 
| 13 # To use ActiveModel has_secure_password | |
| 269 | 14 # gem "bcrypt-ruby", "~> 3.0.0" | 
| 0 | 15 | 
| 16 # To use Jbuilder templates for JSON | |
| 269 | 17 # gem "jbuilder" | 
| 0 | 18 | 
| 19 # Deploy with Capistrano | |
| 269 | 20 # gem "capistrano" | 
| 0 | 21 | 
| 22 # To use debugger | |
| 269 | 23 # gem "ruby-debug" | 
| 57 | 24 | 
| 156 
d7b64b639d15
Disable newrelic by default (configurable).
 Edho Arief <edho@myconan.net> parents: 
147diff
changeset | 25 group :newrelic do | 
| 269 | 26 gem "newrelic_rpm" | 
| 156 
d7b64b639d15
Disable newrelic by default (configurable).
 Edho Arief <edho@myconan.net> parents: 
147diff
changeset | 27 end | 
| 178 
e4a0ef308a99
Added quiet_assets for development environment.
 Edho Arief <edho@myconan.net> parents: 
172diff
changeset | 28 | 
| 437 | 29 gem "puma", :require => false | 
