Skip to content

Commit

Permalink
Bump actionview from 6.0.4.8 to 6.1.7.3 in /samples/round_info
Browse files Browse the repository at this point in the history
Bumps [actionview](https://github.com/rails/rails) from 6.0.4.8 to 6.1.7.3.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.5/actionview/CHANGELOG.md)
- [Commits](rails/rails@v6.0.4.8...v6.1.7.3)

---
updated-dependencies:
- dependency-name: actionview
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 19, 2024
1 parent 0d1d715 commit cecd34c
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions samples/round_info/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
GEM
remote: https://rubygems.org/
specs:
actionview (6.0.4.8)
activesupport (= 6.0.4.8)
actionview (6.1.7.3)
activesupport (= 6.1.7.3)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (6.0.4.8)
activesupport (6.1.7.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
builder (3.2.4)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.3)
crass (1.0.6)
dotenv (2.7.6)
erubi (1.10.0)
erubi (1.12.0)
faraday (1.3.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
Expand All @@ -34,30 +34,31 @@ GEM
faraday (>= 0.9.0)
faraday_hal_middleware
faraday_middleware
i18n (1.10.0)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
loofah (2.19.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
mini_portile2 (2.8.5)
minitest (5.15.0)
minitest (5.22.3)
multipart-post (2.1.1)
nokogiri (1.16.2)
nokogiri (1.16.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
public_suffix (4.0.6)
racc (1.7.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
ruby2_keywords (0.0.2)
thread_safe (0.3.6)
time_ago_in_words (0.1.1)
tzinfo (1.2.10)
thread_safe (~> 0.1)
zeitwerk (2.5.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.13)

PLATFORMS
ruby
Expand Down

0 comments on commit cecd34c

Please sign in to comment.