Update jbuilder: 2.10.0 → 2.11.5 (minor) #368
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?
✳️ jbuilder (2.10.0 → 2.11.5) · Repo · Changelog
Release Notes
2.11.5
2.11.4
2.11.3
2.11.2 (from changelog)
2.11.1 (from changelog)
2.11.0 (from changelog)
2.10.2 (from changelog)
2.10.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 67 commits:
Prepare for 2.11.5
Fix gemspec
Add gemspec metadata
Make sure the railtie is loaded
Require Rails frameworks before using
Removed CHANGELOG.md now that we are using the release pages
Bump for 2.11.4
Remove the unwanted #empty call on the collection (#524)
Fix scaffold controller generator with namespace (#512)
Add missing CR
Add case for testing collection dependencies (#520)
Fix syntax highlighting in caching example (#521)
CI: YAML formatting + Job name (#522)
Update README.md
Bump for 2.11.3
chore: fix grammar and spelling (#503)
Add example in docs for making arrays without keys (#506)
Specify rails branch for rails head build (#505)
Speed up collection rendering and support collection caching (#501)
Fix the test that depends on the time helper (#513)
Merge pull request #510 from aried3r/ar/remove_legacy_compat
Merge pull request #507 from braindeaf/master
Remove compat for `fragment_name_with_digest`
Merge pull request #509 from tnir/tnir/migrate-to-actions
Migrate CI from Travis CI to GitHub Actions
Adding documentation for Arrays without a collection
Merge pull request #502 from yuki24/update-ci-fix-tests
Update travis.yml to reflect the current state of Ruby/Rails versions
Fixes the test suite in Rails 6.1
Merge pull request #499 from voxik/rails_head
Rails use 'main' branch now.
Bump for new version
Improve key formatting for nested hashes and disable by default (#497)
Merge pull request #496 from henrik/patch-1
CHANGELOG: Fix typo
Bump for 2.11.1
Slim down comments
Generate symbols, not strings, for the filtering of before_action
Bump for 2.11.0
Style
Allow Jbuilder instance in merge! (#485)
Fix for key_format! when using nested hashes (#486)
docs: fix case of GitHub (#495)
Include rich_text, attachment, and attachments fields in json partial (#459)
Bump for 2.10.2
Update tests
Satisfy Turbo requirement for 422 response on form errors
Use double quotes everywhere
Use modern string-of-arrays syntax
Prepare 2.10.1 for release
Merge pull request #491 from rails/update-test-matrix
Exclude Rails 5.2.x/Ruby 2.2 from build matrix
Update ruby version testing matrix
Merge pull request #484 from aubinlrx/tweak/deprecation_warning_ruby_27
Fix kwargs usage for Ruby 2.7
Merge pull request #483 from olleolleolle/drop-rbx
CI: Drop rbx, drop non-existent JRuby allow_failures
Merge pull request #481 from olleolleolle/rbx-ci
Merge pull request #482 from olleolleolle/avoid-mocha-depr-warning
Merge pull request #480 from olleolleolle/try-with-5-2-stable
gemspec: Rubinius support gems
Test helper: Use new Mocha setup method
CI: Set dist: trusty for Rubinius
Gemfile for 5.2: use 5-2-stable branch
Merge pull request #478 from olleolleolle/patch-2
Drop a badge which is no longer active
Merge pull request #471 from fnix/namespace-method
Release Notes
1.1.9 (from changelog)
1.1.8 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 36 commits:
Fix wrong class
Fix testing on different Ruby versions
Add missing sections
Update documentation
Update building instructions
bump version
Update changelog
Make sure locks are not shared on shared when objects are dup/cloned
Merge pull request #866 from pelly/master
Merge pull request #905 from andrykonchin/fix-priority-queue
Merge pull request #911 from ruby-concurrency/pitr-ch/set
Avoid warning about uninitialized ivar
fix formatting
Fix Set thread safety
Flattne the condition
Merge pull request #907 from Shopify/truffleruby-map-backend
Use new TruffleRuby::ConcurrentMap backend for Concurrent::Map
Merge pull request #908 from wildmaples/github-actions-maybe
Add CI flow for tests on Github actions
Fix RubyNonConcurrentPriorityQueue#delete method
Merge pull request #901 from olleolleolle/patch-2
Merge pull request #904 from ksapozhnikov/fixed_map_documenation
Update doc
Fixed documentation for Concurrent::Map
CI: Use jruby-9.2.16.0
CI: Use latest JRuby 9.2.15.0
CI: Update latest JRuby to 9.2.14.0
Update documentation
Bump version 1.1.8
Merge pull request #890 from ruby-concurrency/clarify-opacity
Clarify opacity of TVar in the current implementation
Merge pull request #884 from ruby-concurrency/thread-local
Merge pull request #886 from ruby-concurrency/stale-reads-race-condition
Fix race condition in TVar for stale reads, fixes #885
Fix race condition in TVar for stale reads, fixes #885
Do not iterate over hash which might conflict with new pair addition
Release Notes
1.8.11
1.8.10
1.8.9
1.8.8
1.8.7
1.8.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 55 commits:
Bump to 1.8.11
Merge pull request #569 from koic/fix_build_error_when_using_psych_4_0
Merge pull request #572 from codealchemy/simple_backend/json-test-fix
Fix typo in Simple backend JSON test
Fix a build error when using Psych 4.0
Merge pull request #566 from codealchemy/simple_backend/consolidate-available-locale-check
Update available locale check in Simple backend
Merge pull request #565 from rkh/patch-1
Fix typo in documentation
Bump to 1.8.10
Merge pull request #562 from piecehealth/fix_on_fallback
Fix string locale will trigger on_fallback hook.
Bump to 1.8.9
Only attempt to set fallbacks= in tests if method is defined
Merge pull request #557 from ruby-i18n/ca-except-ruby3
Merge pull request #558 from ruby-i18n/ca-build
Merge pull request #550 from taki/update-require
Prevent overwriting `Hash#except` method present in Ruby 3+
Exclude Ruby 3+ with all Rails 5.x versions
Rails main only supports Ruby 2.7+ going forward
Run tests on the latest patch version of each Ruby release
Run tests on Rails 5.0.x and 5.1.x again
Bump to 1.8.8
Use Concurrent::Map for Simple backend
Merge pull request #553 from bjfish/bjfish/update-rails-main
Update rails master to main
Merge pull request #552 from CamilleDrapier/remove_post_install_message
Remove post_install_message
Use simply require
Merge pull request #548 from jonian/thread_safe_fallbacks
Merge pull request #549 from dbussink/openssl-digest
Update tests to show example with OpenSSL
Update documentation reference to point to OpenSSL
Move to OpenSSL Digest classes
fix thread key fetching
make thread key fetching compatible with older rubies
store fallbacks in Thread.current and fetch with @@fallbacks as default
update multi-threaded fallbacks test
Bump to 1.8.7
Merge pull request #547 from ruby-i18n/repro-546
Revert "store fallbacks in Thread.current"
Bump to 1.8.6
Merge pull request #545 from kamipo/should_not_allow_noop_arguments
Should not allow noop arguments for `I18n.t`
Exclude Ruby 2.4 + 2.3 Ruby versions for Rails 6.0.x and 6.1.x
Bump minitest versions
Ruby 3.x and Rails 5.2.x are not incompatible
Add gemfile for Rails 6.1
Add Ruby 3.0.0 checks
Remove checks for Rails 5.0 and Rails 5.1
Add support for Rails 6.1
Merge pull request #539 from amatsuda/repo
Merge pull request #542 from jonian/threadsafe_fallbacks
store fallbacks in Thread.current
The repository has moved to ruby-i18n organization
Release Notes
5.15.0 (from changelog)
5.14.4 (from changelog)
5.14.3 (from changelog)
5.14.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 29 commits:
prepped for release
- Fixed #skip_until for windows paths. (MSP-Greg)
- Fixed marshalling of specs if they error. (tenderlove, jeremyevans, et al)
Added minitest-heat to readme. (garrettdimon)
Added failing test to show specs can't marshal if they raise. (jeremyevans)
- Updated deprecation message for block expectations. (blowmage)
- Use Kernel.warn directly in expectations in case CUT defines their own warn. (firien)
+ Use Etc.nprocessors by default in order to maximize cpu usage. (tonytonyjan)
+ Enable Ruby deprecation warnings by default. (casperisfine)
Fixed typo for 5.0.0 in History.rdoc. (tnir)
- Close then unlink tempfiles on Windows. (nobu)
+ Added -S <CODES> option to skip reporting of certain types of output
Ruby 1.9 is a taaad dead by now.
Use assert_match instead of assert_equal to test the error message. (mame)
Added rematch plugin reference in README (ddnexus)
! assert_throws returns the value returned, if any. (volmer)
updated ruby version status
prepped for release
Improved test_stub_callable_keyword_args to test pass-through.
- Re-fixed deprecation warning using stub with methods using keyword arguments.
- ! Unfixed deprecation warning fix that broke in nearly every other version of ruby. Only warns on 2.7, not 3.0 or others.
- Fixed deprecation warning using stub with methods using keyword arguments. (Nakilon)
Added a support matrix to the FAQ in README.rdoc
prepped for release
- Bumped require_ruby_version to < 4 (trunk = 3.1).
prepped for release
- Bumped ruby version to include 3.0 (trunk).
whitespace
I am an idiot... fixed a last-day-of-month testing bug. I don't think I've done that in 15+ years. :P
Release Notes
1.2.9
1.2.8
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 18 commits:
Preparing v1.2.9.
Remove JRuby 9.0.5.0.
Download GlobalSign Root CA - R3 for use with older Ruby versions.
Add 1.8.7-head, 1.9.2-p330, jruby-9.0.5.0 and ree to allow failures.
Update to JRuby 9.2.14.0.
Ignore generated transations that do not change the offset.
[ci skip] Add issue number reference.
Preparing v1.2.8.
Update time zone test fixtures based on tzdata 2020d.
Support "slim" zoneinfo files produced by default by zic >= 2020b.
Use up to date Linux distros to test (where possible).
Remove the deprecated sudo option.
Switch to travis-ci.com.
Update to Ruby 2.7.2 and JRuby 9.2.13.0.
Revert "Add Ruby 2.7 on AppVeyor."
Add Ruby 2.7 on AppVeyor.
Stop supporting Rubinius.
Update to Ruby 2.4.10.
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