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

Verify support for Rails 5.2 #5343

Merged
merged 3 commits into from Feb 14, 2018
Merged

Verify support for Rails 5.2 #5343

merged 3 commits into from Feb 14, 2018

Conversation

varyonic
Copy link
Contributor

@varyonic varyonic commented Feb 3, 2018

Closes #5254. Pending gem releases for devise and ransack. All tests pass, only a couple of deprecations needed to be addressed.

@codecov
Copy link

codecov bot commented Feb 3, 2018

Codecov Report

Merging #5343 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5343   +/-   ##
=======================================
  Coverage   98.29%   98.29%           
=======================================
  Files         294      294           
  Lines       10989    10989           
=======================================
  Hits        10802    10802           
  Misses        187      187
Impacted Files Coverage Δ
lib/active_admin/order_clause.rb 100% <100%> (ø) ⬆️
...nit/authorization/controller_authorization_spec.rb 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5408b9f...bc22fd9. Read the comment docs.

@Fivell Fivell merged commit d204725 into master Feb 14, 2018
@Fivell Fivell deleted the rails-5.2 branch February 14, 2018 08:39
@@ -21,11 +21,11 @@ Gem::Specification.new do |s|
s.add_dependency 'arbre', '>= 1.1.1'
s.add_dependency 'formtastic', '~> 3.1'
s.add_dependency 'formtastic_i18n'
s.add_dependency 'inherited_resources', '~> 1.7'
s.add_dependency 'inherited_resources', '>= 1.7.0'
s.add_dependency 'jquery-rails', '>= 4.2.0'
s.add_dependency 'kaminari', '>= 1.0.1'
s.add_dependency 'railties', '>= 4.2', '< 5.2'
Copy link

Choose a reason for hiding this comment

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

This was supposed to be for Rails 5.2 support but you're specifying railties < 5.2. How's that supposed to work? Rails 5.2 requires railties 5.2.0. rails/rails@375a414#diff-e79a60dc6b85309ae70a6ea8261eaf95R81

@varyonic
Copy link
Contributor Author

See #5391.

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

4 participants