Bump savon from 2.15.0 to 2.15.1
Bumps [savon](https://github.com/savonrb/savon) from 2.15.0 to 2.15.1. - [Release notes](https://github.com/savonrb/savon/releases) - [Changelog](https://github.com/savonrb/savon/blob/main/CHANGELOG.md) - [Commits](https://github.com/savonrb/savon/compare/v2.15.0...v2.15.1) --- updated-dependencies: - dependency-name: savon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -49,7 +49,7 @@ gem "rinku", "~> 2.0.6", require: "rails_rinku"
|
|||||||
gem "ros-apartment", "~> 2.11.0", require: "apartment" # Remove ConnectionHandling monkey patch when upgrading
|
gem "ros-apartment", "~> 2.11.0", require: "apartment" # Remove ConnectionHandling monkey patch when upgrading
|
||||||
gem "sassc-embedded", "~> 1.70.1"
|
gem "sassc-embedded", "~> 1.70.1"
|
||||||
gem "sassc-rails", "~> 2.1.2"
|
gem "sassc-rails", "~> 2.1.2"
|
||||||
gem "savon", "~> 2.15.0"
|
gem "savon", "~> 2.15.1"
|
||||||
gem "sitemap_generator", "~> 6.3.0"
|
gem "sitemap_generator", "~> 6.3.0"
|
||||||
gem "social-share-button", "~> 1.2.4"
|
gem "social-share-button", "~> 1.2.4"
|
||||||
gem "sprockets", "~> 4.2.1"
|
gem "sprockets", "~> 4.2.1"
|
||||||
|
|||||||
28
Gemfile.lock
28
Gemfile.lock
@@ -105,7 +105,7 @@ GEM
|
|||||||
erubi (~> 1.4)
|
erubi (~> 1.4)
|
||||||
parser (>= 2.4)
|
parser (>= 2.4)
|
||||||
smart_properties
|
smart_properties
|
||||||
bigdecimal (3.1.7)
|
bigdecimal (3.1.8)
|
||||||
bindex (0.8.1)
|
bindex (0.8.1)
|
||||||
bing_translator (6.2.0)
|
bing_translator (6.2.0)
|
||||||
json
|
json
|
||||||
@@ -221,9 +221,11 @@ GEM
|
|||||||
railties (>= 5.0.0)
|
railties (>= 5.0.0)
|
||||||
faker (3.4.2)
|
faker (3.4.2)
|
||||||
i18n (>= 1.8.11, < 2)
|
i18n (>= 1.8.11, < 2)
|
||||||
faraday (2.9.0)
|
faraday (2.12.0)
|
||||||
faraday-net_http (>= 2.0, < 3.2)
|
faraday-net_http (>= 2.0, < 3.4)
|
||||||
faraday-net_http (3.1.0)
|
json
|
||||||
|
logger
|
||||||
|
faraday-net_http (3.3.0)
|
||||||
net-http
|
net-http
|
||||||
ffi (1.17.0)
|
ffi (1.17.0)
|
||||||
file_validators (3.0.0)
|
file_validators (3.0.0)
|
||||||
@@ -267,11 +269,11 @@ GEM
|
|||||||
httparty (0.21.0)
|
httparty (0.21.0)
|
||||||
mini_mime (>= 1.0.0)
|
mini_mime (>= 1.0.0)
|
||||||
multi_xml (>= 0.5.2)
|
multi_xml (>= 0.5.2)
|
||||||
httpi (4.0.1)
|
httpi (4.0.4)
|
||||||
base64
|
base64
|
||||||
mutex_m
|
mutex_m
|
||||||
nkf
|
nkf
|
||||||
rack (>= 2.0, < 3.1)
|
rack (>= 2.0, < 4)
|
||||||
i18n (1.14.6)
|
i18n (1.14.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
i18n-tasks (0.9.37)
|
i18n-tasks (0.9.37)
|
||||||
@@ -377,7 +379,7 @@ GEM
|
|||||||
nokogiri (1.16.7)
|
nokogiri (1.16.7)
|
||||||
mini_portile2 (~> 2.8.2)
|
mini_portile2 (~> 2.8.2)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nori (2.7.0)
|
nori (2.7.1)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
oauth (0.5.6)
|
oauth (0.5.6)
|
||||||
oauth2 (2.0.9)
|
oauth2 (2.0.9)
|
||||||
@@ -592,11 +594,11 @@ GEM
|
|||||||
sprockets (> 3.0)
|
sprockets (> 3.0)
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
tilt
|
tilt
|
||||||
savon (2.15.0)
|
savon (2.15.1)
|
||||||
akami (~> 1.2)
|
akami (~> 1.2)
|
||||||
builder (>= 2.1.2)
|
builder (>= 2.1.2)
|
||||||
gyoku (~> 1.2)
|
gyoku (~> 1.2)
|
||||||
httpi (>= 2.4.5, < 5)
|
httpi (>= 4, < 5)
|
||||||
mail (~> 2.5)
|
mail (~> 2.5)
|
||||||
nokogiri (>= 1.8.1)
|
nokogiri (>= 1.8.1)
|
||||||
nori (~> 2.4)
|
nori (~> 2.4)
|
||||||
@@ -662,7 +664,7 @@ GEM
|
|||||||
uglifier (4.2.1)
|
uglifier (4.2.1)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
unicode-display_width (2.6.0)
|
unicode-display_width (2.6.0)
|
||||||
uri (0.13.0)
|
uri (0.13.1)
|
||||||
uuidtools (2.2.0)
|
uuidtools (2.2.0)
|
||||||
version_gem (1.1.3)
|
version_gem (1.1.3)
|
||||||
view_component (3.11.0)
|
view_component (3.11.0)
|
||||||
@@ -671,9 +673,9 @@ GEM
|
|||||||
method_source (~> 1.0)
|
method_source (~> 1.0)
|
||||||
warden (1.2.9)
|
warden (1.2.9)
|
||||||
rack (>= 2.0.9)
|
rack (>= 2.0.9)
|
||||||
wasabi (5.0.2)
|
wasabi (5.0.3)
|
||||||
addressable
|
addressable
|
||||||
faraday (~> 2.8)
|
faraday (>= 1.9, < 3)
|
||||||
nokogiri (>= 1.13.9)
|
nokogiri (>= 1.13.9)
|
||||||
web-console (4.2.1)
|
web-console (4.2.1)
|
||||||
actionview (>= 6.0.0)
|
actionview (>= 6.0.0)
|
||||||
@@ -779,7 +781,7 @@ DEPENDENCIES
|
|||||||
rvm1-capistrano3 (~> 1.4.0)
|
rvm1-capistrano3 (~> 1.4.0)
|
||||||
sassc-embedded (~> 1.70.1)
|
sassc-embedded (~> 1.70.1)
|
||||||
sassc-rails (~> 2.1.2)
|
sassc-rails (~> 2.1.2)
|
||||||
savon (~> 2.15.0)
|
savon (~> 2.15.1)
|
||||||
selenium-webdriver (~> 4.25.0)
|
selenium-webdriver (~> 4.25.0)
|
||||||
simplecov (~> 0.22.0)
|
simplecov (~> 0.22.0)
|
||||||
simplecov-lcov (~> 0.8.0)
|
simplecov-lcov (~> 0.8.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user