Skip to content

Commit

Permalink
build(deps): bump rollbar from 3.5.2 to 3.6.0
Browse files Browse the repository at this point in the history
Bumps [rollbar](https://github.com/rollbar/rollbar-gem) from 3.5.2 to 3.6.0.
- [Release notes](https://github.com/rollbar/rollbar-gem/releases)
- [Changelog](https://github.com/rollbar/rollbar-gem/blob/master/CHANGELOG.md)
- [Commits](rollbar/rollbar-gem@v3.5.2...v3.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 09d2140 commit 9bc10e9
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 @@ -41,7 +41,7 @@ gem 'pg', '~> 1.5.7'
# remove if not option two taken in project
gem 'jwt', '~> 2.8.2'
gem 'rest-client', '~> 2.1'
gem 'rollbar', '~> 3.5.2'
gem 'rollbar', '~> 3.6.0'
gem 'roo', '~> 2.10.1'
# remove if not option two taken in project

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ GEM
rgeo-activerecord (7.0.1)
activerecord (>= 5.0)
rgeo (>= 1.0.0)
rollbar (3.5.2)
rollbar (3.6.0)
roo (2.10.1)
nokogiri (~> 1)
rubyzip (>= 1.3.0, < 3.0.0)
Expand Down Expand Up @@ -403,7 +403,7 @@ DEPENDENCIES
rails (~> 7.1.4)
rails-controller-testing (~> 1.0.5, >= 1.0.5)
rest-client (~> 2.1)
rollbar (~> 3.5.2)
rollbar (~> 3.6.0)
roo (~> 2.10.1)
rspec-rails (~> 6.1.4)
rubocop (~> 1.65.1)
Expand Down

0 comments on commit 9bc10e9

Please sign in to comment.