Skip to content

Bump rails-i18n, rails, dotenv-rails, devise, jquery-rails, activeadmin and rspec-rails

Bumps rails-i18n, rails, dotenv-rails, devise, jquery-rails, activeadmin and rspec-rails. These dependencies needed to be updated together. Updates rails-i18n from 5.1.3 to 6.0.0

Changelog

Sourced from rails-i18n's changelog.

6.0.0

  • Update rails-i18n.gemspec to use Railties 6.0.0
  • Add Malagasy (mg) locale
  • Update following locales:
    • Afrikaans (af)
    • Arabic (ar)
    • Azerbaijani (az)
    • Belarusian (be)
    • Bulgarian (bg)
    • Bengali (bn)
    • Bosnian (bs)
    • Catalan (ca)
    • Czech (cs)
    • Welsh (cy)
    • Danish (da)
    • German (de-AT, de-CH, de-DE, de)
    • Greek (el-CY, el)
    • English (en-AU, en-CA, en-CY, en-GB, en-IE, en-IN, en-NZ, en-US, en-Za, en)
    • Esperanto (eo)
    • Spanish (es-419, es-AR, es-CL, es-CO, es-CR, es-EC, es-ES, es-MX, es-NI, es-PA, es-PE, es-US, es-VE, es)
    • Estonian (et)
    • Basque (eu)
    • Farsi/Persian (fa)
    • Finnish (fi)
    • French (fr-CA, fr-CH, fr-FR, fr)
    • Galician (gl)
    • Hebrew (he)
    • Hindi (hi-IN, hi)
    • Croatian (hr)
    • Hungarian (hu)
    • Indonesian (id)
    • Icelandic (is)
    • Italian (it, it-CH)
    • Japanese (ja)
    • Georgian (ka)
    • Khmer (km)
    • Kannada (kn)
    • Korean (ko)
    • Luxembourgish (lb)
    • Lao (lo)
    • Lithuanian (lt)
    • Latvian (lv)
    • Malagasy (mg)
    • Macedonian (mk)
    • Malayalam (ml)
    • Mongolian (mn)
    • Marathi (mr-IN)
    • Malay (ms)
    • Norwegian Bokmål (nb)
    • Nepali (ne)
... (truncated)
Commits

Updates rails from 5.2.3 to 6.0.3.2

Release notes

Sourced from rails's releases.

6.0.3.1

Active Support

  • [CVE-2020-8165] Deprecate Marshal.load on raw cache read in RedisCacheStore

  • [CVE-2020-8165] Avoid Marshal.load on raw cache value in MemCacheStore

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • [CVE-2020-8167] Check that request is same-origin prior to including CSRF token in XHRs

Action Pack

  • [CVE-2020-8166] HMAC raw CSRF token before masking it, so it cannot be used to reconstruct a per-form token

  • [CVE-2020-8164] Return self when calling #each, #each_pair, and #each_value instead of the raw @​parameters hash

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

Active Storage

... (truncated)
Commits
  • fbe2433 Preparing for 6.0.3.2 release
  • 11052e0 Update changelog
  • 2121b9d Only allow ActionableErrors if show_detailed_exceptions is enabled
  • 34991a6 Preparing for 6.0.3.1 release
  • 2c8fe2a bumping version, updating changelog
  • 0ad524a update changelog
  • 47a8dc3 Check that request is same-origin prior to including CSRF token in XHRs
  • 29aa538 HMAC raw CSRF token before masking it, so it cannot be used to reconstruct a ...
  • bd39a13 activesupport: Deprecate Marshal.load on raw cache read in RedisCacheStore
  • 0a7ce52 activesupport: Avoid Marshal.load on raw cache value in MemCacheStore
  • Additional commits viewable in compare view

Updates dotenv-rails from 2.7.5 to 2.7.6

Release notes

Sourced from dotenv-rails's releases.

Dotenv 2.7.6

2.7.6 - July 11, 2020

  • Add a Dotenv::Railtie.overload method #403
  • Support for more Rails versions #404
  • Fix template handling of blank lines and comments #413
  • Fix for dotenv-rails Rake task environment allocation#405
Changelog

Sourced from dotenv-rails's changelog.

2.7.6 - July 11, 2020

  • Add a Dotenv::Railtie.overload method #403
  • Support for more Rails versions #404
  • Fix template handling of blank lines and comments #413
  • Fix for dotenv-rails Rake task environment allocation#405
Commits
  • 9e101a5 Release version 2.7.6
  • 08f2214 Merge pull request #405 from dsander/default-rake-task
  • 6649549 Merge pull request #413 from benforeva/fix-dotenv-template
  • fae8519 Fix template (-t) handling of blank lines and comments
  • 9e16a42 Merge pull request #403 from walerian777/railtie-overload
  • 17e58bd Merge pull request #404 from JuanitoFatas/support-rails-61
  • 9eb0e0c Support Rails >= 3.2
  • c047f03 Set RAILS_ENV to test when executing the default rake task
  • 52809a1 Support Rails < 6.2
  • 14af3b8 Add a Dotenv::Railtie.overload method.
  • See full diff in compare view

