Skip to content

Commit

Permalink
Merge pull request #4 from qoqa/activemodel_upgrade_dependency
Browse files Browse the repository at this point in the history
Allow activemodel more than 6.0
  • Loading branch information
Kevinrob authored Mar 21, 2022
2 parents 2baf57d + 5c746e5 commit 10aa302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiss_bank_validator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'activemodel', '~> 6.0'
spec.add_dependency 'activemodel', '>= 6.0'
spec.add_dependency 'rexml', '~> 3.2.5'

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

0 comments on commit 10aa302

Please sign in to comment.