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:
parent
9540e2122b
commit
822684a671
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue