Skip to content

MailGrabber v1.3.0

Compare
Choose a tag to compare
@norbertszivos norbertszivos released this 04 Oct 19:47
· 34 commits to main since this release
f511178

Changes

  • Replace rack to rackup gem as a dependency.
    In the rack 3.x gem it was extracted rackup command, Rack::Server, Rack::Handler, Rack::Lobster and related code into a separate gem.
  • Update bundler and gems.

Bug fixes

  • Fix infinite scroll.
    In the new Chrome browser, the scrollTop is a float and not an integer. Because of that, the infinite scroll was stopped working.
  • Override webrick server for capybara in RSpec configuration.
    At this moment capybara does not support the new rack/rackup changes.