Skip to content

Commit

Permalink
Bump builder from 3.2.4 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [builder](https://github.com/rails/builder) from 3.2.4 to 3.3.0.
- [Changelog](https://github.com/rails/builder/blob/master/CHANGES)
- [Commits](rails/builder@v3.2.4...v3.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 7, 2024
1 parent ead5b70 commit 73ca69c
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 "nokogiri", "~> 1.16.5"
gem 'terser', '~> 1.2.2'

# For feed.xml.builder
gem "builder", "~> 3.2.4"
gem "builder", "~> 3.3.0"

gem "tzinfo-data", "~> 1.2024.1", platforms: [:mswin, :mingw, :jruby, :x64_mingw]
gem 'wdm', '~> 0.1.1', platforms: [:mswin, :mingw, :x64_mingw]
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
backports (3.24.1)
builder (3.2.4)
builder (3.3.0)
coffee-script (2.4.1)
coffee-script-source
execjs
Expand Down Expand Up @@ -138,7 +138,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
builder (~> 3.2.4)
builder (~> 3.3.0)
bundler (~> 2.5.6)
haml (~> 6.3.0)
middleman (~> 4.5.1)
Expand Down

0 comments on commit 73ca69c

Please sign in to comment.