erwinjunker / regressor

Generate specs for your rails application the easy way. Regressor generates model and controller specs based on validations, associations, enums, database, routes, callbacks. Use regressor to capture your rails application behaviour.
MIT License
206 stars 33 forks source link

Rails 5 support? #22

Closed lubekpl closed 7 years ago

lubekpl commented 7 years ago

Hi there!

Any plans on supporting Rails 5?

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

  In Gemfile:
    rails (= 5.0.0.1)

    regressor (~> 0.6.0) was resolved to 0.6.0, which depends on
      rails (~> 4.0)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
erwinjunker commented 7 years ago

Hi, regressor with Rails 5 should work without issues. I will try to update the dependencies next week and update this gem on rubygems. Hope this will help you!

erwinjunker commented 7 years ago

I have updated the gem to 0.6.1 please try this version.