Skip to content

Commit

Permalink
Add parallel gem to Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Jan 18, 2024
1 parent 47871e7 commit 2fe94d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem 'rake'
gem 'minitest', '~> 5.9'
gem 'minitest-reporters'
gem 'msgpack'
gem 'parallel'
gem 'simplecov'
gem 'simplecov-html'
gem 'rubyzip'
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ GEM
oga (3.3)
ast
ruby-ll (~> 2.1)
parallel (1.24.0)
rake (13.0.6)
ruby-ll (2.1.2)
ansi
Expand All @@ -36,6 +37,7 @@ DEPENDENCIES
minitest-reporters
msgpack
oga
parallel
rake
rubyzip
simplecov
Expand Down

0 comments on commit 2fe94d3

Please sign in to comment.