Skip to content

Commit

Permalink
Bump jquery-rails from 4.3.3 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.3 to 4.4.0.
- [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md)
- [Commits](rails/jquery-rails@v4.3.3...v4.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 8, 2023
1 parent 1b46357 commit 8d1e7b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ end
# gem 'uglifier', '>= 1.0.3'
# end

gem 'jquery-rails', '~> 4.0'
gem 'jquery-rails', '~> 4.4'

# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
Expand Down
24 changes: 13 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ GEM
railties (>= 4.2, < 5.3)
responders
ipaddress (0.8.3)
jquery-rails (4.3.3)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand All @@ -252,7 +252,7 @@ GEM
launchy (2.4.3)
addressable (~> 2.3)
libv8 (3.16.14.19)
loofah (2.6.0)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -264,7 +264,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_portile2 (2.8.2)
minitest (5.18.0)
mono_logger (1.1.0)
multi_json (1.13.1)
Expand All @@ -275,8 +275,9 @@ GEM
mustermann (~> 1.0.0)
mysql2 (0.5.2)
naught (1.1.0)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
jwt (>= 1.0, < 3.0)
Expand All @@ -300,6 +301,7 @@ GEM
activemodel (>= 4.0.1, < 5.0)
public_suffix (5.0.1)
raabro (1.1.6)
racc (1.6.2)
rack (1.6.13)
rack-accept (0.4.5)
rack (>= 0.4)
Expand All @@ -318,14 +320,14 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.11.3)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
rails-deprecated_sanitizer (1.0.4)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rails-observers (0.1.5)
activemodel (>= 4.0)
rails-perftest (0.0.7)
Expand All @@ -335,7 +337,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.19.0)
rake (13.0.1)
rake (13.0.6)
ransack (1.8.10)
actionpack (>= 3.0, < 5.2)
activerecord (>= 3.0, < 5.2)
Expand Down Expand Up @@ -418,7 +420,7 @@ GEM
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thor (1.0.1)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.9)
twitter (6.2.0)
Expand Down Expand Up @@ -489,7 +491,7 @@ DEPENDENCIES
grape-swagger-rails
grape-swagger-representable
icalendar
jquery-rails (~> 4.0)
jquery-rails (~> 4.4)
just-datetime-picker
mysql2
omniauth
Expand Down

0 comments on commit 8d1e7b4

Please sign in to comment.