Skip to content

Commit

Permalink
Various dependency updates
Browse files Browse the repository at this point in the history
- Bump sidekiq-cron from 1.9.1 to 1.10.0
- Bump core-js from 3.29.0 to 3.29.1
- Bump sass from 1.58.3 to 1.59.3
- Bump rack from 2.2.6.2 to 2.2.6.4
- Bump get_into_teaching_api_client_faraday from b4183f7 to a7a90dc

Closes #2827, #2826, #2825, #2824, #2823
  • Loading branch information
ethax-ross committed Mar 31, 2023
1 parent fb9da74 commit 2fdc040
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 93 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ GIT

GIT
remote: https://github.com/DFE-Digital/get-into-teaching-api-ruby-client.git
revision: b4183f7116116c388eb1d5d77ce79c1a5e8c493b
revision: a7a90dcad3504755cde124a7e180cdc9e6211c2d
specs:
get_into_teaching_api_client (3.1.0)
get_into_teaching_api_client (3.2.0)
faraday (~> 1.0, >= 1.0.1)
get_into_teaching_api_client_faraday (3.1.0)
get_into_teaching_api_client_faraday (3.2.0)
activesupport
faraday
faraday-encoding
Expand Down Expand Up @@ -155,7 +155,7 @@ GEM
choice (0.2.0)
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.3.0)
connection_pool (2.4.0)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -402,7 +402,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.6.2)
rack (2.2.6.2)
rack (2.2.6.4)
rack-attack (6.6.1)
rack (>= 1.0, < 3)
rack-oauth2 (1.21.3)
Expand Down Expand Up @@ -564,9 +564,10 @@ GEM
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq-cron (1.9.1)
sidekiq-cron (1.10.0)
fugit (~> 1.8)
sidekiq (>= 4.2.1)
globalid (>= 1.0.1)
sidekiq (>= 6)
signet (0.17.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
Expand Down Expand Up @@ -700,7 +701,6 @@ DEPENDENCIES
pry-byebug
pry-rails
puma (~> 6.0)
rack (= 2.2.6.2)
rack-attack
rack-rewrite
rack-timeout
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"babel-loader": "^9.1.2",
"babel-plugin-macros": "^3.1.0",
"compression-webpack-plugin": "^10.0.0",
"core-js": "^3.29.0",
"core-js": "^3.29.1",
"css-loader": "^6.7.2",
"css-minimizer-webpack-plugin": "^4.2.1",
"custom-event-polyfill": "^1.0.7",
Expand All @@ -22,7 +22,7 @@
"json5": "2.2.3",
"mini-css-extract-plugin": "^2.7.2",
"postcss-preset-env": "^6.7.1",
"sass": "^1.58.3",
"sass": "^1.59.3",
"sass-loader": "^13.1.0",
"shakapacker": "6.5.5",
"stimulus": "^3.2.1",
Expand Down
Loading

0 comments on commit 2fdc040

Please sign in to comment.