Skip to content

Commit

Permalink
some updates to deal with dependabot issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed Mar 22, 2022
1 parent 1476201 commit 012be27
Show file tree
Hide file tree
Showing 4 changed files with 1,262 additions and 1,220 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ gem "sidekiq"
gem "sidekiq-scheduler"
gem 'io-wait'
gem 'fast_excel'
gem 'ransack'
gem 'jsonapi-serializer'
gem 'jsonapi.rb'

Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@ GEM
rake (13.0.6)
ranked-model (0.4.8)
activerecord (>= 4.2)
ransack (2.6.0)
activerecord (>= 6.0.4)
activesupport (>= 6.0.4)
i18n
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -433,6 +437,7 @@ DEPENDENCIES
rack-livereload
rails (~> 6.1.3)
ranked-model
ransack
roo (~> 2.8.0)
rspec
rspec-rails
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"axios-jwt": "^1.7.1",
"axios-observable": "^1.2.1",
"bootstrap-vue": "^2.21.2",
"ckeditor4": "^4.17.1",
"ckeditor4": "^4.18.0",
"ckeditor4-vue": "^1.2.0",
"follow-redirects": "^1.14.0",
"jquery": "^3.6.0",
Expand All @@ -22,7 +22,7 @@
"popper.js": "^1.16.1",
"rxjs": "^7.3.0",
"tar": "^6.1.9",
"url-parse": "^1.5.2",
"url-parse": "^1.5.9",
"uuid": "^8.3.2",
"validator": "^13.7.0",
"vee-validate": "~3.2.0",
Expand Down Expand Up @@ -68,7 +68,7 @@
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0",
"webpack-dev-server": "^3.11.2"
"webpack-dev-server": "^3.11.3"
},
"scripts": {
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
Expand Down
Loading

0 comments on commit 012be27

Please sign in to comment.