Skip to content

Commit

Permalink
Fix security vulnerabilities
Browse files Browse the repository at this point in the history
- Bump rexml from 3.2.3 to 3.2.5
  • Loading branch information
RubenSmit committed May 4, 2021
1 parent a629265 commit b1098a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# 0.1.3 - 2021-05-04
- security fixes
- Updated dependencies, especially rexml from 3.2.3 to 3.2.5

# 0.1.2 - 2020-02-13
- security fixes
- Updated dependencies, especially rack from 2.0.7 to 2.1.1

# 0.1.1 - 2019-09-16
- bug fixes
- BIC fields are now optional
- BIC fields are now optional
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sepa_parser (0.1.2)
sepa_parser (0.1.3)
rexml

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/sepa_parser/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SepaParser
VERSION = '0.1.2'
VERSION = '0.1.3'
end

0 comments on commit b1098a5

Please sign in to comment.