Skip to content

Commit

Permalink
Update version (RM-2416)
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenSmit committed Feb 26, 2024
1 parent 3c663bc commit a264325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sepa_parser (0.1.3)
sepa_parser (0.1.4)
rexml

GEM
Expand Down Expand Up @@ -53,9 +53,6 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.34.5)
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
Expand All @@ -64,8 +61,6 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
tzinfo (2.0.6)
Expand All @@ -80,10 +75,8 @@ DEPENDENCIES
minitest (~> 5.0)
rake (~> 13.0)
rubocop (~> 1.60)
rubocop-minitest (~> 0.34)
rubocop-performance (~> 1.20)
rubocop-rails (~> 2.23)
rubocop-rake (~> 0.6)
sepa_parser!

BUNDLED WITH
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.3'
VERSION = '0.1.4'
end

0 comments on commit a264325

Please sign in to comment.