Skip to content

Commit

Permalink
Merge pull request #1 from compliance-innovations/dependabot/bundler/…
Browse files Browse the repository at this point in the history
…rack-2.0.8

Update dependencies
+ Bumps rack from 2.0.7 to 2.1.1 for security reasons.
  • Loading branch information
RubenSmit authored Jan 13, 2020
2 parents 122a219 + 56e092a commit ebfb546
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 32 deletions.
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 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
- bugfixes
- BIC fields are now optional
- bug fixes
- BIC fields are now optional
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
PATH
remote: .
specs:
sepa_parser (0.1.0)
sepa_parser (0.1.2)
rexml

GEM
remote: https://rubygems.org/
specs:
ast (2.4.0)
jaro_winkler (1.5.3)
minitest (5.11.3)
parallel (1.17.0)
parser (2.6.3.0)
jaro_winkler (1.5.4)
minitest (5.14.0)
parallel (1.19.1)
parser (2.7.0.2)
ast (~> 2.4.0)
rack (2.0.7)
rack (2.1.1)
rainbow (3.0.0)
rake (10.5.0)
rexml (3.2.2)
rubocop (0.74.0)
rexml (3.2.3)
rubocop (0.79.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.3.0)
rubocop (>= 0.68.0)
rubocop-rails (2.2.1)
rubocop-rails (2.4.1)
rack (>= 1.1)
rubocop (>= 0.72.0)
ruby-progressbar (1.10.1)
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.1'
VERSION = '0.1.2'
end

0 comments on commit ebfb546

Please sign in to comment.