Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Updating rails to 5.2.7.1 #274

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
CVE-2022-23634 [cyberark/conjur-service-broker#270](https://github.com/cyberark/conjur-service-broker/pull/270)
- Updated puma to 5.5.1
[cyberark/conjur-service-broker#267](https://github.com/cyberark/conjur-service-broker/pull/267)
- Update rails components to 5.2.7.1 to resolve CVE-2022-22577 and CVE-2022-27777
[cyberark/conjur-service-broker#274](https://github.com/cyberark/conjur-service-broker/pull/274)

### Fixed
- Unpin the Ruby Buildpack in the service broker's `manifest.yml` and update the pinned
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
GEM
remote: https://rubygems.org/
specs:
actionpack (5.2.6.2)
actionview (= 5.2.6.2)
activesupport (= 5.2.6.2)
actionpack (5.2.7.1)
actionview (= 5.2.7.1)
activesupport (= 5.2.7.1)
rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.6.2)
activesupport (= 5.2.6.2)
actionview (5.2.7.1)
activesupport (= 5.2.7.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activesupport (5.2.6.2)
activesupport (5.2.7.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand Down Expand Up @@ -119,9 +119,9 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
railties (5.2.6.2)
actionpack (= 5.2.6.2)
activesupport (= 5.2.6.2)
railties (5.2.7.1)
actionpack (= 5.2.7.1)
activesupport (= 5.2.7.1)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
Expand Down
12 changes: 6 additions & 6 deletions NOTICES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ SECTION 2: BSD-3-Clause

SECTION 3: MIT

>>> https://rubygems.org/gems/actionview/versions/5.2.6.2
>>> https://rubygems.org/gems/activesupport/versions/5.2.6.2
>>> https://rubygems.org/gems/actionview/versions/5.2.7.1
>>> https://rubygems.org/gems/activesupport/versions/5.2.7.1
>>> https://rubygems.org/gems/json-schema/versions/2.8.0
>>> https://rubygems.org/gems/listen/versions/3.1.5
>>> https://rubygems.org/gems/rack/versions/2.2.3
>>> https://rubygems.org/gems/railties/versions/5.2.6.2
>>> https://rubygems.org/gems/railties/versions/5.2.7.1


APPENDIX: Standard License Files and Templates
Expand Down Expand Up @@ -90,7 +90,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

MIT License is applicable to the following component(s).

>>> https://rubygems.org/gems/actionview/versions/5.2.6.2
>>> https://rubygems.org/gems/actionview/versions/5.2.7.1

Copyright (c) 2005-2018 David Heinemeier Hansson'

Expand All @@ -112,7 +112,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

>>> https://rubygems.org/gems/activesupport/versions/5.2.6.2
>>> https://rubygems.org/gems/activesupport/versions/5.2.7.1

Copyright (c) 2005-2018 David Heinemeier Hansson'

Expand Down Expand Up @@ -200,7 +200,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

>>> https://rubygems.org/gems/railties/versions/5.2.6.2
>>> https://rubygems.org/gems/railties/versions/5.2.7.1

Copyright (c) 2005-2018 David Heinemeier Hansson'

Expand Down