Skip to content

Commit

Permalink
Bump jquery-rails from 4.3.1 to 4.4.0
Browse files Browse the repository at this point in the history
Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 4.3.1 to 4.4.0.
- [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md)
- [Commits](rails/jquery-rails@v4.3.1...v4.4.0)

---
updated-dependencies:
- dependency-name: jquery-rails
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent e982977 commit cd70258
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ GEM
open4 (~> 1.3)
coderay (1.1.2)
colored2 (3.1.2)
concurrent-ruby (1.1.7)
concurrent-ruby (1.2.3)
connection_pool (2.2.2)
cork (0.3.0)
colored2 (~> 3.1)
Expand Down Expand Up @@ -159,7 +159,7 @@ GEM
dotenv-rails (2.7.2)
dotenv (= 2.7.2)
railties (>= 3.2, < 6.1)
erubi (1.9.0)
erubi (1.12.0)
execjs (2.7.0)
factory_bot (5.0.2)
activesupport (>= 4.2.0)
Expand All @@ -184,10 +184,10 @@ GEM
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.8.5)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
jquery-rails (4.3.1)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand Down Expand Up @@ -219,9 +219,9 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
lockup (1.5.1)
rails (>= 3, < 6.1)
loofah (2.7.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
mailjet (1.5.4)
Expand All @@ -239,17 +239,17 @@ GEM
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.8.2)
minitest (5.14.2)
mini_portile2 (2.8.5)
minitest (5.21.1)
multipart-post (2.0.0)
nap (1.1.0)
netrc (0.11.0)
nio4r (2.5.3)
no_proxy_fix (0.1.2)
nokogiri (1.15.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.0-x86_64-darwin)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
octokit (4.13.0)
sawyer (~> 0.8.0, >= 0.5.3)
Expand All @@ -275,13 +275,13 @@ GEM
public_suffix (3.0.2)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.3)
racc (1.7.3)
rack (2.2.8)
rack-protection (2.0.7)
rack
rack-rewrite (1.5.1)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.1.0)
rack (>= 1.3)
rails (5.2.4.4)
actioncable (= 5.2.4.4)
actionmailer (= 5.2.4.4)
Expand All @@ -295,16 +295,18 @@ GEM
bundler (>= 1.3.0)
railties (= 5.2.4.4)
sprockets-rails (>= 2.0.0)
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-erd (1.6.0)
activerecord (>= 4.2)
activesupport (>= 4.2)
choice (~> 0.2.0)
ruby-graphviz (~> 1.2)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails_email_validator (0.1.4)
activemodel (>= 3.0.0)
railties (5.2.4.4)
Expand All @@ -314,7 +316,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.1.1)
rake (13.0.1)
rake (13.1.0)
ransack (2.3.0)
actionpack (>= 5.0)
activerecord (>= 5.0)
Expand Down Expand Up @@ -431,7 +433,7 @@ GEM
thread_safe (0.3.6)
tilt (2.0.10)
timecop (0.9.1)
tzinfo (1.2.7)
tzinfo (1.2.11)
thread_safe (~> 0.1)
tzinfo-data (1.2019.3)
tzinfo (>= 1.0.0)
Expand Down

0 comments on commit cd70258

Please sign in to comment.