Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various dependency updates #2832

Merged
merged 1 commit into from
Mar 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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