Mercurial > zeropaste
view Gemfile @ 485:6cac8fcf8164
Update to rails 7 (and ruby 3.1)
author | nanaya <me@nanaya.pro> |
---|---|
date | Sat, 15 Jan 2022 02:07:02 +0900 |
parents | 2672acc670d2 |
children | 5246edd5b8ad |
line wrap: on
line source
source "https://rubygems.org" gem "rails", "~> 7.0.1" gem "sass-rails" gem "autoprefixer-rails" gem "webpacker" # Bundle edge Rails instead: # gem "rails", :git => "git://github.com/rails/rails.git" gem "pg", :platforms => :ruby gem "activerecord-jdbcpostgresql-adapter", :platforms => :jruby gem "jruby-openssl", :platforms => :jruby gem "therubyrhino", :platforms => :jruby # To use ActiveModel has_secure_password # gem "bcrypt-ruby", "~> 3.0.0" # To use Jbuilder templates for JSON # gem "jbuilder" # Deploy with Capistrano # gem "capistrano" # To use debugger # gem "ruby-debug" group :newrelic do gem "newrelic_rpm" end gem "puma", :require => false