Skip to content

Commit

Permalink
Bump airbrake from 4.3.8 to 13.0.4
Browse files Browse the repository at this point in the history
Bumps [airbrake](https://github.com/airbrake/airbrake) from 4.3.8 to 13.0.4.
- [Changelog](https://github.com/airbrake/airbrake/blob/master/CHANGELOG.md)
- [Commits](airbrake/airbrake@v4.3.8...v.13.0.4)

---
updated-dependencies:
- dependency-name: airbrake
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent dace33e commit 3fb1ce7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ gem "rexml"
gem 'bootsnap', '>= 1.4.4', require: false

group :development, :test do
gem 'airbrake', '~> 4.3.5', require: false
gem 'airbrake', '~> 13.0.4', require: false
gem 'rubocop', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
Expand Down
14 changes: 9 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ GEM
zeitwerk (~> 2.3)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
airbrake (4.3.8)
builder
multi_json
airbrake (13.0.4)
airbrake-ruby (~> 6.0)
airbrake-ruby (6.2.2)
rbtree3 (~> 0.6)
ast (2.4.2)
bcrypt (3.1.20)
bcrypt (3.1.20-java)
Expand Down Expand Up @@ -390,6 +391,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbtree3 (0.7.1)
regexp_parser (2.9.2)
request_store (1.5.1)
rack (>= 1.4)
Expand Down Expand Up @@ -519,7 +521,7 @@ PLATFORMS
DEPENDENCIES
actionmailer_inline_css
activemodel-serializers-xml
airbrake (~> 4.3.5)
airbrake (~> 13.0.4)
bootsnap (>= 1.4.4)
campy
capybara
Expand Down Expand Up @@ -598,7 +600,8 @@ CHECKSUMS
activestorage (6.1.7.10) sha256=5b3ae2ffd02565413b1a36705ddc56a9855307076497f0dfb1dbe679a635d4dc
activesupport (6.1.7.10) sha256=3f8e1f787a7bfbf765959ba509ef70af8293b35cb864078919365a12bf33d470
addressable (2.8.7) sha256=462986537cf3735ab5f3c0f557f14155d778f4b43ea4f485a9deb9c8f7c58232
airbrake (4.3.8) sha256=d06947194f5dcd7e192c28067f2c47728511d75326c17045094c3a0b84f68c2d
airbrake (13.0.4) sha256=5ccb0cd49fbdae8ddc461351f51636cc0f770f5b3be763ca016d558a22ba4103
airbrake-ruby (6.2.2) sha256=293e34fb36e763e1b6d67ab584cce7c5b6fe9eea1a70c26d8c13c0f5d7de2fbc
ast (2.4.2) sha256=1e280232e6a33754cde542bc5ef85520b74db2aac73ec14acef453784447cc12
bcrypt (3.1.20) sha256=8410f8c7b3ed54a3c00cd2456bf13917d695117f033218e2483b2e40b0784099
bcrypt (3.1.20-java) sha256=8236dff31f6f36cffe334939e4ea59c41e1c94e2e246c01783575fa6df40373f
Expand Down Expand Up @@ -745,6 +748,7 @@ CHECKSUMS
rake (13.2.1) sha256=46cb38dae65d7d74b6020a4ac9d48afed8eb8149c040eccf0523bec91907059d
rb-fsevent (0.11.2) sha256=43900b972e7301d6570f64b850a5aa67833ee7d87b458ee92805d56b7318aefe
rb-inotify (0.11.1) sha256=a0a700441239b0ff18eb65e3866236cd78613d6b9f78fea1f9ac47a85e47be6e
rbtree3 (0.7.1) sha256=ab60ead728a5491b70df4f4065e180b18dbab5319f817ce1dbf5dd906f26d8ba
regexp_parser (2.9.2) sha256=5a27e767ad634f8a4b544520d5cd28a0db7aa1198a5d7c9d7e11d7b3d9066446
request_store (1.5.1) sha256=07a204d161590789f2b1d27f9f0eadcdecd6d868cb2f03240250e1bc747df78e
responders (3.0.1) sha256=613fe28e498987f4feaa3230aa6313ca4bd5f0563a3da83511b0dd6cd8f47292
Expand Down

0 comments on commit 3fb1ce7

Please sign in to comment.