Updates devise from 4.7.1 to 4.7.2

Changelog

Sourced from devise's changelog.

4.7.2 - 2020-06-10

  • enhancements

    • Increase default stretches to 12 (by @​sergey-alekseev)
    • Ruby 2.7 support (kwarg warnings removed)
  • bug fixes

    • Generate scoped views with proper scoped errors partial (by @​shobhitic)
    • Allow to set scoped already_authenticated error messages (by @​gurgelrenan)
Commits
  • 16f27b3 Bump to v4.7.2
  • 87108ad Merge pull request #5250 from hyuraku/remove_useless_rails51
  • 6d37e32 remove useless rails51? method
  • a3c0c65 Devise no longer supports Rails 3.2 since version 4 [ci skip]
  • 2c1b5fb Update changelog with latest [ci skip]
  • 50f820a Use master of Rails controller testing gem to remove Ruby 2.7 warning
  • 34d9053 Remove unnecessary monkey-patch of test helpers with Rails 5+
  • 94be5fb Remove mocha deprecation warning
  • 14a3084 Simplify the view generator with scoped views
  • bbbff3a Add changelog entry for #5067 [ci skip]
  • Additional commits viewable in compare view

Updates jquery-rails from 4.3.5 to 4.4.0

Changelog

Sourced from jquery-rails's changelog.

4.4.0

Commits

Updates activeadmin from 2.4.0 to 2.7.0

Release notes

Sourced from activeadmin's releases.

2.7.0

Enhancements

  • Extend menu to allow for nested submenus. #5994 by [@​taralbass]
  • Add Webpacker compatibility with opt-in config switch and installation generator. #5855 by [@​sgara]

Bug Fixes

  • Fix scopes renderer when resource has only optional scopes and their conditions are false. #6149 by [@​Looooong]
  • Fix some missing wrapper markup in "logged out" layout. #6086 by [@​irmela]
  • Fix some typos in Vietnamese translation. #6099 by [@​giapnhdev]

#1926: activeadmin/activeadmin#1926 #1979: activeadmin/activeadmin#1979 #2001: activeadmin/activeadmin#2001 #2040: activeadmin/activeadmin#2040 #2326: activeadmin/activeadmin#2326 #2523: activeadmin/activeadmin#2523 #2532: activeadmin/activeadmin#2532 #2541: activeadmin/activeadmin#2541 #2544: activeadmin/activeadmin#2544 #2545: activeadmin/activeadmin#2545 #3038: activeadmin/activeadmin#3038 #3075: activeadmin/activeadmin#3075 #3463: activeadmin/activeadmin#3463 #3464: activeadmin/activeadmin#3464 #3486: activeadmin/activeadmin#3486 #3519: activeadmin/activeadmin#3519 #3535: activeadmin/activeadmin#3535 #3553: activeadmin/activeadmin#3553 #3606: activeadmin/activeadmin#3606 #3686: activeadmin/activeadmin#3686 #3695: activeadmin/activeadmin#3695 #3731: activeadmin/activeadmin#3731 #3783: activeadmin/activeadmin#3783 #3894: activeadmin/activeadmin#3894 #4118: activeadmin/activeadmin#4118 #4173: activeadmin/activeadmin#4173 #4187: activeadmin/activeadmin#4187 #4254: activeadmin/activeadmin#4254 #5043: activeadmin/activeadmin#5043 #5198: activeadmin/activeadmin#5198 [21b6138f]: activeadmin/activeadmin#5740 #3091: activeadmin/activeadmin#3091 #3435: activeadmin/activeadmin#3435 #4477: activeadmin/activeadmin#4477 #4731: activeadmin/activeadmin#4731

... (truncated)
Changelog

Sourced from activeadmin's changelog.

2.7.0

Enhancements

  • Extend menu to allow for nested submenus. #5994 by [@​taralbass]
  • Add Webpacker compatibility with opt-in config switch and installation generator. #5855 by [@​sgara]

Bug Fixes

  • Fix scopes renderer when resource has only optional scopes and their conditions are false. #6149 by [@​Looooong]
  • Fix some missing wrapper markup in "logged out" layout. #6086 by [@​irmela]
  • Fix some typos in Vietnamese translation. #6099 by [@​giapnhdev]

2.6.1

Bug Fixes

  • Fix some ruby 2.7 warnings about keyword args. #6000 by [@​vcsjones]
  • Missing create_another translation in Vietnamese. #6002 by [@​imcvampire]
  • Using "destroy" for user facing message is too robotic, prefer "delete". #6047 by [@​vfonic]
  • Typo in confirmation message for comment deletion. #6047 by [@​vfonic]

2.6.0

Enhancements

  • Display multiple flash messages in separate elements. #5929 by [@​mirelon]
  • Make delete confirmation messages in French & Spanish gender-neutral. #5946 by [@​cprodhomme]

Bug Fixes

  • Export ModalDialog component to re-enable client side usage. #5956 by [@​sgara]
  • Use default ActionView options instead of default Formtastic options for DateRangeInput #5957 by [@​mirelon]
  • Fix i18n key in docs example to translate scopes. #5943 by [@​adler99]

