Skip to content

Commit

Permalink
Bump jquery-rails from 3.1.4 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 3.1.4 to 4.4.0.
- [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md)
- [Commits](rails/jquery-rails@v3.1.4...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 Apr 23, 2024
1 parent 971ba28 commit 31f213d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ruby "2.3.7"

gem 'rails', '~>4.2', '>=4.2.11.3'
gem 'pg', '~>0.17', '>=0.17.1'
gem 'jquery-rails', '~>3.1', '>=3.1.0'
gem 'jquery-rails', '~>4.4'

# Hyperstudio gems

Expand Down
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,26 @@ GEM
tzinfo (~> 1.1)
arel (6.0.4)
builder (3.2.4)
concurrent-ruby (1.1.8)
concurrent-ruby (1.2.3)
crass (1.0.6)
erubis (2.7.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jquery-rails (3.1.4)
railties (>= 3.0, < 5.0)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
kgio (2.9.2)
loofah (2.19.1)
loofah (2.21.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
mini_mime (1.1.0)
mini_portile2 (2.4.0)
minitest (5.14.4)
minitest (5.15.0)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
pg (0.17.1)
Expand All @@ -81,8 +82,8 @@ GEM
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_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
Expand All @@ -94,7 +95,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.13.0)
rake (13.0.3)
rake (13.2.1)
repertoire-faceting (0.7.9)
jquery-rails
pg (>= 0.11, < 0.18)
Expand All @@ -106,9 +107,9 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (1.1.0)
thor (1.2.2)
thread_safe (0.3.6)
tzinfo (1.2.9)
tzinfo (1.2.11)
thread_safe (~> 0.1)
unicorn (4.8.2)
kgio (~> 2.6)
Expand All @@ -119,7 +120,7 @@ PLATFORMS
ruby

DEPENDENCIES
jquery-rails (~> 3.1, >= 3.1.0)
jquery-rails (~> 4.4)
pg (~> 0.17, >= 0.17.1)
rack-cors
rails (~> 4.2, >= 4.2.11.3)
Expand Down

0 comments on commit 31f213d

Please sign in to comment.