Skip to content

Commit 931c735

Browse files
author
webdev778
committed
Allow for a beta dependency
1 parent fedb56a commit 931c735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/interscript.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
2727
spec.require_paths = ["lib"]
2828

2929
spec.add_dependency "thor"
30-
spec.add_dependency "interscript-maps", "~> #{Interscript::VERSION.split('.')[0,2].join(".")}.0"
30+
spec.add_dependency "interscript-maps", "~> #{Interscript::VERSION.split('.')[0,2].join(".")}.0a"
3131
spec.add_dependency "text"
3232
end

0 commit comments

Comments
 (0)