Skip to content

Commit

Permalink
chore: Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Aug 8, 2022
1 parent 06871db commit 3186bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sentry-sanitizer (0.5.0)
sentry-sanitizer (0.5.1)
sentry-ruby (~> 5.3)

GEM
Expand All @@ -27,11 +27,8 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
sentry-ruby (5.3.1)
sentry-ruby (5.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-ruby-core (= 5.3.1)
sentry-ruby-core (5.3.1)
concurrent-ruby
simplecov (0.18.5)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down
2 changes: 1 addition & 1 deletion lib/sentry/sanitizer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sentry
module Sanitizer
VERSION = '0.5.0'
VERSION = '0.5.1'
end
end

0 comments on commit 3186bdf

Please sign in to comment.