Bump parallel from 1.19.2 to 1.20.0 (#11313)
This commit is contained in:
parent
d6956180ad
commit
2a3093ea2e
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -66,7 +66,7 @@ gem "omniauth", "~> 1.9" # A generalized Rack framework for multiple-provider au
|
|||
gem "omniauth-facebook", "~> 8.0" # OmniAuth strategy for Facebook
|
||||
gem "omniauth-github", "~> 1.3" # OmniAuth strategy for GitHub
|
||||
gem "omniauth-twitter", "~> 1.4" # OmniAuth strategy for Twitter
|
||||
gem "parallel", "~> 1.19" # Run any kind of code in parallel processes
|
||||
gem "parallel", "~> 1.20" # Run any kind of code in parallel processes
|
||||
gem "patron", "~> 0.13.3" # HTTP client library based on libcurl, used with Elasticsearch to support http keep-alive connections
|
||||
gem "pg", "~> 1.2" # Pg is the Ruby interface to the PostgreSQL RDBMS
|
||||
gem "puma", "~> 5.0.4" # Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
|
||||
|
|
|
|||
|
|
@ -507,7 +507,7 @@ GEM
|
|||
omniauth-oauth (~> 1.1)
|
||||
rack
|
||||
orm_adapter (0.5.0)
|
||||
parallel (1.19.2)
|
||||
parallel (1.20.0)
|
||||
parser (2.7.2.0)
|
||||
ast (~> 2.4.1)
|
||||
patron (0.13.3)
|
||||
|
|
@ -921,7 +921,7 @@ DEPENDENCIES
|
|||
omniauth-facebook (~> 8.0)
|
||||
omniauth-github (~> 1.3)
|
||||
omniauth-twitter (~> 1.4)
|
||||
parallel (~> 1.19)
|
||||
parallel (~> 1.20)
|
||||
patron (~> 0.13.3)
|
||||
pg (~> 1.2)
|
||||
pry (~> 0.13)
|
||||
|
|
|
|||
BIN
vendor/cache/parallel-1.19.2.gem
vendored
BIN
vendor/cache/parallel-1.19.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/parallel-1.20.0.gem
vendored
Normal file
BIN
vendor/cache/parallel-1.20.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue