Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rails (5.1.6.1 → 6.0.2) · Repo
Release Notes
6.0.2
6.0.1
5.2.4
5.2.3
5.2.2
5.1.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
✳️ sass-rails (5.0.6 → 5.1.0) · Repo
Release Notes
5.0.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
Prepare to 5.1.0
Merge branch 'rm-test-with-rails-6' into 5-0-stable
Make the tests pass with all supported versions of rails
Update the example applications
Remove support to old Rails versions
Remove support to old rubies
Allow Rails 6 and test with all versions
Prepare for 5.0.7
Merge pull request #403 from y-yagi/fix-ruby-warnings
Merge pull request #404 from y-yagi/fix_broken_ci
Remove unused session_store initializer
Add manifest files
Use Rails 4.2 below Ruby 2.1
Use nokogiri 1.6.x on Ruby 2.0
Fix ruby warning
✳️ web-console (3.7.0 → 4.0.1) · Repo · Changelog
Release Notes
4.0.1 (from changelog)
4.0.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 32 commits:
Release 4.0.1
Merge pull request #279 from patorash/fix-web_console-permissions
Add test for use whitelisted_ips.
Remove config.web_console.permissions initial value.
Fix initializer "web_console.permissions"
Merge pull request #277 from localhostdotdev/prettier-css
prettier css + newlines
Prevent over resize (#276)
Release web-console 4.0
Move to config.web_console.permissions
Signal that only Ruby 2.5+ is supported in the gemspec
Start preparing the changelog for 4.0
Introduce Binding#console
Use the Rails 6 Interceptor API and avoid a monkey patch
Merge pull request #265 from yuki24/support-for-nested-exceptions
Add support for nested exceptions
Fix stray whitelisted_ips invocations and stubs
Rename the whitelist class to permissions
Don't depend on Mime types at all
Fix the Action View deprecation warnings when running the tests
Fix Ruby 2.6 __LINE__ and __FILE__ deprecated usage in Binding#eval
Bump Rails support to Rails 5.2 and above
Officially support Ruby 2.4+
Use the new cattr_accessor interface
Drop the Action View warnings for Rails 6
Drop Ruby 2.4 support for Rails 6
Fix the Rails 6 ActionView::Base instantiation deprecations
Merge pull request #273 from pjg/patch-1
Fix README typo
Merge pull request #269 from tamkylet/readme-writing-changes
readme writing changes for reability
Test against latest jruby release, 9.2.0.0 (#267)
↗️ actioncable (indirect, 5.1.6.1 → 6.0.2) · Repo · Changelog
Release Notes
6.0.2
6.0.1
5.2.4
5.2.3
5.1.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ actionmailer (indirect, 5.1.6.1 → 6.0.2) · Repo · Changelog
Release Notes
6.0.2
6.0.1
5.2.4
5.2.3
5.1.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ actionpack (indirect, 5.1.6.1 → 6.0.2) · Repo · Changelog
Release Notes
6.0.2
6.0.1
5.2.4
5.2.3
5.1.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ actionview (indirect, 5.1.6.1 → 6.0.2) · Repo · Changelog
Release Notes
6.0.2
6.0.1
5.2.4
5.2.3
5.1.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ activejob (indirect, 5.1.6.1 → 6.0.2) · Repo · Changelog
Release Notes
6.0.2
6.0.1
5.2.4
5.2.3
5.1.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ activemodel (indirect, 5.1.6.1 → 6.0.2) · Repo · Changelog
Release Notes
6.0.2
6.0.1
5.2.4
5.2.3
5.1.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ activerecord (indirect, 5.1.6.1 → 6.0.2) · Repo · Changelog
Release Notes
6.0.2
6.0.1
5.2.4
5.2.3
5.1.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ activesupport (indirect, 5.1.6.1 → 6.0.2) · Repo · Changelog
Release Notes
6.0.2
6.0.1
5.2.4
5.2.3
5.1.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ bindex (indirect, 0.5.0 → 0.8.1) · Repo
Commits
See the full diff on Github. The new version differs by 27 commits:
Release 0.8.1
Dump the CRuby lib in skiptrace/internal/cruby
Release 0.8.0
Drop support for Ruby 2.4 and below
Mention Exception#binding_locations in the README
Skiptrace::BindingLocations mimics closely an Array[Thread::BacBacktrace::Location]
Ahem, actually remove the forgotten skiptrace/jruby
Fix the JRuby integration move
Test new ruby versions
Move the integrations in skiptrace/internal
Add the forgotten BasicNestedFixture
Refactor the tests location
Merge branch 'master' of github.com:gsamokovarov/bindex
Prototype Exception#binding_locations
Fix a few test names in ExceptionTest
Introduce Skiptrace::Location
Fix the eval("__LINE__"|"__LINE__") warnings in the test
Merge pull request #3 from olleolleolle/patch-1
Fix the CI build status badge
CI: Drop unused Travis setting
Release 0.7.0
Rebuild the JRuby internals for the current interpreter versions
Drop Ruby versions that bundler no longer-supports in travis
Release 0.6.0
Merge branch 'skiptrace'
Rename the gem to 'skiptrace'
Keep all the functions static
↗️ builder (indirect, 3.2.3 → 3.2.4) · Repo · Changelog
↗️ crass (indirect, 1.0.4 → 1.0.5) · Repo · Changelog
Release Notes
1.0.5
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 4 commits:
Release 1.0.5
Remove test files and omit them
Remove 1.9.3 from the test matrix
Update Travis test matrix
↗️ erubi (indirect, 1.8.0 → 1.9.0) · Repo · Changelog
Release Notes
1.9.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 7 commits:
Bump version to 1.9.0
Change default :bufvar from 'String.new' to '::String.new' to work with BasicObject
Try to get Travis passing
Use minitest-global_expecations in tests to avoid deprecation issues with minitest 5.12
Test JRuby 9.2 on Travis
Test on TruffleRuby on Travis
CI: Add Ruby 2.6 to the matrix
↗️ ffi (indirect, 1.11.1 → 1.11.3) · Repo · Changelog
Release Notes
1.11.3 (from changelog)
1.11.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
Bump VERSION to 1.11.3
Prepare CHANGELOG for 1.11.3
Merge branch 'y-yagi-remove_taint_support'
Remove taint support
Update CHANGELOG [ci skip]
Update libffi to latest master
Update CHANGELOG for 1.11.2
Bump VERSION to 1.11.2
Merge pull request #722 from adam12/regenerate-freebsd12-types
Fix library name mangling for non glibc Linux/UNIX
Merge pull request #724 from ahorek/dragonfly
add types
identify dragonflybsd as a platform
Regenerated type conf for freebsd12 target
Remove MACOSX_DEPLOYMENT_TARGET that was targeting very old version 10.4
Fix compiler warnings raised by ruby-2.7
Add ruby-2.6 to Appveyor CI
Describe "types_conf" so that it's shown in "rake -T"
Update platform x86_64-linux on Ubuntu-18.04
Sort all types.conf files, so that changes are more visible
Merge pull request #711 from wonda-tea-coffee/fix-bigdecimal-new
Fix BigDecimal.new
Merge pull request #703 from jcn/patch-1
Update ffi.gemspec with correct homepage URL
Add a notice about yanked ffi-1.11.0
↗️ i18n (indirect, 1.6.0 → 1.7.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 23 commits:
Bump to 1.7.0
Merge pull request #491 from ruby-i18n/pipe-interpolation
Allow pipes in interpolations
Merge pull request #486 from amatsuda/kwargs_2.7
Merge pull request #487 from amatsuda/https
Keyword arguments have to be explicitly double-splatted in Ruby 2.7+
GitHub is https by default
Merge pull request #488 from amatsuda/reduce_allocations
Merge pull request #489 from lbraun/fix-typos
Fix typos
No need to dup before creating another Hash instance via Hash#reject
Merge pull request #483 from hsbt/remove-rubyforge
Removed rubyforge_project from gemspec. Because rubyforge was EOL.
Merge pull request #481 from ahorek/public
#include is public since ruby 2.1
Merge pull request #476 from TaigaMikami/master
Fix typo :)
Merge pull request #475 from KaanOzkan/raise-disabled
Raise disabled during boot inside fallback
Merge pull request #470 from gburgett/patch-1
Merge branch 'master' into patch-1
Use each_with_object and more descriptive names
Update spec for new behavior of chain backend
↗️ loofah (indirect, 2.2.3 → 2.4.0) · Repo · Changelog
Release Notes
2.4.0
2.3.1
2.3.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ mini_mime (indirect, 1.0.0 → 1.0.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 25 commits:
Changelog and prepare for release
FEATURE: update for latest parity with mime types data
Remove unsupported rubies from travis test matrix
relax bundler version
Update benchmark in readme
Add gems to Gemfile for bench script
Allow custom db paths
Update benchmark
Test on Ruby 2.5 and Ruby 2.6
Merge pull request #16 from Aqualon/readme_improvements
Fix some typos/whitespace
Fix link to bench.rb
bump cache on travis
Merge branch 'master' of github.com:discourse/mini_mime
bump version
Merge pull request #14 from ahorek/replace_sub
Update mime types from upstream
Merge pull request #13 from ahorek/lookup_by_ext
replace sub
expose lookup by extension
Fix typos.
Merge pull request #11 from attritionorg/patch-1
Update LICENSE.txt with an actual name
Merge pull request #10 from esparta/adjusting_lookup_by_filename
Adjusting lookup_by_filename on performance & style
↗️ minitest (indirect, 5.12.0 → 5.13.0) · Repo · Changelog
Release Notes
5.13.0 (from changelog)
5.12.2 (from changelog)
5.12.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 22 commits:
prepped for release
+ Deprecated Minitest::Guard#maglev?
+ Added skip_until(year, month, day, msg) to allow deferring until a deadline.
Reworked some of metametameta to be more flexible.
+ Added expectations #path_must_exist and #path_wont_exist. Not thrilled with the names.
re-sorted assertions after path additions
+ Finally added assert_path_exists and refute_path_exists. (deivid-rodriguez)
+ Refactored and pulled Assertions#things_to_diff out of #diff. (BurdetteLamar)
- Fix autorun bug that affects fork exit status in tests. (dylanahsmith/jhawthorn)
+ Added examples to documentation for assert_raises. (lxxxvi)
- Support new Proc#to_s format. (ko1)
- Improved documentation for _/value/expect, especially for blocks. (svoop)
prepped for release
- After chatting w/ @y-yagi and others, decided to lower support to include ruby 2.2.
prepped for release
- Fixed broken link to reference on goodness-of-fit testing. (havenwood)
Added mini-apivore to readme.
- Update requirements in readme and Rakefile/hoe spec.
+ Added documentation for Reporter classes. (sshaw)
Added minitest-global_expectations to readme. (jeremyevans)
- Avoid using 'match?' to support older ruby versions. (y-yagi)
Tweaked multithreading section of README. (iHiD)
↗️ nio4r (indirect, 2.3.1 → 2.5.2) · Repo · Changelog
Release Notes
2.5.2 (from changelog)
2.4.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 67 commits:
Fix error: use of undeclared identifier 'EV_USE_LINUXAIO'.
RuboCop...........
Bump version.
Replace usage of `long` with `size_t` in memory allocation functions.
Fix `ev_backend_poll` so that it doesn't generate warnings.
Detect aio_abi.h and define EV_USE_LINUXAIO if present.
Add project metadata to the gemspec
Update README.md
Bump version.
Add missing closing ')' on assert call in ev_port.c
Add notes about release process.
Update license details.
Report supported backends and current backend.
Bump version.
Test empty selector timeout.
Update to libev-4.27.
Merge pull request #219 from Jesus/master
Adds Puma to the list of projects using nio4r
Allow calling `deregister` on closed IO objects (#217)
Travis -add testing on OpenSSL 1.0.1 (trusty) & 1.1.1 (bionic & osx) [skip appveyor]
Update `CHANGES.md` and `README.md`.
Enable KQUEUE on macOS 10.14+.
Don't freeze strings in file with `frozen_string_literal`.
Bump minimum supported Ruby to 2.3.
Update travis config.
Set TRUFFLERUBY_RECOMPILE_OPENSSL to workaround OpenSSL issues
monitor.rb :nodoc => :nodoc: [skip ci]
Skip IO.try_convert in ruby code for SSL Sockets
Split some OpenSSL specs into TLSv1.2 and TLSv1.3
.gitignore - add .rspec_status [skip ci]
appveyor.yml - update with Ruby x64 - 2.5, 2.6, & head/trunk
Bump version.
Restore piratey patches.
Use `struct ev_loop` in `selector.c`.
Use `struct ev_loop`.
Update libev to v4.25.
Doesn't seem like gem/bundler update is required.
Run truffleruby with NIO4R_PURE.
Skip SSL spec on JRuby because the socket isn't readable for some reason.
Fix rubocop.
Don't invoke `monitor.close` after related IO has already been closed.
Prefer generic latest stable jruby in travis config.
Java Extension: use at least Java 1.8, avoid warnings
Travis: update to jruby-9.2.5.0 (#197)
Don't allow 2.6 to fail.
Fix trailing whitespace.
Increase and embed select precision on a per-test basis.
Simplify rubocop usage.
Remove Ruby 2.2 since it's no longer supported by bundler.
Try reverting select timeout.
Try to detect unwritable OpenSSL socket.
Fix rubocop.
Remove pending check since it appears to be unnecessary.
Merge pull request #200 from boutil/patch-1
Fix travis os: name.
Simplify travis build matrix.
Rework port allocation and selector timeouts. Fixes #184.
allow failures for Ruby 2.6 for now
Merge pull request #199 from boutil/master
Increase size of RSA keys to 2048 bits
Update travis config, add support for truffleruby.
Merge pull request #192 from junaruga/feature/doc-ruby-2.5
Merge pull request #191 from junaruga/feature/travis-update
Add Ruby 2.5 to supported platforms.
Update Rubies to the latest version on Travis CI.
Merge pull request #190 from olleolleolle/patch-4
Travis: jruby-9.2.0.0
↗️ nokogiri (indirect, 1.10.1 → 1.10.7) · Repo · Changelog
Release Notes
1.10.7
1.10.6
1.10.5
1.10.4
1.10.3
1.10.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ rails-html-sanitizer (indirect, 1.0.4 → 1.3.0) · Repo · Changelog
Release Notes
1.3.0
1.2.0
1.1.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 30 commits:
v1.3.0
Merge pull request #102 from orien/gem-metadata
Add project metadata to the gemspec
Match Loofah's API changes.
Prepare 1.2.0
Remove needless white list sanitizer deprecations
Merge pull request #96 from olleolleolle/patch-1
CI: Drop unused sudo: false Travis directive
Merge pull request #95 from rwojnarowski/patch-1
Deprecated warning text, missing space
Prepare version 1.1.0
Merge pull request #91 from JuanitoFatas/doc/scrubbers
Merge pull request #92 from JuanitoFatas/link-sanitizer
Improve LinkSanitizer's documentation
href is not a HTML element
Improve Scrubber documentations
Merge pull request #87 from JuanitoFatas/migrate-to-safelist
Migrate to SafeListSanitizer
Merge pull request #90 from JuanitoFatas/jf.fix-tests
Update test behavior for Nokogiri > 1.9.1.
Merge pull request #89 from JuanitoFatas/rubies
Merge pull request #88 from JuanitoFatas/jf.relax-bundler-dependency
Update Ruby version matrix on CI
Use a inclusive Bundler version
Merge pull request #86 from tebs/fix-documentation-link
Fix Nokogiri link in documentation
[ci skip] Please don't send more PRs trying to bump Loofah.
Merge pull request #71 from nicolasleger/patch-1
[CI] Allow failure with ruby head
[CI] Test against Ruby 2.5
↗️ railties (indirect, 5.1.6.1 → 6.0.2) · Repo · Changelog
Release Notes
6.0.2
6.0.1
5.2.4
5.2.3
5.1.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ rake (indirect, 13.0.0 → 13.0.1) · Repo · Changelog
Release Notes
13.0.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 10 commits:
Bump version to 13.0.1
Fixed build failure of the latest GitHub Actions
Merge pull request #271 from thorsteneckel/bugfix-reenable_invocation_exception
Merge pull request #327 from mjbellantoni/mjb-order-only-arg-fix
Merge pull request #329 from jeremyevans/skip-taint-test-on-2.7
Skip a taint test on Ruby 2.7
Merge pull request #328 from orien/gem-metadata
Add project metadata to the gemspec
Update comments to reflect the current state
Fix an incorrectly resolved arg pattern
↗️ sass (indirect, 3.5.1 → 3.7.4) · Repo
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ thor (indirect, 0.20.3 → 1.0.0) · Repo · Changelog
Release Notes
1.0.0 (from changelog)
Does any of this look wrong? Please let us know.
↗️ tilt (indirect, 2.0.8 → 2.0.10) · Repo · Changelog
Release Notes
2.0.10 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
v2.0.10
Update CHANGELOG
Add test for rending using a class as scope
If scope is a Module/Class, treat as scope_class
Fix warning when using yield in templates on ruby 2.7
readme: add syntax highlight for code blocks (#342)
Test on Ruby 2.5 (#341)
Remove test files from bundled gem (#339)
v2.0.9
Update CHANGELOG
Sass: Fix typo
Tests: Test against both Sass and SassC
Sass: Support both sassc and sass gems
Remove broken Gemnasium badge from README.md
Update CHANGELOG
Deprecate safe_level of ERB.new in Ruby 2.6
Rename `-rubygems` option (#328)
Add option passthrough for commonmarker (#326)
Avoid uninitialized instance var @haml_buffer (#321)
↗️ websocket-driver (indirect, 0.6.5 → 0.7.1) · Repo · Changelog
Release Notes
0.7.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 31 commits:
Bump version to 0.7.1
Change markdown formatting of docs.
Remove a redundant statement from the Hybi setup code.
Fail a draft-76 connection of a header does not contain any digits.
Depend on Rake < 12.3 if we're running on Ruby < 2.0.
Reformat the C and Java native extension modules.
Fix an uninitialised variable warning.
Update Travis target versions.
Switch license to Apache 2.0.
Test on Ruby 2.5.0.
I think you have to use jruby-head instead of jruby-9 now.
Bump the Ruby versions for Travis.
If any header used by Hybi is present, then pick Hybi, and likewise for Draft76. This means the driver is more likely to pick Hybi and report likely combinations of malformed headers as errors to the client.
If any driver encounters a validation error in the request headers, it can throw an error and Driver#start will catch that and send a 400 response to the client.
Fix the version of Rubygems that Travis is using on Ruby 1.9.
Bump version to 0.7.0.
Refactor the client examples, and get the TCPSocket one into a runnable state so it can be run from the command line with a URI.
Don't require rubygems, this has not been necessary since Ruby 1.8.
Merge pull request #53 from izwick-schachter/master
Added TCPSocket client example
Rename tcp_server.rb to em_server.rb.
Add an example EventMachine client.
Flesh out the docs for the new ping/pong events.
Make the ping/pong tests check the content of the events.
Emit ping and pong events after all other effects of those frames have been carried out.
Merge pull request #51 from ably-forks/support-ping-in-event-emitter
Update Ruby versions in Travis config.
Update docs to reflect ping & pong events
Emit :ping and :pong events in the driver
Merge pull request #50 from junaruga/feature/travis-ruby-head
Update Ruby 2.3, 2.4 to latest version on Travis.
↗️ websocket-extensions (indirect, 0.1.3 → 0.1.4) · Repo · Changelog
Release Notes
0.1.4 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 7 commits:
Bump version to 0.1.4
Change markdown formatting of docs.
Fix deprecation warning about =~ being called on TrueClass.
Fix RSpec warnings about raise_error with no arguments.
Update Travis target versions.
Switch license to Apache 2.0.
Test on Ruby 2.5.0.
🆕 actionmailbox (added, 6.0.2)
🆕 actiontext (added, 6.0.2)
🆕 activestorage (added, 6.0.2)
🆕 marcel (added, 0.3.3)
🆕 mimemagic (added, 0.3.3)
🆕 zeitwerk (added, 2.2.2)
🗑️ arel (removed)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands