summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-10-10 14:28:53 -0400
committerKevin Newton <kddnewton@gmail.com>2024-12-16 10:51:22 -0500
commit737d6741207d4ded6d24066091f06ef167cad2aa (patch)
tree344d24afae9a0cfe8c1c0937a4e5a0a0555b8f66 /lib
parent4931220cbf225164754739946c0b4629aafaad58 (diff)
[ruby/prism] Bump to v1.2.0
https://github.com/ruby/prism/commit/817a8e39d9
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12358
Diffstat (limited to 'lib')
-rw-r--r--lib/prism/prism.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prism/prism.gemspec b/lib/prism/prism.gemspec
index 89b2cc425d..0682ca9b1c 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 = "1.1.0"
+ spec.version = "1.2.0"
spec.authors = ["Shopify"]
spec.email = ["ruby@shopify.com"]