quick_count
quick_count copied to clipboard
Add rails 6.0 support
@voltechs @Benjaminpjacobs
Hi @zoommix, thanks for the PR! This won't pass specs without the corresponding gemfiles/activerecord-6.0.Gemfile
file as well.
Hi @voltechs. My bad, thanks for the catch! The pr is updated.
:+1: for the merge!
Obs: The "pry" gem is required for this PR to work. It should be declared in the dependencies
Obs: The "pry" gem is required for this PR to work. It should be declared in the dependencies
@MauricioMoraes
Isn't dependency declared in quick_count.gemspec
enough?
We only need it on development so no need to add pry to activerecord-6.0.Gemfile
.
bundle install
successfully installed pry on my local machine.
Please correct me if I'm wrong.