Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Bump the bundler group across 1 directory with 25 updates#1

Open
dependabot[bot] wants to merge 1 commit intomainAdvancedSecurity-Examples/Ruby_OnRails_Example:mainfrom
dependabot/bundler/bundler-3d26ebf5b2AdvancedSecurity-Examples/Ruby_OnRails_Example:dependabot/bundler/bundler-3d26ebf5b2Copy head branch name to clipboard
Open

Bump the bundler group across 1 directory with 25 updates#1
dependabot[bot] wants to merge 1 commit intomainAdvancedSecurity-Examples/Ruby_OnRails_Example:mainfrom
dependabot/bundler/bundler-3d26ebf5b2AdvancedSecurity-Examples/Ruby_OnRails_Example:dependabot/bundler/bundler-3d26ebf5b2Copy head branch name to clipboard

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 6, 2024

Bumps the bundler group with 12 updates in the / directory:

Package From To
jquery-rails 2.1.1 4.6.0
rails 3.2.7 7.2.2
coffee-rails 3.2.2 5.0.0
sass-rails 3.2.5 6.0.0
rspec-rails 2.11.0 7.1.0
therubyracer 0.10.1 0.12.3
faker 1.0.1 3.5.1
twitter-bootstrap-rails 2.1.1 5.0.0
capybara 1.1.2 3.40.0
factory_girl_rails 4.0.0 4.9.0
bootstrap-sass 2.0.4.0 3.4.1
haml 3.1.7 6.3.0

Updates jquery-rails from 2.1.1 to 4.6.0

Changelog

Sourced from jquery-rails's changelog.

4.6.0

  • update jquery to 3.7.0

4.5.1

  • update jquery to 3.6.1
  • update jquery-ujs to 1.2.3

4.5.0

  • update jquery to 3.6.0

4.4.0

4.3.5

  • update jquery to 3.4.1

4.3.4

  • update jquery to 3.4.0

4.3.3

  • update jquery to 3.3.1

4.3.2

  • update jquery to 3.3.0
  • Add possibility to test HTML: all, attribute prefix, attribute contains, attribute ends with, child, and class selectors
  • Fix matching multiple calls for the same selector/function exception

4.3.1

  • update jquery to 3.2.1

4.3.0

  • update jquery to 3.2.0
  • Add possibility to test HTML attribute selectors

4.2.2

  • update jquery to 3.1.1

... (truncated)

Commits
  • 12869da Release v4.6.0 with jQuery v3.7.0
  • 65a9c73 Update jquery to 3.7.0
  • fb5a7a8 Merge pull request #293 from MichaelHoste/patch-1
  • d9dfbe1 Merge pull request #296 from okuramasafumi/patch-1
  • f34a439 Update CHANGELOG.md
  • b9e5aa7 Fix typo in CHANGELOG.md (usj => ujs)
  • de8792d Release v4.5.1 with jquery 3.6.1 and jquery-ujs 1.2.3
  • 7e6f508 Update jquery-ujs to latest v1.2.3
  • a80d74b Update jQuery to latest v3.6.1
  • 153d9ff Fix changelog typo [ci skip]
  • Additional commits viewable in compare view

Updates rails from 3.2.7 to 7.2.2

Release notes

Sourced from rails's releases.

7.2.2

Active Support

  • Include options when instrumenting ActiveSupport::Cache::Store#delete and ActiveSupport::Cache::Store#delete_multi.

    Adam Renberg Tamm

  • Print test names when running rails test -v for parallel tests.

    John Hawthorn, Abeid Ahmed

Active Model

  • Fix regression in alias_attribute to work with user defined methods.

    alias_attribute would wrongly assume the attribute accessor was generated by Active Model.

    class Person
      include ActiveModel::AttributeMethods
    define_attribute_methods :name
    attr_accessor :name
    alias_attribute :full_name, :name
    end
    person.full_name # => NoMethodError: undefined method `attribute' for an instance of Person

    Jean Boussier

Active Record

  • Fix support for query_cache: false in database.yml.

    query_cache: false would no longer entirely disable the Active Record query cache.

    zzak

  • Set .attributes_for_inspect to :all by default.

    For new applications it is set to [:id] in config/environment/production.rb.

    In the console all the attributes are always shown.

    Andrew Novoselac

... (truncated)

