Skip to content
Snippets Groups Projects
Commit cf71addc authored by Thu Trang Pham's avatar Thu Trang Pham
Browse files

Fix the gemfile - don't use pg gem for jruby'

parent d2bae35b
Branches
Tags
No related merge requests found
...@@ -23,8 +23,12 @@ group :development, :test do ...@@ -23,8 +23,12 @@ group :development, :test do
end end
group :test do group :test do
gem 'pg' gem 'pg', platforms: :ruby
gem 'sqlite3' gem 'sqlite3'
platforms :jruby do
gem 'activerecord-jdbcpostgresql-adapter'
end
end end
gemspec gemspec
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment