diff options
author | Kevin Newton <[email protected]> | 2024-04-18 14:36:42 -0400 |
---|---|---|
committer | git <[email protected]> | 2024-04-18 18:36:57 +0000 |
commit | a51139230bfbd509b300fafc48e9a195b4d07c77 (patch) | |
tree | a015ad54aa4b5d04bf9c1e1d890409b1671a5629 /lib | |
parent | 8f908a354ea80c01029af26d60adf14ef8ca33b8 (diff) |
[ruby/prism] Bump to v0.26.0
https://github.com/ruby/prism/commit/eadb09ef36
Diffstat (limited to 'lib')
-rw-r--r-- | lib/prism/prism.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prism/prism.gemspec b/lib/prism/prism.gemspec index e55cac6df6..e0134ff8ad 100644 --- a/lib/prism/prism.gemspec +++ b/lib/prism/prism.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "prism" - spec.version = "0.25.0" + spec.version = "0.26.0" spec.authors = ["Shopify"] spec.email = ["[email protected]"] |