mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Provide minimum version for sanitize gem.
The sanitize code in Tracks uses merge to copy Sanitize configurations, but this was only introduced in version 3.0.0.
This commit is contained in:
parent
7781281243
commit
2d4be328c3
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -24,7 +24,7 @@ gem "sqlite3", group: :sqlite
|
||||||
gem "mysql2", group: :mysql
|
gem "mysql2", group: :mysql
|
||||||
|
|
||||||
gem "RedCloth"
|
gem "RedCloth"
|
||||||
gem "sanitize"
|
gem "sanitize", ">=3.0.0"
|
||||||
gem "will_paginate"
|
gem "will_paginate"
|
||||||
gem "acts_as_list"
|
gem "acts_as_list"
|
||||||
gem "aasm"
|
gem "aasm"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue