mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
add unf gem to remove warning
This commit is contained in:
parent
50005e2ef9
commit
30e0d102e3
1
Gemfile
1
Gemfile
|
@ -80,6 +80,7 @@ gem 'fast_xs'
|
||||||
gem 'fast_xor', git: 'https://github.com/CodeMonkeySteve/fast_xor.git'
|
gem 'fast_xor', git: 'https://github.com/CodeMonkeySteve/fast_xor.git'
|
||||||
gem 'fastimage'
|
gem 'fastimage'
|
||||||
gem 'fog', '1.18.0', require: false
|
gem 'fog', '1.18.0', require: false
|
||||||
|
gem 'unf', require: false
|
||||||
|
|
||||||
gem 'email_reply_parser', git: 'https://github.com/lawrencepit/email_reply_parser.git'
|
gem 'email_reply_parser', git: 'https://github.com/lawrencepit/email_reply_parser.git'
|
||||||
|
|
||||||
|
|
|
@ -446,6 +446,9 @@ GEM
|
||||||
uglifier (2.2.1)
|
uglifier (2.2.1)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
multi_json (~> 1.0, >= 1.0.2)
|
multi_json (~> 1.0, >= 1.0.2)
|
||||||
|
unf (0.1.3)
|
||||||
|
unf_ext
|
||||||
|
unf_ext (0.0.6)
|
||||||
unicorn (4.6.3)
|
unicorn (4.6.3)
|
||||||
kgio (~> 2.6)
|
kgio (~> 2.6)
|
||||||
rack
|
rack
|
||||||
|
@ -541,5 +544,6 @@ DEPENDENCIES
|
||||||
thin
|
thin
|
||||||
timecop
|
timecop
|
||||||
uglifier
|
uglifier
|
||||||
|
unf
|
||||||
unicorn
|
unicorn
|
||||||
vestal_versions!
|
vestal_versions!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user