Closed Juuro closed 9 years ago
Sadly gem 'dropzonejs-rails', '~> 0.6.0' doesn't work. I get the follwoing error:
gem 'dropzonejs-rails', '~> 0.6.0'
Could not find gem 'dropzonejs-rails (~> 0.6.0) ruby' in the gems available on this machine.
Apparently there is noch 0.6.x? Did you mean 0.5.0? This works for me:
0.5.0
gem 'dropzonejs-rails', '~> 0.5.0'
It loads 0.5.3.
Oops.. totally right! I missed that one.. I'm updating the README now. Thanks @Juuro
Sadly
gem 'dropzonejs-rails', '~> 0.6.0'
doesn't work. I get the follwoing error:Apparently there is noch 0.6.x? Did you mean
0.5.0
? This works for me:It loads 0.5.3.