kurenn / sabisu-rails

Simple and powerful engine for exploring your Rails api application
MIT License
127 stars 29 forks source link

With rails 5.2.1 errors #50

Open alexshapalov opened 6 years ago

alexshapalov commented 6 years ago

Bundler could not find compatible versions for gem "activemodel": In snapshot (Gemfile.lock): activemodel (= 5.2.0)

In Gemfile: rails (~> 5.2.0) was resolved to 5.2.0, which depends on activemodel (= 5.2.0)

sabisu_rails was resolved to 0.0.2.beta, which depends on
  activemodel (~> 4.0)

Running bundle update will rebuild your snapshot from scratch, using only the gems in your Gemfile, which may resolve the conflict.

kurenn commented 5 years ago

Thanks! I will take a look at it!