When I put the following in my gemfile:
gem 'simple_form'
gem 'client_side_validations'#, github: 'DavyJonesLocker/client_side_validations'
gem 'client_side_validations-simple_form'#, github: 'DavyJonesLocker/client_side_validations-simple_form'
It results in this:
Bundler could not find compatible versions for gem "rails":
In Gemfile:
rails (= 5.0.0)
client_side_validations-simple_form was resolved to 3.2.0, which depends on
client_side_validations (~> 4.2.0) was resolved to 4.2.0, which depends on
rails (< 4.3.0, >= 4.0.0)
Any ideas on getting these gems to work?
unansweron my post and I am not sure why as it includes all facts: (1) gem does not have production-ready solution for Rails 5. (2) you can use experimental branch as suggested in provided link. Newer post has been marked as the answer, but it provides the same solution (using experimental branch) without the notice that it is still WIP. @bevanb could you clarify the reason?