1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Add unf gem for S3

This commit is contained in:
Dan Barber 2014-03-07 16:00:19 +00:00
parent f5fb7426b9
commit e0414fa27f
2 changed files with 5 additions and 0 deletions

View File

@ -76,6 +76,7 @@ gem 'redcarpet'
gem 'paperclip' gem 'paperclip'
gem 'dragonfly' gem 'dragonfly'
gem 'dragonfly-s3_data_store' gem 'dragonfly-s3_data_store'
gem 'unf'
gem 'haml' gem 'haml'
gem 'slugtastic' gem 'slugtastic'

View File

@ -243,6 +243,9 @@ GEM
uglifier (2.4.0) uglifier (2.4.0)
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
unf (0.1.3)
unf_ext
unf_ext (0.0.6)
uuidtools (2.1.4) uuidtools (2.1.4)
warden (1.2.3) warden (1.2.3)
rack (>= 1.0) rack (>= 1.0)
@ -291,5 +294,6 @@ DEPENDENCIES
squeel squeel
thin thin
uglifier uglifier
unf
will_paginate will_paginate
yaml_db! yaml_db!