Hi... i'm a try use your gem but i'm blocked in dependency. The gem RailsAdmin use jquery-rails between 3.0 and 5.0 and your gem use jquery-rails between 1.8 and < 1.9 (~> 1.8 == (>= 1.8 && < 1.9)).
This restriction is necessary? My current version of jquery-rails is 4.2.1.
In Gemfile:
icheck-rails was resolved to 1.0.2.2, which depends on
jquery-rails
icheck-rails was resolved to 1.0.2.2, which depends on
jquery-rails
ion.rangeSlider-rails was resolved to 2.1.4, which depends on
jquery-rails (~> 1.8)
rails_admin (~> 0.7.0) was resolved to 0.7.0, which depends on
jquery-rails (< 5, >= 3.0)
Running bundle update will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
`
Hi... i'm a try use your gem but i'm blocked in dependency. The gem RailsAdmin use jquery-rails between 3.0 and 5.0 and your gem use jquery-rails between 1.8 and < 1.9 (~> 1.8 == (>= 1.8 && < 1.9)).
This restriction is necessary? My current version of jquery-rails is 4.2.1.
`$ bundle install Fetching https://github.com/seba4/ion.rangeSlider-rails.git Fetching gem metadata from https://rubygems.org/ .......... Fetching version metadata from https://rubygems.org/... Fetching dependency metadata from https://rubygems.org/.. Resolving dependencies... Bundler could not find compatible versions for gem "jquery-rails": In snapshot (Gemfile.lock): jquery-rails (= 4.2.1)
In Gemfile: icheck-rails was resolved to 1.0.2.2, which depends on jquery-rails
Running
bundle update
will rebuild your snapshot from scratch, using only the gems in your Gemfile, which may resolve the conflict. `