Skip to content

Commit

Permalink
Add parallel to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
egiurleo committed Apr 7, 2022
1 parent 67e27d5 commit e39efff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Expand Up @@ -10,6 +10,7 @@ PATH
specs:
tapioca (0.7.0)
bundler (>= 1.17.3)
parallel
pry (>= 0.12.2)
rbi (~> 0.0.0, >= 0.0.14)
sorbet-static-and-runtime (>= 0.5.9204)
Expand Down
1 change: 1 addition & 0 deletions tapioca.gemspec
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
spec.metadata["allowed_push_host"] = "https://rubygems.org"

spec.add_dependency("bundler", ">= 1.17.3")
spec.add_dependency("parallel")
spec.add_dependency("pry", ">= 0.12.2")
spec.add_dependency("rbi", "~> 0.0.0", ">= 0.0.14")
spec.add_dependency("sorbet-static-and-runtime", ">= 0.5.9204")
Expand Down

0 comments on commit e39efff

Please sign in to comment.