Skip to content

Commit

Permalink
chore: upgrade ruby-next to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Dec 16, 2021
1 parent a4de6d8 commit 639c2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action_policy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Gem::Specification.new do |spec|
# When gem is installed from source, we add `ruby-next` as a dependency
# to auto-transpile source files during the first load
if ENV["RELEASING_GEM"].nil? && File.directory?(File.join(__dir__, ".git"))
spec.add_runtime_dependency "ruby-next", ">= 0.13.2"
spec.add_runtime_dependency "ruby-next", ">= 0.13.3"
else
spec.add_dependency "ruby-next-core", ">= 0.13.2"
spec.add_dependency "ruby-next-core", ">= 0.13.3"
end

spec.add_development_dependency "ammeter", "~> 1.1.3"
Expand Down

0 comments on commit 639c2d9

Please sign in to comment.