Skip to content

Commit

Permalink
Bump savon from 2.12.1 to 2.14.0 in /back
Browse files Browse the repository at this point in the history
Bumps [savon](https://github.com/savonrb/savon) from 2.12.1 to 2.14.0.
- [Release notes](https://github.com/savonrb/savon/releases)
- [Changelog](https://github.com/savonrb/savon/blob/master/CHANGELOG.md)
- [Commits](savonrb/savon@v2.12.1...v2.14.0)

---
updated-dependencies:
- dependency-name: savon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 17, 2023
1 parent 70934dc commit 81d8700
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
19 changes: 9 additions & 10 deletions back/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ PATH
specs:
id_cow (0.1.0)
rails (~> 6.1)
savon (~> 2.12.0)
savon (>= 2.12, < 2.15)
verification

PATH
Expand All @@ -147,7 +147,7 @@ PATH
id_id_card_lookup (0.1.0)
admin_api
rails (~> 6.1)
savon (~> 2.12.0)
savon (>= 2.12, < 2.15)
verification

PATH
Expand Down Expand Up @@ -291,7 +291,7 @@ PATH
pundit (~> 2.0)
rails (~> 6.1)
ros-apartment (>= 2.9.0)
savon (~> 2.12.0)
savon (>= 2.12, < 2.15)

PATH
remote: engines/free/email_campaigns
Expand Down Expand Up @@ -615,9 +615,8 @@ GEM
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
httpi (2.5.0)
httpi (3.0.1)
rack
socksify
i18n (1.13.0)
concurrent-ruby (~> 1.0)
ice_cube (0.16.4)
Expand Down Expand Up @@ -973,11 +972,12 @@ GEM
rubyzip (1.3.0)
saharspec (0.0.10)
ruby2_keywords
savon (2.12.1)
savon (2.14.0)
akami (~> 1.2)
builder (>= 2.1.2)
gyoku (~> 1.2)
httpi (~> 2.3)
httpi (>= 2.4.5)
mail (~> 2.5)
nokogiri (>= 1.8.1)
nori (~> 2.4)
wasabi (~> 3.4)
Expand Down Expand Up @@ -1014,7 +1014,6 @@ GEM
rack-protection (= 3.0.6)
tilt (~> 2.0)
smstools (0.2.2)
socksify (1.7.1)
sorted_set (1.0.3)
rbtree
set (~> 1.0)
Expand Down Expand Up @@ -1068,9 +1067,9 @@ GEM
activemodel (>= 3.0.0)
public_suffix
vcr (6.1.0)
wasabi (3.7.0)
wasabi (3.8.0)
addressable
httpi (~> 2.0)
httpi (~> 3.0)
nokogiri (>= 1.4.2)
webfinger (2.1.2)
activesupport
Expand Down
2 changes: 1 addition & 1 deletion back/engines/commercial/id_cow/id_cow.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.add_dependency 'rails', '~> 6.1'
s.add_dependency 'verification'
s.add_dependency 'savon', '~> 2.12.0'
s.add_dependency 'savon', '>= 2.12', '< 2.15'

s.add_development_dependency 'rspec_api_documentation'
s.add_development_dependency 'rspec-rails'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.add_dependency 'rails', '~> 6.1'
s.add_dependency 'verification'
s.add_dependency 'savon', '~> 2.12.0'
s.add_dependency 'savon', '>= 2.12', '< 2.15'
s.add_dependency 'admin_api'

s.add_development_dependency 'rspec_api_documentation'
Expand Down
2 changes: 1 addition & 1 deletion back/engines/commercial/verification/verification.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency 'granular_permissions'
s.add_dependency 'pundit', '~> 2.0'
s.add_dependency 'rails', '~> 6.1'
s.add_dependency 'savon', '~> 2.12.0'
s.add_dependency 'savon', '>= 2.12', '< 2.15'

s.add_development_dependency 'rspec_api_documentation'
s.add_development_dependency 'rspec-rails'
Expand Down

0 comments on commit 81d8700

Please sign in to comment.