mirror of
https://github.com/neocities/neocities.git
synced 2025-04-28 11:12:30 +02:00
jdbc deps
This commit is contained in:
parent
b2bdf32275
commit
50882756d0
1 changed files with 11 additions and 1 deletions
10
Gemfile
10
Gemfile
|
@ -18,6 +18,16 @@ platform :mri do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
platform :jruby do
|
||||||
|
gem 'jruby-openssl'
|
||||||
|
gem 'json'
|
||||||
|
gem 'jdbc-postgres'
|
||||||
|
|
||||||
|
group :development do
|
||||||
|
gem 'ruby-debug', require: nil
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'shotgun', require: nil
|
gem 'shotgun', require: nil
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue