Bump ros-apartment from 2.11.0 to 3.2.0
Note we aren't updating concurrent-ruby (which Dependabot would have updated) due to an incompatibility with Rails 7.0. Bumps [ros-apartment](https://github.com/rails-on-services/apartment) from 2.11.0 to 3.2.0. - [Release notes](https://github.com/rails-on-services/apartment/releases) - [Changelog](https://github.com/rails-on-services/apartment/blob/development/legacy_CHANGELOG.md) - [Commits](https://github.com/rails-on-services/apartment/compare/2.11.0...v3.2.0) --- updated-dependencies: - dependency-name: ros-apartment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -48,7 +48,7 @@ gem "recipient_interceptor", "~> 0.3.3"
|
|||||||
gem "redcarpet", "~> 3.6.0"
|
gem "redcarpet", "~> 3.6.0"
|
||||||
gem "responders", "~> 3.1.1"
|
gem "responders", "~> 3.1.1"
|
||||||
gem "rinku", "~> 2.0.6", require: "rails_rinku"
|
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", "~> 3.2.0", require: "apartment" # Remove ConnectionHandling monkey patch when upgrading
|
||||||
gem "sassc-embedded", "~> 1.77.5"
|
gem "sassc-embedded", "~> 1.77.5"
|
||||||
gem "sassc-rails", "~> 2.1.2"
|
gem "sassc-rails", "~> 2.1.2"
|
||||||
gem "savon", "~> 2.15.1"
|
gem "savon", "~> 2.15.1"
|
||||||
|
|||||||
15
Gemfile.lock
15
Gemfile.lock
@@ -362,7 +362,7 @@ GEM
|
|||||||
mini_magick (4.13.2)
|
mini_magick (4.13.2)
|
||||||
mini_mime (1.1.5)
|
mini_mime (1.1.5)
|
||||||
mini_portile2 (2.8.8)
|
mini_portile2 (2.8.8)
|
||||||
minitest (5.25.4)
|
minitest (5.25.5)
|
||||||
mixlib-cli (2.1.8)
|
mixlib-cli (2.1.8)
|
||||||
mixlib-config (3.0.27)
|
mixlib-config (3.0.27)
|
||||||
tomlrb
|
tomlrb
|
||||||
@@ -470,7 +470,7 @@ GEM
|
|||||||
rugged (>= 0.24, < 2.0)
|
rugged (>= 0.24, < 2.0)
|
||||||
psych (5.1.2)
|
psych (5.1.2)
|
||||||
stringio
|
stringio
|
||||||
public_suffix (4.0.7)
|
public_suffix (6.0.1)
|
||||||
puma (5.6.9)
|
puma (5.6.9)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
racc (1.8.1)
|
racc (1.8.1)
|
||||||
@@ -533,11 +533,12 @@ GEM
|
|||||||
railties (>= 5.2)
|
railties (>= 5.2)
|
||||||
rexml (3.4.1)
|
rexml (3.4.1)
|
||||||
rinku (2.0.6)
|
rinku (2.0.6)
|
||||||
ros-apartment (2.11.0)
|
ros-apartment (3.2.0)
|
||||||
activerecord (>= 5.0.0, < 7.1)
|
activerecord (>= 6.1.0, < 8.1)
|
||||||
|
activesupport (>= 6.1.0, < 8.1)
|
||||||
parallel (< 2.0)
|
parallel (< 2.0)
|
||||||
public_suffix (>= 2.0.5, < 5.0)
|
public_suffix (>= 2.0.5, <= 6.0.1)
|
||||||
rack (>= 1.3.6, < 3.0)
|
rack (>= 1.3.6, < 4.0)
|
||||||
rspec-core (3.13.3)
|
rspec-core (3.13.3)
|
||||||
rspec-support (~> 3.13.0)
|
rspec-support (~> 3.13.0)
|
||||||
rspec-expectations (3.13.3)
|
rspec-expectations (3.13.3)
|
||||||
@@ -787,7 +788,7 @@ DEPENDENCIES
|
|||||||
redcarpet (~> 3.6.0)
|
redcarpet (~> 3.6.0)
|
||||||
responders (~> 3.1.1)
|
responders (~> 3.1.1)
|
||||||
rinku (~> 2.0.6)
|
rinku (~> 2.0.6)
|
||||||
ros-apartment (~> 2.11.0)
|
ros-apartment (~> 3.2.0)
|
||||||
rspec-rails (~> 7.1.1)
|
rspec-rails (~> 7.1.1)
|
||||||
rubocop (~> 1.71.2)
|
rubocop (~> 1.71.2)
|
||||||
rubocop-capybara (~> 2.21.0)
|
rubocop-capybara (~> 2.21.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user