diff 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
line wrap: on
line diff
--- a/Gemfile	Sat Jan 15 02:09:35 2022 +0900
+++ b/Gemfile	Tue Jan 17 01:42:57 2023 +0900
@@ -9,10 +9,6 @@
 # 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"