4744d59 [#9] Implement RSpec (#24) 5366fd6 Update all of rails to version 6.0.2.1 (#21) a13fbd6 [#13] Setup auto-merge (#23) 40253f2 Update rubocop: 0.77.0 → 0.78.0 (major) (#22) a90ea2f Update all of rails to version 6.0.2 (#20) 143bb1e Update rubocop to version 0.77.0 (#19) 20a213f Update all of rails to version 6.0.1 (#18) 0c0dd7d Update rubocop to version 0.76.0 (#17) 4afd01f Update rubocop to version 0.75.1 (#16) cee488f Update rspec to version 3.9.0 (#15) f926497 Update rubocop to version 0.75.0 (#14) 9ce2cb7 New version of all of rails (6.0.0) broke the build (#12) 9a8a0c1 [#10] Add original license (#11) ee2b1cf [#2] Add issue templates (#3) 6165254 Update nestive-rails.gemspec 2242294 Update README.md 842e838 Update nestive-rails.gemspec
29ab327 [#72] Update readme (#73) dbade1e [#70] GitHub actions (#71) 83cf6d2 Update eslint to version 6.8.0 (#68) 0daa64a Update railties to version 6.0.2.1 (#66) 183a21e Update rubocop to version 0.78.0 (#67) ffd433a Bump rack from 2.0.7 to 2.0.8 (#65) ffaffc3 Update rubocop-rspec to version 1.37.1 (#64) 813342b Update railties to version 6.0.2 (#63) 869acf9 Update eslint to version 6.7.2 (#62) 6bf7bfd Update rubocop to version 0.77.0 (#61) 66d174d Update rubocop-rspec to version 1.37.0 (#60) 77dc1f4 Update eslint to version 6.7.1 (#59) a1b7e93 Update eslint to version 6.7.0 (#58) 523e78e Update railties to version 6.0.1 (#57) a7a0dbb Update rubocop to version 0.76.0 (#56) f0cfe8d Update eslint to version 6.6.0 (#55) 4a851bc Update rubocop to version 0.75.1 (#54) 2a3f1d8 Update rspec to version 3.9.0 (#53) 0cb686b Update rubocop to version 0.75.0 (#50) 219815a Update eslint to version 6.5.1 (#51) 4e336ae Update eslint to version 6.5.0 (#49) c7e2fc3 Update rubocop-rspec to version 1.36.0 (#48) 72484fe Update eslint to version 6.4.0 (#47) 3778baa Update eslint to version 6.3.0 (#46) 6ebc309 Update eslint to version 6.2.2 (#45) 2182716 Update eslint to version 6.2.1 (#44) cd1600c [ruby] Upgrade railties: 5.2.1 → 6.0.0 (major) (#43) 3117f33 Update eslint to version 6.2.0 (#42) b392281 Bump nokogiri from 1.8.4 to 1.10.4 (#41) 839bb5c Update rubocop-rspec to version 1.35.0 (#40) 5af3f96 Update rubocop-rspec to version 1.34.1 (#39) 773e58e Update rubocop-rspec to version 1.34.0 (#38) 84ee8ce Update rubocop to version 0.73.0 (#37) b1a203d Bump lodash from 4.17.11 to 4.17.14 (#36) 1657e34 Update rubocop to version 0.72.0 (#35) ef112f9 Bump js-yaml from 3.13.0 to 3.13.1 (#34) 7fb41cc Update rubocop to version 0.71.0 (#33) 4ecfc28 Update rubocop to version 0.70.0 (#32) c1ca3a4 Update rubocop-rspec to version 1.33.0 (#31) c42379f Update rubocop to version 0.68.1 (#29) eb49768 Update rubocop to version 0.68.0 (#28) cdac183 Update rubocop to version 0.67.2 (#27) db48a28 Update eslint to version 5.16.0 (#26) 31b832a Update eslint to version 5.15.3 (#23)
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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop (0.78.0 → 0.79.0) · Repo · Changelog
Release Notes
0.79.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 49 commits:
Cut 0.79
[Fix #7628] Include trailing comma for single arg (#7630)
[Fix #7627] Fix a false negative for `Migration/DepartmentName`
Fix a typo
Merge pull request #7622 from koic/fix_an_incorrect_autocorrect_for_multiline_when_then
[Fix #7616] Fix an incorrect autocorrect for `Style/MultilineWhenThen`
Regenerate RuboCop TODO
Split MethodCallWithArgsParentheses
Add a spec of beginless range for Ruby 2.7
[Fix #7620] Fix a false positive for `Migration/DepartmentName`
[Fix #7611] An unsafe cop cannot have a safe auto-correction
Extract TargetRuby class
[Fix #7287] FrozenStringLiteralComment is unsafe
Make Naming/MethodParameterName cop aware of argument forwarding
Add new DefNode#argument_forwarding? method
Add new ForwardArgsNode extension
Add Ruby 2.7 node types to tree traversal
Revert workaround for YARD
Recognize rails/web-console calls in Lint/Debugger
Merge pull request #7609 from koic/require_parser_2_7_0_1_or_higher
Require Parser 2.7.0.1 or higher
[Fix #7291] Improve the offense message for Layout/HashAlignment (#7547)
Make use of expect_correction in spec
Fix typo
[Fix #7586] Fix infinite loop in FrozenStringLiteralComment
Remove redundant Parser gem dependency from Gemfile
Merge pull request #7606 from koic/remove_workaround_for_parser_2_7_0_0
Remove workaround code for Parser 2.7.0.0
[Fix #7595] Make `Style/NumericPredicate` aware of ignored methods
Workaround for `cannot load such file -- parser (LoadError)` in CI
CI against Ruby 2.7
Revert "Remove unused code"
Merge pull request #7600 from RicardoTrindade/remove_unused_code
Remove unused methods in linelength cop, arithmetic_operation? method and related tests
[Fix #7576] Fix an error for `Gemspec/OrderedDependencies`
Workaround for a build error when using Ruby 2.7.0 with YARD
Merge pull request #7597 from koic/workaround_for_broke_ci_with_parser_2_7_0
Fix an error when using Parser 2.7.0.0
[Fix #7569] Make `Style/YodaCondition` accept `__FILE__ == $0`
[Fix #7590] Fix an error for `Layout/SpaceBeforeBlockBraces`
[Fix #7593] Do not Kernel#abort on validation errors
Fix the changelog
[Fix #5979] Introduce cops with special status (#7567)
Suppress a deprecation warning when using Ruby 2.7.0-dev
[Fix #7193] Fix string_source for symbol case (%i)
Remove unnecessary use of regexp
Add how to write a breaking change entry to the CONTRIBUTING.md
Merge pull request #7580 from ianfixes/patch-1
analized -> analyzed
↗️ nestive-rails (indirect, 1.0.1 → 1.0.2) · Repo · Changelog
Release Notes
1.0.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 18 commits:
[#25] Release 1.0.2 (#26)
[#9] Implement RSpec (#24)
Update all of rails to version 6.0.2.1 (#21)
[#13] Setup auto-merge (#23)
Update rubocop: 0.77.0 → 0.78.0 (major) (#22)
Update all of rails to version 6.0.2 (#20)
Update rubocop to version 0.77.0 (#19)
Update all of rails to version 6.0.1 (#18)
Update rubocop to version 0.76.0 (#17)
Update rubocop to version 0.75.1 (#16)
Update rspec to version 3.9.0 (#15)
Update rubocop to version 0.75.0 (#14)
New version of all of rails (6.0.0) broke the build (#12)
[#10] Add original license (#11)
[#2] Add issue templates (#3)
Update nestive-rails.gemspec
Update README.md
Update nestive-rails.gemspec
↗️ parser (indirect, 2.6.5.0 → 2.7.0.1) · Repo · Changelog
Release Notes
2.7.0.1 (from changelog)
2.7.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 19 commits:
Update changelog.
Bump version
- dedenter.rb: prevent `ArgumentError` when processing binary en… (#642)
Update changelog.
Update changelog.
Bump version.
+ ruby27.y: added pattern matching (#574)
- dedenter.rb: fixed over-dedenting of squiggly heredocs (#641)
+ lexer.rl: parse embedded ivars/cvars starting with digit as str (#639)
* README.md: documented compatibility issue with EOF chars after… (#637)
+ lexer.rl: warn on `...` at EOL. (#636)
+ ruby27.y: removed opt_block_args_tail: tOROP rule. (#635)
+ ruby27.y: reverted method reference operator (added in #634)
+ ruby27.y: treat numparams as locals outside numblock. (#633)
* ruby27.y: refactor logic around 'circular argument reference'(#628)
- ruby27.y: added "arguments forwarding" (#625)
- ruby27.y: reject circular argument reference. (#622)
- ruby27.y: changed prefix of numparams to "_" (#620)
Update changelog.
↗️ pwa (indirect, 4.0.5 → 4.0.6) · Repo · Changelog
Release Notes
4.0.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 45 commits:
[#74] Release 4.0.6 (#75)
[#72] Update readme (#73)
[#70] GitHub actions (#71)
Update eslint to version 6.8.0 (#68)
Update railties to version 6.0.2.1 (#66)
Update rubocop to version 0.78.0 (#67)
Bump rack from 2.0.7 to 2.0.8 (#65)
Update rubocop-rspec to version 1.37.1 (#64)
Update railties to version 6.0.2 (#63)
Update eslint to version 6.7.2 (#62)
Update rubocop to version 0.77.0 (#61)
Update rubocop-rspec to version 1.37.0 (#60)
Update eslint to version 6.7.1 (#59)
Update eslint to version 6.7.0 (#58)
Update railties to version 6.0.1 (#57)
Update rubocop to version 0.76.0 (#56)
Update eslint to version 6.6.0 (#55)
Update rubocop to version 0.75.1 (#54)
Update rspec to version 3.9.0 (#53)
Update rubocop to version 0.75.0 (#50)
Update eslint to version 6.5.1 (#51)
Update eslint to version 6.5.0 (#49)
Update rubocop-rspec to version 1.36.0 (#48)
Update eslint to version 6.4.0 (#47)
Update eslint to version 6.3.0 (#46)
Update eslint to version 6.2.2 (#45)
Update eslint to version 6.2.1 (#44)
[ruby] Upgrade railties: 5.2.1 → 6.0.0 (major) (#43)
Update eslint to version 6.2.0 (#42)
Bump nokogiri from 1.8.4 to 1.10.4 (#41)
Update rubocop-rspec to version 1.35.0 (#40)
Update rubocop-rspec to version 1.34.1 (#39)
Update rubocop-rspec to version 1.34.0 (#38)
Update rubocop to version 0.73.0 (#37)
Bump lodash from 4.17.11 to 4.17.14 (#36)
Update rubocop to version 0.72.0 (#35)
Bump js-yaml from 3.13.0 to 3.13.1 (#34)
Update rubocop to version 0.71.0 (#33)
Update rubocop to version 0.70.0 (#32)
Update rubocop-rspec to version 1.33.0 (#31)
Update rubocop to version 0.68.1 (#29)
Update rubocop to version 0.68.0 (#28)
Update rubocop to version 0.67.2 (#27)
Update eslint to version 5.16.0 (#26)
Update eslint to version 5.15.3 (#23)
↗️ tzinfo (indirect, 1.2.5 → 1.2.6) · Repo · Changelog
Release Notes
1.2.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 27 commits:
Update copyright years.
Preparing v1.2.6.
Replace expired gem signing certificate.
Fix a comment.
Ruby Enterprise Edition requires older versions of RubyGems and Bundler.
Fix block not being called by RubyCoreSupport.open_file on JRuby 9.2.
Revert "Try and fix an incorrect rake version being picked with JRuby 1.7."
Try and fix an incorrect rake version being picked with JRuby 1.7.
Convert to UNIX line endings.
Simplify minitest version constraint.
Update to Ruby v2.7.0-rc2.
Run CI tests on Windows with AppVeyor.
Enable verbose test output.
Update Travis CI Ruby versions.
Prevent bundler from attempting to use version minitest v5.12.0.
Allow newer versions of Rake that fix warnings with Ruby 2.7.
Eliminate a warning when calling File.open with keyword arguments.
Suppress deprecation warnings due to Object#untaint on Ruby 2.7.
Fix test failures on Ruby 1.8.7 caused by DateTime issues.
Remove the unused REQUIRE_PATH constant from RubyDataSource.
Fix SecurityErrors when loading data in safe mode.
Test that RUBY_ENGINE is defined.
Skip tests that fail due to Ruby bug 14060 on Ruby 2.4.4.
Update to the latest Ruby, JRuby and Rubinius releases.
Fix a documentation typo.
Return the correct seconds since the epoch value for strftime with %s.
Restrictions on timezones only apply to older (pre-1.9) Ruby releases.
🗑️ actioncable (removed)
🗑️ actionmailbox (removed)
🗑️ actionmailer (removed)
🗑️ actiontext (removed)
🗑️ activejob (removed)
🗑️ activemodel (removed)
🗑️ activerecord (removed)
🗑️ activestorage (removed)
🗑️ globalid (removed)
🗑️ mail (removed)
🗑️ marcel (removed)
🗑️ mimemagic (removed)
🗑️ mini_mime (removed)
🗑️ nio4r (removed)
🗑️ rails (removed)
🗑️ sprockets (removed)
🗑️ sprockets-rails (removed)
🗑️ websocket-driver (removed)
🗑️ websocket-extensions (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