Skip to content

Commit

Permalink
Merge pull request #5447 from consuldemocracy/bump_jquery_file_upload…
Browse files Browse the repository at this point in the history
…_to_9.34.0

Bump jquery-file-upload from 9.12.5 to 9.34.0
  • Loading branch information
javierm committed Apr 3, 2024
2 parents 27e38dc + ea26f39 commit 0ea051a
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 7 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -32,7 +32,6 @@ gem "groupdate", "~> 6.4.0"
gem "image_processing", "~> 1.12.2"
gem "initialjs-rails", "~> 0.2.0.9"
gem "invisible_captcha", "~> 2.3.0"
gem "jquery-fileupload-rails"
gem "kaminari", "~> 1.2.2"
gem "mini_magick", "~> 4.12.0"
gem "omniauth", "~> 2.1.2"
Expand Down
5 changes: 0 additions & 5 deletions Gemfile.lock
Expand Up @@ -282,10 +282,6 @@ GEM
railties (>= 3.1, < 7.0)
invisible_captcha (2.3.0)
rails (>= 5.2)
jquery-fileupload-rails (1.0.0)
actionpack (>= 3.1)
railties (>= 3.1)
sassc
json (2.7.1)
jwt (2.7.1)
kaminari (1.2.2)
Expand Down Expand Up @@ -728,7 +724,6 @@ DEPENDENCIES
image_processing (~> 1.12.2)
initialjs-rails (~> 0.2.0.9)
invisible_captcha (~> 2.3.0)
jquery-fileupload-rails
kaminari (~> 1.2.2)
knapsack_pro (~> 7.0.1)
launchy (~> 2.5.2)
Expand Down
3 changes: 2 additions & 1 deletion app/assets/javascripts/application.js
Expand Up @@ -50,7 +50,8 @@
//= require jquery-ui/ui/i18n/datepicker-en-GB
//= require jquery-ui/ui/widgets/autocomplete
//= require jquery-ui/ui/widgets/sortable
//= require jquery-fileupload/basic
//= require blueimp-file-upload/js/jquery.iframe-transport
//= require blueimp-file-upload/js/jquery.fileupload
//= require foundation-sites
//= require turbolinks
//= require turbolinks_anchors
Expand Down
32 changes: 32 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
@@ -1,6 +1,7 @@
{
"name": "consuldemocracy",
"dependencies": {
"blueimp-file-upload": "^9.34.0",
"foundation-sites": "^6.6.2",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.2",
Expand Down

0 comments on commit 0ea051a

Please sign in to comment.