mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add jruby-openssl gem in Gemfile necessary for JRuby
[#5762 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
This commit is contained in:
parent
1e63a05d28
commit
ea30da3069
1 changed files with 2 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -55,6 +55,8 @@ platforms :jruby do
|
|||
|
||||
gem "activerecord-jdbcsqlite3-adapter"
|
||||
|
||||
gem "jruby-openssl"
|
||||
|
||||
group :db do
|
||||
gem "activerecord-jdbcmysql-adapter"
|
||||
gem "activerecord-jdbcpostgresql-adapter"
|
||||
|
|
Loading…
Reference in a new issue