Skip to content

Commit 260925a

Browse files
Merge pull request #76 from datacite/move-parallel-gem-into-prod-environment
Move parallel gem into prod environment
2 parents 36dd37e + 927031d commit 260925a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ gem "oj", "~> 3.16", ">= 3.16.11"
2929

3030
# This gem will allow us to write tests without the need for a database
3131
gem "activerecord-nulldb-adapter", "~> 1.1", ">= 1.1.1"
32+
gem "parallel", "~> 1.27"
3233

3334
group :development, :test do
3435
gem "debug", platforms: [:mri, :windows]
@@ -43,7 +44,6 @@ group :development, :test do
4344
gem "bundler-audit", require: false
4445
gem "brakeman", require: false
4546
gem "rspec-rails", "~> 7.0.0"
46-
gem "parallel", "~> 1.27"
4747
end
4848

4949
group :test do

0 commit comments

Comments
 (0)