carrierwave 0.6.1
This commit is contained in:
parent
1a2cbff99e
commit
9c0ef432d0
2
Gemfile
2
Gemfile
|
@ -5,7 +5,7 @@ gem 'rails', '3.2.3'
|
||||||
gem 'authlogic'
|
gem 'authlogic'
|
||||||
|
|
||||||
gem 'mime-types', :require => 'mime/types'
|
gem 'mime-types', :require => 'mime/types'
|
||||||
gem 'carrierwave'
|
gem 'carrierwave', '0.6.1'
|
||||||
|
|
||||||
# -- Heroku
|
# -- Heroku
|
||||||
#gem 'heroku'
|
#gem 'heroku'
|
||||||
|
|
|
@ -33,7 +33,7 @@ GEM
|
||||||
activerecord (>= 3.0.7)
|
activerecord (>= 3.0.7)
|
||||||
activerecord (>= 3.0.7)
|
activerecord (>= 3.0.7)
|
||||||
builder (3.0.0)
|
builder (3.0.0)
|
||||||
carrierwave (0.6.2)
|
carrierwave (0.6.1)
|
||||||
activemodel (>= 3.2.0)
|
activemodel (>= 3.2.0)
|
||||||
activesupport (>= 3.2.0)
|
activesupport (>= 3.2.0)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
|
@ -111,7 +111,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
authlogic
|
authlogic
|
||||||
carrierwave
|
carrierwave (= 0.6.1)
|
||||||
fog
|
fog
|
||||||
mime-types
|
mime-types
|
||||||
mini_exiftool
|
mini_exiftool
|
||||||
|
|
Loading…
Reference in a new issue