Skip to content

Commit

Permalink
build(deps): bump rollbar from 3.4.0 to 3.4.1
Browse files Browse the repository at this point in the history
Bumps [rollbar](https://github.com/rollbar/rollbar-gem) from 3.4.0 to 3.4.1.
- [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.4.0...v3.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent ed03f33 commit d9a9a0b
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 @@ -35,7 +35,7 @@ gem 'pg', '~> 1.5.4'
# remove if not option two taken in project
gem 'jwt', '~> 2.7.1'
gem 'rest-client', '~> 2.1'
gem 'rollbar', '~> 3.4.0'
gem 'rollbar', '~> 3.4.1'
gem 'roo', '~> 2.10.0'
# 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 @@ -264,7 +264,7 @@ GEM
rgeo-activerecord (7.0.1)
activerecord (>= 5.0)
rgeo (>= 1.0.0)
rollbar (3.4.0)
rollbar (3.4.1)
roo (2.10.0)
nokogiri (~> 1)
rubyzip (>= 1.3.0, < 3.0.0)
Expand Down Expand Up @@ -386,7 +386,7 @@ DEPENDENCIES
rails (~> 7.0.8)
rails-controller-testing (~> 1.0.5, >= 1.0.5)
rest-client (~> 2.1)
rollbar (~> 3.4.0)
rollbar (~> 3.4.1)
roo (~> 2.10.0)
rspec-rails (~> 6.0.3, >= 6.0.3)
rubocop (~> 1.57.1)
Expand Down

0 comments on commit d9a9a0b

Please sign in to comment.