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 Oct 18, 2023
1 parent efd96f9 commit 23049be
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions back/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ PATH
specs:
id_cow (0.1.0)
rails (~> 7.0)
savon (~> 2.12.0)
savon (>= 2.12, < 2.15)
verification

PATH
Expand Down Expand Up @@ -164,7 +164,7 @@ PATH
id_id_card_lookup (0.1.0)
admin_api
rails (~> 7.0)
savon (~> 2.12.0)
savon (>= 2.12, < 2.15)
verification

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

PATH
remote: engines/free/document_annotation
Expand Down Expand Up @@ -473,7 +473,7 @@ GEM
tzinfo (~> 2.0)
acts_as_list (1.1.0)
activerecord (>= 4.2)
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
aes_key_wrap (1.1.0)
akami (1.3.1)
Expand Down Expand Up @@ -727,9 +727,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.14.1)
concurrent-ruby (~> 1.0)
icalendar (2.9.0)
Expand Down Expand Up @@ -998,7 +997,6 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rb_sys (0.9.81)
rbtree (0.4.6)
redcarpet (3.6.0)
regexp_parser (2.8.0)
Expand All @@ -1012,7 +1010,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retriable (3.1.2)
rexml (3.2.5)
rexml (3.2.6)
rgeo (3.0.0)
rgeo-activerecord (7.0.1)
activerecord (>= 5.0)
Expand Down Expand Up @@ -1107,11 +1105,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 @@ -1148,7 +1147,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 All @@ -1169,8 +1167,10 @@ GEM
thor (1.2.2)
thread (0.2.2)
thread_safe (0.3.6)
tiktoken_ruby (0.0.5)
rb_sys (~> 0.9.68)
tiktoken_ruby (0.0.5-aarch64-linux)
tiktoken_ruby (0.0.5-arm64-darwin)
tiktoken_ruby (0.0.5-x86_64-darwin)
tiktoken_ruby (0.0.5-x86_64-linux)
tilt (2.1.0)
timeout (0.4.0)
tomlrb (2.0.3)
Expand Down Expand Up @@ -1198,9 +1198,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', '~> 7.0'
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', '~> 7.0'
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', '~> 7.0'
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 23049be

Please sign in to comment.