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

Loosen requirements for rack-pjax to support rack 2.0/rails 5 #2640

Merged
merged 1 commit into from Jun 7, 2016

Conversation

soupmatt
Copy link
Contributor

rack-pjax 1.0 has been released and it works with rack 2.0.

@bbenezech
Copy link
Collaborator

Awesome!

@bbenezech bbenezech merged commit 12c1eaa into railsadminteam:rails-5 Jun 7, 2016
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'jquery-ui-rails', '~> 5.0'
spec.add_dependency 'kaminari', '~> 0.14'
spec.add_dependency 'nested_form', '~> 0.3'
spec.add_dependency 'rack-pjax', '~> 0.7'
spec.add_dependency 'rack-pjax', '>= 0.7'

Choose a reason for hiding this comment

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

Why not lock it to '~> 1.0.0' or even '~> 1.0'?

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.

None yet

3 participants