Skip to content

Commit

Permalink
Update dependency actionpack to v7.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored and dkengineering0 committed Apr 15, 2024
1 parent 8bb3811 commit 860234d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 39 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ gemspec

gem "rake"
gem "minitest", ">= 5"
gem "activerecord", "~> 7.0.0"
gem "activejob", "~> 7.0.0", require: "active_job"
gem "actionpack", "~> 7.0.0"
gem "activerecord", "~> 7.0.5"
gem "activejob", "~> 7.0.5", require: "active_job"
gem "actionpack", "~> 7.0.5"
gem "elasticsearch", "~> 7"
gem "sqlite3"
gem "gemoji-parser"
Expand Down
75 changes: 39 additions & 36 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,34 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (7.0.4)
actionview (= 7.0.4)
activesupport (= 7.0.4)
rack (~> 2.0, >= 2.2.0)
actionpack (7.0.8.1)
actionview (= 7.0.8.1)
activesupport (= 7.0.8.1)
rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (7.0.4)
activesupport (= 7.0.4)
actionview (7.0.8.1)
activesupport (= 7.0.8.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.4)
activesupport (= 7.0.4)
activejob (7.0.8.1)
activesupport (= 7.0.8.1)
globalid (>= 0.3.6)
activemodel (7.0.4)
activesupport (= 7.0.4)
activerecord (7.0.4)
activemodel (= 7.0.4)
activesupport (= 7.0.4)
activesupport (7.0.4)
activemodel (7.0.8.1)
activesupport (= 7.0.8.1)
activerecord (7.0.8.1)
activemodel (= 7.0.8.1)
activesupport (= 7.0.8.1)
activesupport (7.0.8.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
builder (3.2.4)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.3)
connection_pool (2.3.0)
crass (1.0.6)
elasticsearch (7.17.1)
Expand All @@ -46,7 +46,7 @@ GEM
elasticsearch-transport (7.17.1)
faraday (~> 1)
multi_json
erubi (1.11.0)
erubi (1.12.0)
ethon (0.15.0)
ffi (>= 1.15.0)
faraday (1.10.2)
Expand Down Expand Up @@ -76,10 +76,10 @@ GEM
gemoji (3.0.1)
gemoji-parser (1.3.1)
gemoji (>= 2.1.0)
globalid (1.0.0)
activesupport (>= 5.0)
globalid (1.2.1)
activesupport (>= 6.1)
hashie (5.0.0)
i18n (1.12.0)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
kaminari (1.2.2)
activesupport (>= 4.1.0)
Expand All @@ -93,30 +93,32 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
loofah (2.19.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
minitest (5.16.3)
nokogiri (>= 1.12.0)
minitest (5.22.3)
multi_json (1.15.0)
multipart-post (2.2.3)
nokogiri (1.13.8-arm64-darwin)
nokogiri (1.16.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.8-x86_64-darwin)
nokogiri (1.16.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.8-x86_64-linux)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
parallel (1.22.1)
parallel_tests (3.13.0)
parallel
racc (1.6.0)
rack (2.2.4)
rack-test (2.0.2)
racc (1.7.3)
rack (2.2.9)
rack-test (2.1.0)
rack (>= 1.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.3)
loofah (~> 2.3)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rake (13.0.6)
redis (4.8.0)
ruby2_keywords (0.0.5)
Expand All @@ -125,18 +127,19 @@ GEM
sqlite3 (1.5.0-x86_64-linux)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
arm64-darwin-21
arm64-darwin-22
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
actionpack (~> 7.0.0)
activejob (~> 7.0.0)
activerecord (~> 7.0.0)
actionpack (~> 7.0.5)
activejob (~> 7.0.5)
activerecord (~> 7.0.5)
connection_pool
elasticsearch (~> 7)
gemoji-parser
Expand Down

0 comments on commit 860234d

Please sign in to comment.