view Gemfile @ 472:b26dd8fa1c26 bootstrap-4

Update link to source
author nanaya <me@nanaya.pro>
date Sun, 23 Feb 2020 22:42:15 +0900
parents 68231013b01b
children 2672acc670d2
line wrap: on
line source

source "https://rubygems.org"

gem "rails", "~> 6.0.0"
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