Skip to content

Commit 9fd5bd1

Browse files
authored
Merge pull request #19755 from Homebrew/dependabot/bundler/Library/Homebrew/bindata-2.5.1
build(deps): bump bindata from 2.5.0 to 2.5.1 in /Library/Homebrew
2 parents 7d59611 + 5cf755a commit 9fd5bd1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+48
-56
lines changed

Library/Homebrew/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GEM
77
base64 (0.2.0)
88
benchmark (0.4.0)
99
bigdecimal (3.1.9)
10-
bindata (2.5.0)
10+
bindata (2.5.1)
1111
coderay (1.1.3)
1212
concurrent-ruby (1.3.5)
1313
diff-lcs (1.6.1)
Lines changed: 10 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Library/Homebrew/vendor/bundle/bundler/setup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def self.extension_api_version
4141
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/benchmark-0.4.0/lib")
4242
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/bigdecimal-3.1.9")
4343
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bigdecimal-3.1.9/lib")
44-
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bindata-2.5.0/lib")
44+
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bindata-2.5.1/lib")
4545
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/coderay-1.1.3/lib")
4646
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/concurrent-ruby-1.3.5/lib/concurrent-ruby")
4747
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/diff-lcs-1.6.1/lib")

Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/bindata-2.5.0/lib/bindata/version.rb

Lines changed: 0 additions & 3 deletions
This file was deleted.

Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/bindata-2.5.0/lib/bindata.rb renamed to Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/bindata-2.5.1/lib/bindata.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# BinData -- Binary data manipulator.
2-
# Copyright (c) 2007 - 2018 Dion Mendel.
2+
# Copyright (c) 2007 - 2025 Dion Mendel.
33

44
require 'bindata/version'
55
require 'bindata/array'
@@ -35,4 +35,4 @@
3535
#
3636
# BinData is released under the same license as Ruby.
3737
#
38-
# Copyright (c) 2007 - 2018 Dion Mendel.
38+
# Copyright (c) 2007 - 2025 Dion Mendel.

0 commit comments

Comments
 (0)