Commits
  • d0dcb8f Preparing for 7.2.2 release
  • 9f24f75 Add yarn.lock allowed dirty files
  • ad485aa Merge pull request #52951 from Ridhwana/Ridhwana/active-record-validations [c...
  • f6916e7 Merge pull request #53494 from zzak/re-53492
  • a7858b5 Merge pull request #53472 from p8/activerecord/improve-attributes-for-inspect...
  • e6a8acd Merge pull request #53475 from p8/activerecord/show-all-attributes-in-console
  • 91aac4a Merge pull request #53484 from zzak/query_cache-config-disable
  • fe5f624 Better wording for config.action_dispatch.show_exceptions [ci-skip] (#53483)
  • 15872b4 Merge pull request #53473 from p8/activerecord/update-attributes-for-inspect-...
  • e1cccdc Add CHANGELOG entry for 170e6c178b7358a87a7304bdf80273e0b153f6fd
  • Additional commits viewable in compare view

Updates coffee-rails from 3.2.2 to 5.0.0

Changelog

Sourced from coffee-rails's changelog.

5.0.0 (Apr 23, 2019)

  • Remove support to Rails < 5.2.
  • Support Rails 6.

4.2.2 (May 24, 2017)

  • Support digest resolution for coffee templates.

4.2.1 (June 30, 2016)

  • Fix error in the gem package.

4.2.0 (June 30, 2016)

  • Override js_template hook in the Rails generator to allow Rails to be CoffeeScript agnostic.

4.1.1 (December 18, 2015)

  • Allow Rails 5.

    Rafael Mendonça França

4.1.0 (October 12, 2014)

  • Default to .coffee extension instead of .js.coffee

    Joshua Peek

  • Register coffee extension for rake notes.

    Roberto Miranda

4.0.1 (October 17, 2013)

  • Drop support to Rails 4.0.0.rc releases

    Rafael Mendonça França

4.0.0 (April 18, 2013)

  • Bump railties version to 4.0.0.beta.

    José Valim

Commits
  • 32a2939 Prepare to 5.0.0
  • 6507f0a Set the javascripts generator option as true in the railtie
  • 5f0e005 Point to rails repository
  • 74214e8 Merge pull request #114 from larouxn/rails_6_support
  • eff9c00 Revert folder structure changes, remove --javascripts flag
  • e7ce694 Fix for exclusively Rails 6
  • 69e6782 TESTING, use my fork of Rails
  • fc8c48c Conditionally use Rails 6 folder stucture
  • 5df5816 Merge pull request #111 from larouxn/stop_testing_below_ruby_2.2
  • 9bead93 Merge pull request #112 from larouxn/update_travis_jruby_version
  • Additional commits viewable in compare view

Updates sass-rails from 3.2.5 to 6.0.0

Release notes

Sourced from sass-rails's releases.

6.0.0

Breaking change

v5.0.7

  • Remove ruby warnings

v5.0.6

  • Fixes deprecation warnings on Sprockets 3 (#382)

    Richard Schneeman

5.0.5

  • Support Rails 5

5.0.4

  • Allow Tilt 2 usage
  • Allow no compression for all environments

5.0.3

  • Fixed file permissions

5.0.2

  • Configure assets environment inside a configure block. This fixes an issue with sprockets-rails' master branch.

5.0.1

  • Fixed @import glob related caching bug

5.0.0

  • Register scss and sass extensions for rake notes
  • Make possible to use sprocktes > 2.8 and < 4
  • Make possible to use sass ~> 3.1
  • Deprecate .css.scss and .css.sass extensions
  • Limit =require to .css only files and @import to .scss files. Avoid mixing the two.

4.0.5

  • Make possible to use sprockets 2.12.

4.0.4

  • Make possible to use any sprockets version in the 2.11 series.
  • Require at least sass 3.2.2.

4.0.3

  • Make possible to use sprockets-rails 2.1.

4.0.2

  • Lock sprockets version to <= 2.11.0. Fixes #191.

... (truncated)

Commits
  • a77240c Prepare to 6.0.0
  • 8dbe4dc Bump version to 6.0.0.beta3
  • 830a8ec Bump minimum version of sassc-rails
  • ff54c20 Fix open-ended dependency
  • ebe9ef7 Bump version to v6.0.0.beta2
  • 409d871 Merge pull request #424 from rails/sassc-rails
  • d809900 Recomend to use SassC::Rails::Importer to users requiring sass/rails/importer
  • 706526d Make sass-rails an wrapper for sassc-rails to allow a smooth upgrade path
  • ac38f1e Merge pull request #423 from gregmolnar/master
  • d61b999 remove gemnasium badge from readme
  • Additional commits viewable in compare view

Updates rspec-rails from 2.11.0 to 7.1.0

Changelog

Sourced from rspec-rails's changelog.

7.1.0 / 2024-11-09

Full Changelog

Enhancements:

  • Improve implicit description for ActionCable matchers have_broadcasted_to / have_broadcast. (Simon Fish, #2795)
  • Comment out infer_spec_type_from_file_location! in newly generated rails_helper.rb files. (Jon Rowe, #2804)
  • Allow turning off active job / mailer argument validation. (Oli Peate, #2808)

7.0.2 / 2024-11-09

Full Changelog

Bug Fixes:

  • Fix issue with have_enqueued_mail when jobs were incorrectly matched due to refactoring in #2780. (David Runger, #2793)

7.0.1 / 2024-09-03

Full Changelog

Bug Fixes:

  • Remove mutation of Rails constant in favour of public api. (Petrik de Heus, #2789)
  • Cleanup Rails scaffold for unsupported versions. (Matt Jankowski, #2790)
  • Remove deprecated scaffold that was unintentionally included in 7.0.0 (Jon Rowe, #2791)

7.0.0 / 2024-09-02

Full Changelog

Enhancements:

  • Change default driver for system specs on Rails 7.2 to match its default. (Steve Polito, #2746)
  • Verify ActiveJob arguments by comparing to the method signature. (Oli Peate, #2745)
  • Add suggestion to rails_helper.rb to skip when not in test mode. (Glauco Custódio, #2751)
  • Add at_priority qualifier to have_enqueued_job set of matchers. (mbajur, #2759)
  • Add spec directories to rails stats on Rails main / 8.0.0. (Petrik de Heus, #2781)

6.1.5 / 2024-09-02

Full Changelog

Bug Fixes:

  • Restore old order of requiring support files. (Franz Liedke, #2785)
  • Prevent running rake spec:statsetup on Rails main / 8.0.0. (Petrik de Heus, #2781)

... (truncated)

Commits

Updates therubyracer from 0.10.1 to 0.12.3

Changelog

Sourced from therubyracer's changelog.

0.12.3 2017/01/05

  • Support for unified Integer class in Ruby 2.4+ (thanks to @​koic)

0.12.2 2015/04/06

  • fix memory leak where weak hash map entries were not being cleaned up. Thanks to @​SamSaffon

0.12.1 2014/02/03

  • add timeout option to V8::Context to forcibly abort long running scripts (thanks to @​SamSaffron)
  • allow canonical require via require "therubyracer" instead of oddball require "v8"(thanks @​gaffneyc)

0.12.0 2013/08/20

  • upgrade v8 to 3.16.4 (thanks to @​ignisf)
  • enable native (and functional) weakref implementation for MRI > 2.0
  • expose low level interface for V8::C::HeapStatistics#total_physical_size

0.11.1 2013/01/04

  • reintroduce the dependency on libv8
  • libv8 can be disabled by installing it with the --with-system-v8 flag

0.11.0 2012/12/04

  • upgrade V8 version to 3.11.8
  • remove dependency on libv8. enable compilation against system v8
  • complete re-write of low-level C layer for dramatically increased stability and performance
  • more faithful and complete coverage of the low-level C API
  • ease the building of binary gems
  • official support for Rubinius
  • ability to query V8 for memory usage and set resource constraints
  • extensible conversion framework for thunking Ruby values to V8 and vice-versa
  • extensible invocation framework for calling Ruby code (Proc, Method, etc...) from JavaScript
  • extensible access framework for interacting with Ruby properties from JavaScript
  • provide explicit context teardown for distributed cycles of garbage.
Commits
  • a635aee v0.12.3
  • 2f1127b Update the changelog
  • f2ccbad Merge branch 'pr/413'
  • 549e8cb Rename from fixnum.rb to integer.rb
  • f5966bb Support for unified Integer class in Ruby 2.4+
  • ec6adc8 Merge branch 'travis-updates'
  • 07a2b6c Remove unnecessary encoding setting in the gemspec
  • 6a26969 Silence a warning about should syntax in RSpec
  • 7d82a96 Bump Ruby versions in .travis.yml
  • fb9682d Fix a build error in Travis CI
  • Additional commits viewable in compare view

Updates faker from 1.0.1 to 3.5.1

Release notes

Sourced from faker's releases.

v3.5.1

Happy October! 🎃

This version drops support for Ruby < 3.0. We only support one EOL Ruby version at a time. Please upgrade to Ruby 3.0 to update to this and future versions of faker-ruby.

Besides that, this version removes deprecated generators, fixes some bugs, and adds a Security Policy.

Thanks to all contributors!

Breaking Changes

The following deprecated generators are being removed. Please use the new generators:

Deprecated New
Faker::TvShows::TheFreshPrinceOfBelAir.celebrity Faker::TvShows::TheFreshPrinceOfBelAir.actor
Faker::TvShows::Buffy.celebrity Faker::TvShows::Buffy.actor
Faker::TvShows::DrWho.villian Faker::TvShows::DrWho.villain
Faker::Games::HeroesOfTheStorm.class Faker::Games::HeroesOfTheStorm.class_name
Faker::JapaneseMedia::FmaBrotherhood Faker::JapaneseMedia::FullmetalAlchemistBrotherhood
Faker::Show Faker::Theater
Faker::Australia Faker::Locations::Australia
Faker::IDNumber Faker::IdNumber

Improvements & Bug fixes

Update local dependencies

New Contributors

... (truncated)

Changelog

Sourced from faker's changelog.

v3.5.1 (2024-10-18)

Happy October! 🎃

This version drops support for Ruby < 3.0. We only support one EOL Ruby version at a time. Please upgrade to Ruby 3.0 to update to this and future versions of faker-ruby.

Besides that, this version removes deprecated generators, fixes some bugs, and adds a Security Policy.

Thanks to all contributors!

Breaking Changes

The following deprecated generators are being removed. Please use the new generators:

Deprecated New
Faker::TvShows::TheFreshPrinceOfBelAir.celebrity Faker::TvShows::TheFreshPrinceOfBelAir.actor
Faker::TvShows::Buffy.celebrity Faker::TvShows::Buffy.actor
Faker::TvShows::DrWho.villian Faker::TvShows::DrWho.villain
Faker::Games::HeroesOfTheStorm.class Faker::Games::HeroesOfTheStorm.class_name
Faker::JapaneseMedia::FmaBrotherhood Faker::JapaneseMedia::FullmetalAlchemistBrotherhood
Faker::Show Faker::Theater
Faker::Australia Faker::Locations::Australia
Faker::IDNumber Faker::IdNumber

Improvements & Bug fixes

Update local dependencies

New Contributors

... (truncated)

Commits
  • 46130d9 Merge pull request #3017 from faker-ruby/bump-to-v-3.5.1
  • 656f96f Bump faker to 3.5.1
  • 0aa5963 Remove unused rake task
  • a9a7652 Merge pull request #3016 from faker-ruby/sb-add-security-policy
  • f39b41d Update SECURITY.md
  • ca7c336 Update SECURITY.md
  • 6a8ad8d Create SECURITY.md
  • 6795451 Merge pull request #3015 from JeremasPosta/fix/remove_example_with_leading_wh...
  • efb26b4 Merge branch 'main' into fix/remove_example_with_leading_whitespace
  • 65fca9f feat(music.band): reorder alphabetically
  • Additional commits viewable in compare view

Updates twitter-bootstrap-rails from 2.1.1 to 5.0.0

Commits

Updates capybara from 1.1.2 to 3.40.0

Changelog

Sourced from capybara's changelog.

Version 3.40.0

Release date: 2024-01-26

Changned

  • Dropped support for Ruby 2.7, 3.0+ is now required
  • Dropped support for Selenium < 4.8
  • Use the new headless option on chromedriver with registered selenium driver [Neil Carvalho]

Added

  • Capybara::Result#to_ary to support multiple assignment [Sean Doyle]
  • has_element? and related matchers [Sean Doyle]
  • Rack 3 support

Fixed

  • Forward save_screenshot options to selenium - Issue 2738
  • Rack test - don't auto submit forms with multiple inputs [Mitchell Henke]
  • Table row selector matches cell values in order - Issue 2686 [Jeff Parr]
  • Table row selector fixes for first column - Issue 2685 [Jeff Par]

Version 3.39.2

Release date: 2023-06-10

Fixed

  • Fix Selenium version comparison [aki77]

Version 3.39.1

Release date: 2023-05-12

Fixed

  • Fix usage of Selenium logger

Version 3.39.0

Release date: 2023-04-02

Added

  • Support :target filter option on :link selector [Yudai Takada]
  • Experimental Rack 3 support
  • Text normalization performance improvements [Brandon Weaver]

Fixed

  • MS Edge button click [Brian J. Bayer]
  • Options/Capabilities choosing based on Selenium versions
  • Support for base versions [Matijs van Zuijlen]

... (truncated)

Commits

Updates factory_girl_rails from 4.0.0 to 4.9.0

Release notes

Sourced from factory_girl_rails's releases.

Version 4.9.0

This is the final release of factory_girl_rails, which has been renamed to factory_bot_rails.

Learn more about the name change here: https://robots.thoughtbot.com/factory_bot

Version 4.8.2

This is the first release of factory_bot_rails, formerly known as factory_girl_rails.

Learn more about the name change here: https://robots.thoughtbot.com/factory_bot

Changelog

Sourced from factory_girl_rails's changelog.

factory_bot_rails versioning is synced with factory_bot releases. For this reason there might not be any notable changes in new versions of this project.

NEWS

6.4.4 (October 25, 2024)

  • Changed: Bump Factory Bot 6.5.0

6.4.3 (December 29, 2023)

  • Changed: allow sequence definitions for ActiveRecord primary keys (Mike Burns).
  • Changed: Support Ruby 3.0+, Rails 6.1+ (Mike Burns)
  • Documentation improvements (obregonia1).
  • Internal: GitHub Actions improvements (Lorenzo Zabot, ydah).
  • Internal: RubyGems points to changelog (Tilo Sloboda).
  • Internal: Bump standard, rake, activerecord, appraisal, rspec-rails (Mike Burns).

6.4.2 (November 23, 2023)

  • Fixed: Fix Rails 7.1.2 + monkey-patched ActiveRecord compatibility (Adif Sgaid, Benoit Tigeot)
  • Internal: Test against Rails 7.1 (y-yagi)
  • Internal: Fix links to old files after renaming the main branch to main (y-yagi)

6.4.0 (November 17, 2023)

  • Releasing this for consistency with the factory_bot dependency.

6.3.0 (November 17, 2023)

  • Changed: reject sequence definitions for ActiveRecord primary keys (Sean Doyle).
  • Changed: factory_bot dependency to ~> 6.4 (Mike Burns).
  • Changed: upgrade dependencies (Daniel Colson).
  • Add: projections.json for Rails.vim (Caleb Hearth).
  • Docs: fix broken link (Edu Depetris).
  • Docs: mention Rails generator in docs (Edu Depetris).
  • Docs: fix typo (Yudai Takada).
  • Internal: skip Spring version 2.1.1 due to a bug in that release (Christina Entcheva, Daniel Colson).
  • Internal: test against Rails 6.1 (Antonis Berkakis).
  • Internal: test against Ruby 3 (Daniel Colson).
  • Internal: fewer warnings in Cucumber tests (Daniel Colson).
  • Internal: use GitHub Actions for CI (Mathieu Jobin).
  • Internal: a whole bunch of cleanup (Daniel Colson).
  • Internal: fix CI due to a Bundler output change (Mike Burns).

... (truncated)

Commits
  • 13ecff9 Bump version to 4.9.0
  • ebd3310 Update FactoryGirl requirement to 4.9.0
  • dca3731 Bump version to 4.8.0
  • 91dfdca Update Factory Girl requirement to 4.8.0
  • 4a7afc4 Updates ReadMe to recommend environments for gem
  • ec478f1 Appraise against Rails 5.0
  • 4044827 link to confguring the test suite
  • a44854d Update Gemspec file to not use git ls-files
  • 282b293 Add $ to command line instruction
  • 24f3624 update gemspec description
  • Additional commits viewable in compare view

Updates bootstrap-sass from 2.0.4.0 to 3.4.1

Release notes

Sourced from bootstrap-sass's releases.

v3.4.1

  • Security: Fixed an XSS vulnerability (CVE-2019-8331) in our tooltip and popover plugins by implementing a new HTML sanitizer
  • Handle bad selectors (#) in data-target for Dropdowns
  • Clarified tooltip selector documentation
  • Added support for NuGet contentFiles

v3.4.0

  • New: Added a .row-no-gutters class.
  • New: Added docs searching via Algolia.
  • Fixed: Resolved an XSS issue in Alert, Carousel, Collapse, Dropdown, Modal, and Tab components. See https://snyk.io/vuln/npm:bootstrap:20160627 for details.
  • Fixed: Added padding to .navbar-fixed-* on modal open
  • Fixed: Removed the double border on elements.
  • Removed Gist creation in web-based Customizer since anonymous gists were disabled long ago by GitHub.
  • Removed drag and drop support from Customizer since it didn’t work anymore.

Framework version: Bootstrap v3.4.0 See the upstream blog post for a detailed overview.

v3.3.6

  • Bumps Sass dependency to 3.3.4+ to avoid compatibility issues with @​at-root.
  • Bumps node-sass dependency to ~3.4.2 for Node.js v5 compatibility. #986
  • Fixes breadcrumb content issues on libsass. #919
  • Fixes a Rails 5 compatibility issue. #965

Framework version: Bootstrap v3.3.6 See the upstream blog post for style and JavaScript changes.

v3.3.5

Fix for standalone Compass extension compatibility. #914

Framework version: Bootstrap v3.3.5

v3.3.4

No Sass-specific changes.

Framework version: Bootstrap v3.3.4.

The Ruby gem was originally released as v3.3.4, but has been re-released as v3.3.4.1 due to a file permissions issue. Non-rubygem releases are not affected.

v3.3.3

Released on 2015-01-19. This is a re-packaged release of v3.3.2.1 (v3.3.2+1). It includes the Sass-specific Glyphicons regression fix (daeb43dcc7b0ab06328acaca0549ee68c039aaa6) from v3.3.2.1.

bootstrap-sass versions will be strictly SemVer from now on. The PATCH version may be ahead of the upstream twbs/bootstrap version due to Sass-specific fixes. To avoid confusion, there is not, and will never be, an upstream Bootstrap v3.3.3.

... (truncated)

Changelog

Sourced from bootstrap-sass's changelog.

Changelog

3.4.3 (non-ruby only)

  • Fix malformed math.div expressions. #1225

3.4.2 (non-ruby only)

  • Compatibility with Sass 1.33. #1221

3.4.0

  • Bootstrap rubygem now depends on SassC instead of Sass.
  • Compass no longer supported.

3.3.7

  • Allows jQuery 3.x in bower.json. #1048
  • Adds the style and sass fields to package.json. #1045
  • Adds Eyeglass support. #1007

3.3.6

  • Bumps Sass dependency to 3.3.4+ to avoid compatibility issues with @​at-root.
  • Bumps node-sass dependency to ~3.4.2 for Node.js v5 compatibility. #986
  • Fixes breadcrumb content issues on libsass. #919
  • Fixes a Rails 5 compatibility issue. #965

Framework version: Bootstrap v3.3.6

3.3.5

Fix for standalone Compass extension compatibility. #914

Framework version: Bootstrap v3.3.5

3.3.4

No Sass-specific changes.

Framework version: Bootstrap v3.3.4

3.3.3

This is a re-packaged release of 3.3.2.1 (v3.3.2+1).

Versions are now strictly semver. The PATCH version may be ahead of the upstream.

Framework version: Bootstrap v3.3.2.

... (truncated)

Commits

Updates twitter-bootstrap-rails from 2.1.1 to 5.0.0

Commits

Updates haml from 3.1.7 to 6.3.0

Release notes

Sourced from haml's releases.

v6.3.0

v6.2.5

  • Deprecate Haml::RailsTemplate#default_format that was added in v6.1.3 for Turbo (discussion)

v6.2.4

  • Support case-in statement #1155

v6.2.3

  • Resurrect RDFa doctype support #1147

v6.2.2

  • Allow adding custom attributes to Haml::BOOLEAN_ATTRIBUTES #1148
  • Consider aria-xxx: false as a boolean attribute

v6.2.1

  • Fix v6.2.0's bug in rendering dynamic aria attributes #1149

v6.2.0

  • Drop the C extension #1146

v6.1.4

  • Let Haml::Util.escape_html use ERB::Escape if available #1145

v6.1.3

  • Add Haml::RailsTemplate#default_format for Turbo compatibility #1144

v6.1.2

  • Use the rails template path as filename #1140

v6.1.1

  • Fix an empty output of Ruby 3.1's Hash shorthand syntax #1083

v6.1.0

  • Optimize away a to_s call on = scripts
  • Fix escaping for objects that return an html_safe string on to_s #1117

v6.0.12

  • Fix a whitespace removal with > and an if-else statement #1114

v6.0.11

  • Fix a whitespace removal with > and an if statement #1114

v6.0.10

  • Evaluate :erb filter in the template context like Haml 5

v6.0.9

... (truncated)

Changelog

Sourced from haml's changelog.

6.3.0

6.2.5

  • Deprecate Haml::RailsTemplate#default_format that was added in v6.1.3 for Turbo (discussion)

6.2.4

  • Support case-in statement #1155

6.2.3

  • Resurrect RDFa doctype support #1147

6.2.2

  • Allow adding custom attributes to Haml::BOOLEAN_ATTRIBUTES #1148
  • Consider aria-xxx: false as a boolean attribute

6.2.1

  • Fix v6.2.0's bug in rendering dynamic aria attributes #1149

6.2.0

  • Drop the C extension #1146

6.1.4

  • Let Haml::Util.escape_html use ERB::Escape if available #1145

6.1.3

  • Add Haml::RailsTemplate#default_format for Turbo compatibility #1144

6.1.2

  • Use the rails template path as filename #1140

6.1.1

  • Fix an empty output of Ruby 3.1's Hash shorthand syntax #1083

6.1.0

  • Optimize away a to_s call on = scripts
  • Fix escaping for objects that return an html_safe string on to_s #1117

... (truncated)

Commits
  • 8e68e37 Version 6.3.0
  • 414a4fc Remove Haml::RailsTemplate#default_format
  • 721b381 Version 6.2.5
  • 9357721 Warn the use of #default_format
  • 2269160 Add a documentation about Turbo
  • 7db9665 Version 6.2.4
  • 1098bc1 Fix running tests against Rails 7.1
  • a55cbf6 Remove advice to run git submodule update --init

Bumps the bundler group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [jquery-rails](https://github.com/rails/jquery-rails) | `2.1.1` | `4.6.0` |
| [rails](https://github.com/rails/rails) | `3.2.7` | `7.2.2` |
| [coffee-rails](https://github.com/rails/coffee-rails) | `3.2.2` | `5.0.0` |
| [sass-rails](https://github.com/rails/sass-rails) | `3.2.5` | `6.0.0` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `2.11.0` | `7.1.0` |
| [therubyracer](https://github.com/cowboyd/therubyracer) | `0.10.1` | `0.12.3` |
| [faker](https://github.com/faker-ruby/faker) | `1.0.1` | `3.5.1` |
| [twitter-bootstrap-rails](https://github.com/seyhunak/twitter-bootstrap-rails) | `2.1.1` | `5.0.0` |
| [capybara](https://github.com/teamcapybara/capybara) | `1.1.2` | `3.40.0` |
| [factory_girl_rails](https://github.com/thoughtbot/factory_girl_rails) | `4.0.0` | `4.9.0` |
| [bootstrap-sass](https://github.com/twbs/bootstrap-sass) | `2.0.4.0` | `3.4.1` |
| [haml](https://github.com/haml/haml) | `3.1.7` | `6.3.0` |



Updates `jquery-rails` from 2.1.1 to 4.6.0
- [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md)
- [Commits](rails/jquery-rails@v2.1.1...v4.6.0)

Updates `rails` from 3.2.7 to 7.2.2
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v3.2.7...v7.2.2)

Updates `coffee-rails` from 3.2.2 to 5.0.0
- [Changelog](https://github.com/rails/coffee-rails/blob/master/CHANGELOG.md)
- [Commits](rails/coffee-rails@v3.2.2...v5.0.0)

Updates `sass-rails` from 3.2.5 to 6.0.0
- [Release notes](https://github.com/rails/sass-rails/releases)
- [Commits](rails/sass-rails@3.2.5...v6.0.0)

Updates `rspec-rails` from 2.11.0 to 7.1.0
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v2.11.0...v7.1.0)

Updates `therubyracer` from 0.10.1 to 0.12.3
- [Changelog](https://github.com/rubyjs/therubyracer/blob/master/Changelog.md)
- [Commits](rubyjs/therubyracer@v0.10.1...v0.12.3)

Updates `faker` from 1.0.1 to 3.5.1
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md)
- [Commits](faker-ruby/faker@v1.0.1...v3.5.1)

Updates `twitter-bootstrap-rails` from 2.1.1 to 5.0.0
- [Changelog](https://github.com/seyhunak/twitter-bootstrap-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seyhunak/twitter-bootstrap-rails/commits)

Updates `capybara` from 1.1.2 to 3.40.0
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](teamcapybara/capybara@1.1.2...3.40.0)

Updates `factory_girl_rails` from 4.0.0 to 4.9.0
- [Release notes](https://github.com/thoughtbot/factory_girl_rails/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot_rails@v4.0.0...v4.9.0)

Updates `bootstrap-sass` from 2.0.4.0 to 3.4.1
- [Release notes](https://github.com/twbs/bootstrap-sass/releases)
- [Changelog](https://github.com/twbs/bootstrap-sass/blob/master/CHANGELOG.md)
- [Commits](twbs/bootstrap-sass@v2.0.4.0...v3.4.1)

Updates `twitter-bootstrap-rails` from 2.1.1 to 5.0.0
- [Changelog](https://github.com/seyhunak/twitter-bootstrap-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seyhunak/twitter-bootstrap-rails/commits)

Updates `haml` from 3.1.7 to 6.3.0
- [Release notes](https://github.com/haml/haml/releases)
- [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md)
- [Commits](haml/haml@3.1.7...v6.3.0)

Updates `actionmailer` from 3.2.7 to 7.2.2
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.0/actionmailer/CHANGELOG.md)
- [Commits](rails/rails@v3.2.7...v7.2.2)

Updates `actionpack` from 3.2.7 to 7.2.2
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.0/actionpack/CHANGELOG.md)
- [Commits](rails/rails@v3.2.7...v7.2.2)

Updates `activerecord` from 3.2.7 to 7.2.2
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.0/activerecord/CHANGELOG.md)
- [Commits](rails/rails@v3.2.7...v7.2.2)

Updates `activesupport` from 3.2.7 to 7.2.2
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.0/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v3.2.7...v7.2.2)

Updates `addressable` from 2.3.2 to 2.8.7
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](sporkmonger/addressable@addressable-2.3.2...addressable-2.8.7)

Updates `ffi` from 1.1.5 to 1.17.0
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](ffi/ffi@1.1.5...v1.17.0)

Updates `i18n` from 0.6.0 to 1.14.6
- [Release notes](https://github.com/ruby-i18n/i18n/releases)
- [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md)
- [Commits](ruby-i18n/i18n@v0.6.0...v1.14.6)

Updates `nokogiri` from 1.5.5 to 1.16.8
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.5.5...v1.16.8)

Updates `rack` from 1.4.1 to 3.1.8
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@1.4.1...v3.1.8)

Updates `rake` from 0.9.2.2 to 13.2.1
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v0.9.2.2...v13.2.1)

Updates `rdoc` from 3.12 to 6.8.1
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](ruby/rdoc@v3.12...v6.8.1)

Updates `sprockets` from 2.1.3 to 4.2.1
- [Release notes](https://github.com/rails/sprockets/releases)
- [Changelog](https://github.com/rails/sprockets/blob/main/CHANGELOG.md)
- [Commits](rails/sprockets@v2.1.3...v4.2.1)

Updates `tzinfo` from 0.3.33 to 2.0.6
- [Release notes](https://github.com/tzinfo/tzinfo/releases)
- [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md)
- [Commits](tzinfo/tzinfo@v0.3.33...v2.0.6)

---
updated-dependencies:
- dependency-name: jquery-rails
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: rails
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: coffee-rails
  dependency-type: direct:development
  dependency-group: bundler
- dependency-name: sass-rails
  dependency-type: direct:development
  dependency-group: bundler
- dependency-name: rspec-rails
  dependency-type: direct:development
  dependency-group: bundler
- dependency-name: therubyracer
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: faker
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: twitter-bootstrap-rails
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: capybara
  dependency-type: direct:development
  dependency-group: bundler
- dependency-name: factory_girl_rails
  dependency-type: direct:development
  dependency-group: bundler
- dependency-name: bootstrap-sass
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: twitter-bootstrap-rails
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: haml
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: actionmailer
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: actionpack
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: activerecord
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: activesupport
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: addressable
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: ffi
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: i18n
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: nokogiri
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: rack
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: rake
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: rdoc
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: sprockets
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: tzinfo
  dependency-type: indirect
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.