blowmage / minitest-rails-capybara

Capybara integration for MiniTest::Rails
http://blowmage.com/minitest-rails-capybara
MIT License
131 stars 40 forks source link

Updated dependencies and removed support for 1.9.3 #36

Closed rhymes closed 8 years ago

blowmage commented 8 years ago

Rubies and dependencies are updated in master to support Rails 5. Thanks.

rhymes commented 8 years ago

@blowmage I understand, though with the latest updates of minitest-rails and minitest-rails-capybara you completely dropped support for Rails 4.2 :-(

blowmage commented 8 years ago

Rails 4.1 and 4.2 are supported by minitest-rails versions 2.x found on the 2.x branch. The 2.x branch also had the dependencies updated and 2.1.2 was released yesterday. It still supports Ruby 1.9.3 though.

rhymes commented 8 years ago

@blowmage thanks! sorry I didn't see the new release. Perfect!