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

Rack 1.5.2 #1

Merged
merged 1 commit into from
Mar 6, 2013
Merged

Rack 1.5.2 #1

merged 1 commit into from
Mar 6, 2013

Conversation

nicotaing
Copy link
Contributor

Hey @kballenegger

Make sure to use at least rack 1.5.3

I've also moved all dependencies declaration into gemspec file.

s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ['lib']
s.add_dependency 'json'
s.add_dependency 'rack', '~> 1.5.2'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't we want >= 1.5.2 here, instead of ~>? (Not sure I understand the difference, though, so I may be wrong.)

@nicotaing
Copy link
Contributor Author

~> 1.5.2 is making sure to use at least rack 1.5.2 or 1.5.x, so it won't use rack 1.6.0 for instance, neither 1.5.1 when it will come out. It's just I like to be regressive

@kballenegger
Copy link
Owner

Gotcha, makes sense.

kballenegger added a commit that referenced this pull request Mar 6, 2013
@kballenegger kballenegger merged commit c787ae8 into master Mar 6, 2013
@kballenegger
Copy link
Owner

Merged it.

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

Successfully merging this pull request may close these issues.

2 participants