Skip to content

Commit b765a84

Browse files
build(deps): bump rollbar from 3.6.0 to 3.6.1
Bumps [rollbar](https://github.com/rollbar/rollbar-gem) from 3.6.0 to 3.6.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.6.0...v3.6.1) --- updated-dependencies: - dependency-name: rollbar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c28fa9f commit b765a84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ gem 'pg', '~> 1.5.9'
3939
# remove if not option two taken in project
4040
gem 'jwt', '~> 2.10.1'
4141
gem 'rest-client', '~> 2.1'
42-
gem 'rollbar', '~> 3.6.0'
42+
gem 'rollbar', '~> 3.6.1'
4343
gem 'roo', '~> 2.10.1'
4444
gem 'csv', '~> 3.3.2'
4545
# remove if not option two taken in project

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ GEM
298298
rgeo-activerecord (7.0.1)
299299
activerecord (>= 5.0)
300300
rgeo (>= 1.0.0)
301-
rollbar (3.6.0)
301+
rollbar (3.6.1)
302302
roo (2.10.1)
303303
nokogiri (~> 1)
304304
rubyzip (>= 1.3.0, < 3.0.0)
@@ -408,7 +408,7 @@ DEPENDENCIES
408408
rails (~> 7.1.5)
409409
rails-controller-testing (~> 1.0.5, >= 1.0.5)
410410
rest-client (~> 2.1)
411-
rollbar (~> 3.6.0)
411+
rollbar (~> 3.6.1)
412412
roo (~> 2.10.1)
413413
rspec-rails (~> 7.1.0)
414414
rubocop (~> 1.71.0)

0 commit comments

Comments
 (0)