Skip to content

Commit

Permalink
Merge pull request #5279 from dodona-edu/dependabot/bundler/jsbundlin…
Browse files Browse the repository at this point in the history
…g-rails-1.2.2

Bump jsbundling-rails from 1.2.1 to 1.2.2
  • Loading branch information
bmesuere authored Jan 9, 2024
2 parents 99d0402 + eb6654f commit 800b006
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 @@ -14,7 +14,7 @@ gem 'puma', '~> 6.4.2'
gem 'cssbundling-rails', '~> 1.3.3'

# Use jsbundling to bundle javascript in app/javascript with webpack
gem 'jsbundling-rails', '~> 1.2.1'
gem 'jsbundling-rails', '~> 1.2.2'

# Load sprockets ourselves because rails 7 no longer autoloads this
# This is still used for all javascript in app/assets/javascripts
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ GEM
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jsbundling-rails (1.2.1)
jsbundling-rails (1.2.2)
railties (>= 6.0.0)
json (2.7.1)
json-jwt (1.16.3)
Expand Down Expand Up @@ -591,7 +591,7 @@ DEPENDENCIES
icalendar (~> 2.10)
image_processing (~> 1.12.2)
jbuilder (~> 2.11.5)
jsbundling-rails (~> 1.2.1)
jsbundling-rails (~> 1.2.2)
json_schemer (~> 2.1.1)
jwt (~> 2.7.1)
kramdown (~> 2.4.0)
Expand Down

0 comments on commit 800b006

Please sign in to comment.