@vercel/ruby 1.3.14 → 1.3.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -8836,11 +8836,10 @@ function getRubyPath(meta, gemfileContents) {
8836
8836
  const latest = getLatestRubyVersion();
8837
8837
  const intro = `Found \`Gemfile\` with discontinued Ruby version: \`${line}.\``;
8838
8838
  const hint = `Please set \`ruby "~> ${latest.range}"\` in your \`Gemfile\` to use Ruby ${latest.range}.`;
8839
- const upstream = 'This change is the result of a decision made by an upstream infrastructure provider (AWS).';
8840
8839
  throw new build_utils_1.NowBuildError({
8841
8840
  code: 'RUBY_DISCONTINUED_VERSION',
8842
8841
  link: 'http://vercel.link/ruby-version',
8843
- message: `${intro} ${hint} ${upstream}`,
8842
+ message: `${intro} ${hint}`,
8844
8843
  });
8845
8844
  }
8846
8845
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vercel/ruby",
3
3
  "author": "Nathan Cahill <nathan@nathancahill.com>",
4
- "version": "1.3.14",
4
+ "version": "1.3.15",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index",
7
7
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/ruby",
@@ -23,12 +23,12 @@
23
23
  "devDependencies": {
24
24
  "@types/fs-extra": "8.0.0",
25
25
  "@types/semver": "6.0.0",
26
- "@vercel/build-utils": "5.0.2",
26
+ "@vercel/build-utils": "5.0.3",
27
27
  "@vercel/ncc": "0.24.0",
28
28
  "execa": "2.0.4",
29
29
  "fs-extra": "^7.0.1",
30
30
  "semver": "6.1.1",
31
31
  "typescript": "4.3.4"
32
32
  },
33
- "gitHead": "d2f8d178f77e15cb490cce73f5766537d892f763"
33
+ "gitHead": "bef1aec76609ae661f084dcc391edd66f891f0b4"
34
34
  }