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 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 → 5.2.3) · Repo
Release Notes
5.2.3
5.2.2
5.1.7
Not all release notes shown. View the full release notes.
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.
↗️ actioncable (indirect, 5.1.6.1 → 5.2.3) · Repo · Changelog
Release Notes
5.2.3
5.1.7
Not all release notes shown. View the full release notes.
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 → 5.2.3) · Repo · Changelog
Release Notes
5.2.3
5.1.7
Not all release notes shown. View the full release notes.
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 → 5.2.3) · Repo · Changelog
Release Notes
5.2.3
5.1.7
Not all release notes shown. View the full release notes.
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 → 5.2.3) · Repo · Changelog
Release Notes
5.2.3
5.1.7
Not all release notes shown. View the full release notes.
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 → 5.2.3) · Repo · Changelog
Release Notes
5.2.3
5.1.7
Not all release notes shown. View the full release notes.
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 → 5.2.3) · Repo · Changelog
Release Notes
5.2.3
5.1.7
Not all release notes shown. View the full release notes.
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 → 5.2.3) · Repo · Changelog
Release Notes
5.2.3
5.1.7
Not all release notes shown. View the full release notes.
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 → 5.2.3) · Repo · Changelog
Release Notes
5.2.3
5.1.7
Not all release notes shown. View the full release notes.
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.
↗️ arel (indirect, 8.0.0 → 9.0.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 52 commits:
Prepare for 9.0.0
Merge pull request #501 from abelards/patch-1
Merge pull request #502 from kddeisz/count-math
Allow count nodes to have math functions
Update README.md
Merge pull request #500 from jcoleman/fix_incorrect_typecasting_of_raw_sql_strings
Type-castable attributes should not try to cast SqlLiteral nodes
Merge pull request #496 from amatsuda/froms_to_nowhere
Merge pull request #499 from jgraichen/jg/cte-bindparams
Support BindParams in subqueries
Merge pull request #498 from yhirano55/update_travis
Update .travis.yml
Unused variables
Merge pull request #495 from koic/add_required_ruby_version_to_gemspec
Update travis.yml
Add required_ruby_version to gemspec
Merge pull request #494 from koic/remove_encoding_utf8_magic_comment
Remove encoding utf-8 magic comment
Merge pull request #493 from gaurish/patch-1
Remove Unused variable - offset_bind
Merge pull request #492 from mikaji/ci_against_2.4.1
Merge pull request #491 from yahonda/follow_up_add_bind_for_oracle_visitor
CI against 2.4.1
Address `undefined method `value_for_database'` in Oracle visitor
Change the verison to 9.0.0.alpha
Merge pull request #490 from MaxLap/fix_nodes_hash_eql_eqeq
Add missing hash, eql?, == to various node classes
Merge pull request #489 from kamipo/remove_unused_bind_values
Remove unused `bind_values`
Fix test failures
Adjust `BindParam` as needed for AR
Add a collector to grab the bind values off the AST
Ensure `ToSql` collector returns a UTF-8 string
Refactor `substitute_binds` to perform substitution immediately
Add a value field `Nodes::BindParam`
Rename `Collectors::Bind`
Merge pull request #484 from kirs/multiple-insert-v2
Merge pull request #472 from film42/master
Test concurrency of visitor superclass fallback
Support INSERT with multiple values
Merge pull request #483 from kamipo/remove_unused_engine
Add regression test
Revert "Merge pull request #482 from kirs/multiple-insert"
Merge pull request #482 from kirs/multiple-insert
Remove unused `engine`
Support multiple inserts
Merge pull request #475 from PedroSena/chainable-insert
Made InsertManager#insert chainable
Merge pull request #474 from JaKXz/patch-1
docs(distinct): tweaks [skip ci]
docs(distinct): fix distinct example [skip ci]
docs: add distinct to README
↗️ erubi (indirect, 1.8.0 → 1.9.0) · Repo · Changelog
Release Notes
1.9.0 (from changelog)
Not all release notes shown. View the full release notes.
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
↗️ 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.3.0) · Repo · Changelog
Release Notes
2.3.0 (from changelog)
Not all release notes shown. View the full release notes.
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.12.2) · Repo · Changelog
Release Notes
5.12.2 (from changelog)
5.12.1 (from changelog)
Not all release notes shown. View the full release notes.
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 10 commits:
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)
Not all release notes shown. View the full release notes.
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.4) · Repo · Changelog
Release Notes
1.10.4
1.10.3
1.10.2
Not all release notes shown. View the full release notes.
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
Not all release notes shown. View the full release notes.
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 → 5.2.3) · Repo · Changelog
Release Notes
5.2.3
5.1.7
Not all release notes shown. View the full release notes.
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.
↗️ websocket-driver (indirect, 0.6.5 → 0.7.1) · Repo · Changelog
Release Notes
0.7.1 (from changelog)
Not all release notes shown. View the full release notes.
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)
Not all release notes shown. View the full release notes.
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.
🆕 activestorage (added, 5.2.3)
🆕 marcel (added, 0.3.3)
🆕 mimemagic (added, 0.3.3)
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