1
0
Fork 0
forked from OpenNeo/impress

Upgrade Parallel

Okay this one was weird, the reference to the Parallel gem in `pet.rb` just, stopped working? Is that some weird downstream consequence of something we changed today, or has it just been broken for a long time and we just never ran that codepath? Seems… odd if we hadn't? But ok?

In any case, upgrading the gem seemed to fix whatever was causing it to not load in for whatever reason. Ok!
This commit is contained in:
Emi Matchu 2022-07-23 21:46:13 -07:00 committed by GitHub
parent 9540e2122b
commit 822684a671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ gem "mini_magick", "~> 3.4"
gem "fog", "~> 1.8.0"
gem "carrierwave", "~> 0.8.0"
gem "parallel", "~> 0.5.17"
gem "parallel", "~> 1.13.0"
gem "http_accept_language", :git => "git://github.com/iain/http_accept_language.git"
@ -112,4 +112,4 @@ end
group :test do
gem 'factory_girl_rails', '~> 1.0'
gem 'rspec-rails', '~> 2.0.0.beta.22'
end
end