Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
leesheppard opened this issue Nov 11, 2015 · 4 comments
Open

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

leesheppard opened this issue Nov 11, 2015 · 4 comments

Comments

@leesheppard
Copy link

Gem link fog-aliyun-0.0.10 is out of date and not functioning: https://rubygems.org/gems/fog-aliyun/versions

Need to amend Gemlock.file to latest version: fog-aliyun (0.1.0)

@romenigld
Copy link

This worked for me thank's leesheppard!

@kevstessens
Copy link

I used gem 'fog-aliyun', '~> 0.1.0' at my Gemfile and worked perfectly

@heidar
Copy link

heidar commented Jan 12, 2016

Thanks!

I just ran bundle update fog-aliyun - no need to edit Gemfiles.

Installing fog-aliyun 0.1.0 (was 0.0.10)

@bcroesch
Copy link
Contributor

I'm having a hard time replicating. I just set up a new rails 4.2.5 app with storytime in the gemfile and was able to bundle with no problems.

For anyone/someone having this issue, would you mind trying running it off of the current master? If everything seems to be working fine there, I can push a new release to rubygems.

Gemfile entry would be:

gem 'storytime', github: 'flyoverworks/storytime', branch: 'master'
gem 'storytime-admin', github: 'flyoverworks/storytime-admin', branch: 'master'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants