mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-29 21:38:49 +01:00
Add db bundler groups so they can be excluded with --without
This commit is contained in:
parent
d7fbcb10c4
commit
f8ec87e155
1 changed files with 5 additions and 4 deletions
9
Gemfile
9
Gemfile
|
|
@ -16,11 +16,12 @@ gem 'uglifier', '~> 2.5.3'
|
|||
|
||||
gem 'jquery-rails', '~> 3.1.2'
|
||||
|
||||
# you may comment out the database driver you will not be using.
|
||||
# you may comment out the database driver(s) you will not be using.
|
||||
# This will prevent a native build of the driver. Building native drivers is not
|
||||
# always possible on all hosters
|
||||
gem "sqlite3", "~> 1.3.9"
|
||||
gem "mysql2", "~> 0.3.16"
|
||||
# always possible on all platforms
|
||||
# Alternatively use --without <group> arguments to bundler to not install that group
|
||||
gem "sqlite3", "~> 1.3.9", group: :sqlite
|
||||
gem "mysql2", "~> 0.3.16", group: :mysql
|
||||
|
||||
gem "RedCloth", "~> 4.2.9"
|
||||
gem "sanitize", "~> 3.0.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue