diff --git a/microservices/CFDP/Gemfile b/microservices/CFDP/Gemfile index f4d5b16..32b8dc4 100644 --- a/microservices/CFDP/Gemfile +++ b/microservices/CFDP/Gemfile @@ -2,13 +2,13 @@ source ENV['RUBYGEMS_URL'] || "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '>= 7.0.0' +gem 'rails', '~> 7.1.0' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.9.3', require: false # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible -gem 'rack-cors', '>= 1.1' +gem 'rack-cors', '~> 2.0' # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data' @@ -21,7 +21,7 @@ group :development, :test do end group :test do - gem 'mock_redis' + gem 'mock_redis', '0.39' end if ENV['OPENC3_DEVEL'] diff --git a/playwright/package.json b/playwright/package.json index 10b7966..2817838 100644 --- a/playwright/package.json +++ b/playwright/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "devDependencies": { - "@playwright/test": "^1.33.0" + "@playwright/test": "^1.39.0" }, "scripts": {} }