Skip to content

Commit

Permalink
Update to Prism 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gazayas committed Oct 18, 2023
1 parent 074c3c1 commit 15daf4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
masamune-ast (2.0.0)
activesupport
prism (>= 0.13.0)
prism (>= 0.14.0)

GEM
remote: https://rubygems.org/
Expand All @@ -19,7 +19,7 @@ GEM
concurrent-ruby (~> 1.0)
method_source (1.0.0)
minitest (5.18.0)
prism (0.13.0)
prism (0.14.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion masamune-ast.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|

# Uncomment to register a new dependency of your gem
spec.add_dependency "activesupport"
spec.add_dependency "prism", ">= 0.13.0"
spec.add_dependency "prism", ">= 0.14.0"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
Expand Down

0 comments on commit 15daf4e

Please sign in to comment.