choonkeat / attache

Yet another approach to file upload
MIT License
203 stars 10 forks source link

Update fog since fog-aliyun is yanked #16

Closed shinnc closed 8 years ago

shinnc commented 8 years ago

I got the following when running bundle install

Could not find fog-aliyun-0.0.10 in any of the sources

Ref: https://rubygems.org/gems/fog-aliyun/versions/0.0.10

Just a side note on whether should check in Gemfile.lock, not sure if this is still relevant. http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/

choonkeat commented 8 years ago

Just a side note on whether should check in Gemfile.lock, not sure if this is still relevant. http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/

That clarifies. Thanks! Then we should drop the file instead.

choonkeat commented 8 years ago

FYI this should have been the solution, not dropping the Gemfile.lock; see #26