comparison 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
comparison
equal deleted inserted replaced
486:5419f1c6a291 487:5246edd5b8ad
7 7
8 # Bundle edge Rails instead: 8 # Bundle edge Rails instead:
9 # gem "rails", :git => "git://github.com/rails/rails.git" 9 # gem "rails", :git => "git://github.com/rails/rails.git"
10 10
11 gem "pg", :platforms => :ruby 11 gem "pg", :platforms => :ruby
12 gem "activerecord-jdbcpostgresql-adapter", :platforms => :jruby
13 gem "jruby-openssl", :platforms => :jruby
14
15 gem "therubyrhino", :platforms => :jruby
16 12
17 # To use ActiveModel has_secure_password 13 # To use ActiveModel has_secure_password
18 # gem "bcrypt-ruby", "~> 3.0.0" 14 # gem "bcrypt-ruby", "~> 3.0.0"
19 15
20 # To use Jbuilder templates for JSON 16 # To use Jbuilder templates for JSON