2.5.0

Enhancements

  • Azerbaijani translation. #5078 by [@​orkhan]

Bug Fixes

  • Convert namespace to sym to prevent duplicate namespaces such as :foo and 'foo'. #5931 by [@​westonganger]
  • Use filter label when condition has a predicate. #5886 by [@​ko-lem]
  • Fix error when routing with array containing symbol. #5870 by [@​jwesorick]
  • Fix error when there is a model named Tag and meta_tags have been configured. #5895 by [@​micred], [@​FabioRos] and [@​deivid-rodriguez]
  • Allow specifying custom input_html for DateRangeInput. #5867 by [@​mirelon]
  • Adjust #main_content right margin to take into account possible custom values of $sidebar-width and $section-padding. #5887 by [@​guigs]
  • Improved polymorphic routes generation to avoid problems when multiple belongs_to are defined. #5938 by [@​leio10]
... (truncated)
Commits
  • a6c0363 Merge pull request #6161 from activeadmin/release/2.7.0
  • 4e0ee05 Backfill a couple of changelog entries
  • e0a58d4 Get ready for 2.7.0 release
  • f474728 Bump capybara from 3.31.0 to 3.32.0 in /gemfiles/rails_60_turbolinks (#6171)
  • ec0ede2 Bump capybara from 3.31.0 to 3.32.0 in /gemfiles/rails_52 (#6172)
  • 194e12e Bump capybara from 3.31.0 to 3.32.0 (#6170)
  • ccbe5cb Bump eslint-plugin-import from 2.20.1 to 2.20.2 (#6169)
  • e88e468 Bump draper from 4.0.0 to 4.0.1 in /gemfiles/rails_60_turbolinks (#6167)
  • ed1f460 Bump draper from 4.0.0 to 4.0.1 (#6166)
  • 92241aa Bump draper from 4.0.0 to 4.0.1 in /gemfiles/rails_52 (#6165)
  • Additional commits viewable in compare view

Updates rspec-rails from 3.9.0 to 4.0.1

Changelog

Sourced from rspec-rails's changelog.

4.0.1 / 2020-05-16

Full Changelog

Bug Fixes:

  • Remove warning when calling driven_by in system specs. (Aubin Lorieux, #2302)
  • Fix comparison of times for #at in job matchers. (Jon Rowe, Markus Doits, #2304)
  • Allow have_enqueued_mail to match when a sub class of ActionMailer::DeliveryJob is set using <Class>.delivery_job=. (Atsushi Yoshida #2305)
  • Restore Ruby 2.2.x compatibility. (Jon Rowe, #2332)
  • Add required_ruby_version to gem spec. (Marc-André Lafortune, #2319, #2338)

4.0.0 / 2020-03-24

Full Changelog

Enhancements:

  • Adds support for Rails 6. (Penelope Phippen, Benoit Tigeot, Jon Rowe, #2071)
  • Adds support for JRuby on Rails 5.2 and 6
  • Add support for parameterised mailers (Ignatius Reza, #2125)
  • Add ActionMailbox spec helpers and test type (James Dabbs, #2119)
  • Add ActionCable spec helpers and test type (Vladimir Dementyev, #2113)
  • Add support for partial args when using have_enqueued_mail (Ignatius Reza, #2118, #2125)
  • Add support for time arguments for have_enqueued_job (@​alpaca-tc, #2157)
  • Improve path parsing in view specs render options. (John Hawthorn, #2115)
  • Add routing spec template as an option for generating controller specs. (David Revelo, #2134)
  • Add argument matcher support to have_enqueued_* matchers. (Phil Pirozhkov, #2206)
  • Switch generated templates to use ruby 1.9 hash keys. (Tanbir Hasan, #2224)
  • Add have_been_performed/have_performed_job/perform_job ActiveJob matchers (Isaac Seymour, #1785)
  • Default to generating request specs rather than controller specs when generating a controller (Luka Lüdicke, #2222)
  • Allow ActiveJob matchers #on_queue modifier to take symbolic queue names. (Nils Sommer, #2283)
  • The scaffold generator now generates request specs in preference to controller specs. (Luka Lüdicke, #2288)
  • Add configuration option to disable ActiveRecord. (Jon Rowe, Phil Pirozhkov, Hermann Mayer, #2266)
  • Set ActionDispatch::SystemTesting::Server.silence_puma = true when running system specs. (ta1kt0me, Benoit Tigeot, #2289)

Bug Fixes:

  • EmptyTemplateHandler.call now needs to support an additional argument in Rails 6. (Pavel Rosický, #2089)
  • Suppress warning from SQLite3Adapter.represent_boolean_as_integer which is deprecated. (Pavel Rosický, #2092)
  • ActionView::Template#formats has been deprecated and replaced by ActionView::Template#format(Seb Jacobs, #2100)
  • Replace before_teardown as well as after_teardown to ensure screenshots
... (truncated)
Commits

Merge request reports