Skip to content

Commit 83f5f77

Browse files
Earlopaincgoldbergdiemol
authored
[rb] Bump prism to 1.6.0 (#16450)
This new version was just released and hopefully contains a fix for the build failure Co-authored-by: Corey Goldberg <[email protected]> Co-authored-by: Diego Molina <[email protected]>
1 parent ea6dc46 commit 83f5f77

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ ruby.bundle_fetch(
318318
"parser-3.3.9.0": "94d6929354b1a6e3e1f89d79d4d302cc8f5aa814431a6c9c7e0623335d7687f2",
319319
"pp-0.6.2": "947ec3120c6f92195f8ee8aa25a7b2c5297bb106d83b41baa02983686577b6ff",
320320
"prettyprint-0.2.0": "2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193",
321-
"prism-1.4.0": "dc0e3e00e93160213dc2a65519d9002a4a1e7b962db57d444cf1a71565bb703e",
321+
"prism-1.6.0": "bfc0281a81718c4872346bc858dc84abd3a60cae78336c65ad35c8fbff641c6b",
322322
"psych-5.2.6": "814328aa5dcb6d604d32126a20bc1cbcf05521a5b49dbb1a8b30a07e580f316e",
323323
"psych-5.2.6-java": "0a5f65d47ed1ae3475d062b254e7b2035a259eac578038016d62172dd4cfbd91",
324324
"public_suffix-6.0.2": "bfa7cd5108066f8c9602e0d6d4114999a5df5839a63149d3e8b0f9c1d3558394",

rb/Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ gem 'activesupport', '~> 7.0', require: false, platforms: %i[mri mingw x64_mingw
1010
gem 'curb', '~> 1.0.5', require: false, platforms: %i[mri mingw x64_mingw]
1111
gem 'debug', '~> 1.7', require: false, platforms: %i[mri mingw x64_mingw]
1212
gem 'steep', '~> 1.5.0', require: false, platforms: %i[mri mingw x64_mingw]
13-
14-
# Prism staring with 1.5 fails to build with the following error:
15-
# src/prism.c:8651:62: error: conversion to ‘unsigned int’ from ‘int’ may change the sign of the result [-Werror=sign-conversion]
16-
gem 'prism', ['~> 1.0', '< 1.5']

rb/Gemfile.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ GEM
8383
pp (0.6.3)
8484
prettyprint
8585
prettyprint (0.2.0)
86-
prism (1.4.0)
86+
prism (1.6.0)
8787
psych (5.2.6)
8888
date
8989
stringio
@@ -201,7 +201,6 @@ DEPENDENCIES
201201
curb (~> 1.0.5)
202202
debug (~> 1.7)
203203
git (~> 1.19)
204-
prism (~> 1.0, < 1.5)
205204
rack (~> 2.0)
206205
rake (~> 13.0)
207206
rspec (~> 3.0)

0 commit comments

Comments
 (0)