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

using/testing on ruby 1.9 #203

Closed
craiggenner opened this issue Nov 24, 2015 · 1 comment
Closed

using/testing on ruby 1.9 #203

craiggenner opened this issue Nov 24, 2015 · 1 comment

Comments

@craiggenner
Copy link

To get this to usable and run the tests I had to add the following:

spec.add_development_dependency 'mime-types', '~> 2.6.2'

to fog-aws.gemspec

What do people think of adding this? It might also be the fix for ruby 1.8, but I haven't tested yet.

@geemus
Copy link
Member

geemus commented Nov 24, 2015

Yeah, I think we need to lock to < 3 anyway. That said, we probably need to do it in fog-core instead (so that it will be true for all the fog sub-libraries. I'll look at doing it over there shortly.

@geemus geemus closed this as completed Nov 24, 2015
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

2 participants