mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
jdbc deps
This commit is contained in:
parent
b2bdf32275
commit
50882756d0
1 changed files with 11 additions and 1 deletions
12
Gemfile
12
Gemfile
|
@ -11,13 +11,23 @@ gem 'puma', require: nil
|
|||
platform :mri do
|
||||
gem 'pg'
|
||||
gem 'hiredis'
|
||||
|
||||
|
||||
group :development, :test do
|
||||
gem 'pry'
|
||||
gem 'pry-debugger'
|
||||
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
|
||||
gem 'shotgun', require: nil
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue