Skip to content

Commit

Permalink
Various dependency updates
Browse files Browse the repository at this point in the history
- Bump semver from 6.3.0 to 6.3.1
- Bump style-loader from 3.3.2 to 3.3.3
- Bump webpack-merge from 5.8.0 to 5.9.0
- Bump shakapacker from 6.6.0 to 7.0.1
- Bump @babel/preset-env from 7.20.2 to 7.22.5
- Bum Bump sass from 1.63.4 to 1.63.6
- Bump rspec_junit_formatter from 0.5.1 to 0.6.0
- Bump sentry-sidekiq from 5.8.0 to 5.9.0
- Bump get_into_teaching_api_client_faraday from a7a90dc to 6619b0f
- Bump brakeman from 5.4.1 to 6.0.0
- Bump cucumber-rails from 2.5.1 to 2.6.1

Closes #2917, #2913, #2881, #2912, #2911, #2910, #2909, #2908, #2907, #2906, #2905, #2892
  • Loading branch information
plisovin committed Jul 11, 2023
1 parent b516f6a commit 682f9d3
Show file tree
Hide file tree
Showing 4 changed files with 822 additions and 1,123 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ gem 'activerecord-import'
# See https://github.com/adzap/validates_timeliness/pull/213
gem "validates_timeliness", github: "mitsuru/validates_timeliness", ref: "f28a625"

gem "get_into_teaching_api_client_faraday", github: "DFE-Digital/get-into-teaching-api-ruby-client", require: "api/client"
gem "get_into_teaching_api_client_faraday", github: "DFE-Digital/get-into-teaching-api-ruby-client", ref: "6619b0f", require: "api/client"

# See https://github.com/mikel/mail/pull/1439
gem 'net-smtp', require: false
Expand Down Expand Up @@ -119,7 +119,7 @@ group :development, :test do
gem 'rspec-rails', '~> 6.0.1'
gem 'rspec-sonarqube-formatter'

gem 'brakeman', '>= 5.2.3'
gem 'brakeman', '>= 6.0.0'

gem 'bullet'

Expand All @@ -146,7 +146,7 @@ group :test do

gem 'selenium-webdriver'

gem 'cucumber-rails', '>= 2.4.0', require: false
gem 'cucumber-rails', '>= 2.6.1', require: false
gem 'database_cleaner'

gem 'rails-controller-testing', '>= 1.0.5'
Expand Down
Loading

0 comments on commit 682f9d3

Please sign in to comment.