Skip to content

Commit

Permalink
Bump jsbundling-rails from 1.2.2 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [jsbundling-rails](https://github.com/rails/jsbundling-rails) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/rails/jsbundling-rails/releases)
- [Commits](rails/jsbundling-rails@v1.2.2...v1.3.0)

---
updated-dependencies:
- dependency-name: jsbundling-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and madhums committed Feb 29, 2024
1 parent 146aba8 commit 564353b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem "rails", "~> 7.1.3"
# Frontend asset bundling
gem "cssbundling-rails", "~> 1.1"
gem "jbuilder" # Build JSON APIs with ease [https://github.com/rails/jbuilder]
gem "jsbundling-rails", "~> 1.2"
gem "jsbundling-rails", "~> 1.3"
gem "stimulus-rails" # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
gem "turbo-rails" # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jsbundling-rails (1.2.2)
jsbundling-rails (1.3.0)
railties (>= 6.0.0)
json (2.7.1)
kaminari (1.2.2)
Expand Down Expand Up @@ -506,7 +506,7 @@ DEPENDENCIES
image_processing (>= 1.2)
invisible_captcha (~> 2.2)
jbuilder
jsbundling-rails (~> 1.2)
jsbundling-rails (~> 1.3)
kaminari (~> 1.2)
mobility (~> 1.2)
mobility-ransack (~> 1.2.2)
Expand Down

0 comments on commit 564353b

Please sign in to comment.