Skip to content

Commit

Permalink
'rexml', '~> 3.0' (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinrob authored Jul 17, 2024
1 parent 8bed5d3 commit 40d780d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
24 changes: 11 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PATH
remote: .
specs:
swiss_bank_validator (1.0.1)
swiss_bank_validator (1.0.3)
activemodel (>= 6.1.7.6)
rexml (~> 3.2.5)
rexml (~> 3.0)

GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.2)
activesupport (= 7.1.2)
activesupport (7.1.2)
activemodel (7.1.3.4)
activesupport (= 7.1.3.4)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -21,16 +21,15 @@ GEM
mutex_m
tzinfo (~> 2.0)
ast (2.4.1)
base64 (0.1.1)
bigdecimal (3.1.5)
concurrent-ruby (1.2.2)
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
diff-lcs (1.4.4)
drb (2.2.0)
ruby2_keywords
i18n (1.14.1)
drb (2.2.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
minitest (5.20.0)
minitest (5.24.0)
mutex_m (0.2.0)
parallel (1.20.1)
parser (2.7.2.0)
Expand Down Expand Up @@ -65,7 +64,6 @@ GEM
rubocop-ast (1.3.0)
parser (>= 2.7.1.5)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.5)
strscan (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/swiss_bank_validator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SwissBankValidator
VERSION = '1.0.2'
VERSION = '1.0.3'
end
2 changes: 1 addition & 1 deletion swiss_bank_validator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'activemodel', '>= 6.1.7.6'
spec.add_dependency 'rexml', '~> 3.2.5'
spec.add_dependency 'rexml', '~> 3.0'

spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rubocop', '~> 1.5'
Expand Down

0 comments on commit 40d780d

Please sign in to comment.