Releases: MailToolbox/mail_grabber
Releases · MailToolbox/mail_grabber
MailGrabber v1.3.7
Changes
- Update webrick to version 1.8.2 because of security issues.
- Upgrade rackup to version 2.1.0
- Update gems.
MailGrabber v1.3.6
Changes
- Update rack to version 3.0.9.1 because of security issues.
- Update gems.
MailGrabber v1.3.5
Changes
- Add Ruby 3.3 support.
- Update bundler and gems.
- Replace apparition gem to cuprite gem.
MailGrabber v1.3.4
Changes
- Add Ruby 3.2 support.
- Update bundler and gems.
MailGrabber v1.3.3
Changes
- Update rack to version 3.0.7 because of security issues.
- Update gem description.
- Update gems.
MailGrabber v1.3.2
Changes
- Update rack to version 3.0.4.2 because of security issues.
- Update bundler and gems.
MailGrabber v1.3.1
Changes
- Update rack to version 3.0.4.1 because of security issues.
- Update bundler and gems.
Bug fixes
- Fix the Ruby version problem in the GitHub Actions workflow file.
MailGrabber v1.3.0
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.
MailGrabber v1.2.1
Changes
- Update rack to version 2.2.3.1 because of security issues.
MailGrabber v1.2.0
Changes
- Drop Ruby 2.6 support.
- Fix some grammar issues and typos.
- Update bundler and gems.