diff --git a/.ruby-version b/.ruby-version index ff365e06..0aec50e6 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.3 +3.1.4 diff --git a/copy-updater-files.ps1 b/copy-updater-files.ps1 index a621d85a..3079158e 100644 --- a/copy-updater-files.ps1 +++ b/copy-updater-files.ps1 @@ -3,6 +3,8 @@ Param( ) $hash = [ordered]@{ + ".ruby-version" = "../.ruby-version" + "updater/lib/dependabot/environment.rb" = "lib/dependabot/environment.rb" "updater/spec/dependabot/environment_spec.rb" = "spec/dependabot/environment_spec.rb" # "updater/spec/spec_helper.rb" = "spec/spec_helper.rb"