Skip to content

Commit 52efc28

Browse files
Bump jsbundling-rails from 1.3.0 to 1.3.1 (#195)
Bumps [jsbundling-rails](https://github.com/rails/jsbundling-rails) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/rails/jsbundling-rails/releases) - [Commits](rails/jsbundling-rails@v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: jsbundling-rails dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 352103f commit 52efc28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem "sqlite3", ">= 1.4"
1212
# Use the Puma web server [https://github.com/puma/puma]
1313
gem "puma", "6.4.2"
1414
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
15-
gem "jsbundling-rails", "1.3.0"
15+
gem "jsbundling-rails", "1.3.1"
1616
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
1717
gem "turbo-rails", "2.0.6"
1818
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ GEM
135135
pp (>= 0.6.0)
136136
rdoc (>= 4.0.0)
137137
reline (>= 0.4.2)
138-
jsbundling-rails (1.3.0)
138+
jsbundling-rails (1.3.1)
139139
railties (>= 6.0.0)
140140
json (2.10.1)
141141
language_server-protocol (3.17.0.4)
@@ -323,7 +323,7 @@ DEPENDENCIES
323323
cssbundling-rails (= 1.4.0)
324324
debug
325325
dockerfile-rails (>= 1.6)
326-
jsbundling-rails (= 1.3.0)
326+
jsbundling-rails (= 1.3.1)
327327
lucide-rails (= 0.4.0)
328328
phlex!
329329
phlex-rails!

0 commit comments

Comments
 (0)