Skip to content

Commit

Permalink
Merge pull request #481 from ministryofjustice/dependabot/bundler/sen…
Browse files Browse the repository at this point in the history
…try-sidekiq-and-sentry-rails-4.2.1

Bump sentry-sidekiq and sentry-rails
  • Loading branch information
kmahern authored Feb 22, 2021
2 parents 4f2a8af + 950cf65 commit 6e92c41
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ gem 'prometheus_exporter'
gem 'puma', '~> 5.2'
gem 'rails', '~> 6.1.2'
gem 'redis', '~> 4.2.5'
gem 'sentry-rails', '~> 4.1.7'
gem 'sentry-sidekiq', '~> 4.1.3'
gem 'sentry-rails', '~> 4.2.2'
gem 'sentry-sidekiq', '~> 4.2.1'
gem 'sidekiq', '~> 6.1'
gem 'webpacker', '~> 5.2'

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -380,14 +380,14 @@ GEM
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
semantic_range (2.3.0)
sentry-rails (4.1.7)
sentry-rails (4.2.2)
rails (>= 5.0)
sentry-ruby-core (~> 4.1.2)
sentry-ruby-core (4.1.6)
sentry-ruby-core (~> 4.2.0)
sentry-ruby-core (4.2.2)
concurrent-ruby
faraday
sentry-sidekiq (4.1.3)
sentry-ruby-core (~> 4.1.2)
sentry-sidekiq (4.2.1)
sentry-ruby-core (~> 4.2.0)
sexp_processor (4.14.1)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -515,8 +515,8 @@ DEPENDENCIES
rubocop-performance
rubocop-rails
rubocop-rspec
sentry-rails (~> 4.1.7)
sentry-sidekiq (~> 4.1.3)
sentry-rails (~> 4.2.2)
sentry-sidekiq (~> 4.2.1)
shoulda-matchers
sidekiq (~> 6.1)
simplecov (~> 0.17.1)
Expand Down

0 comments on commit 6e92c41

Please sign in to comment.