mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 04:03:57 -06:00
various gem updates
This commit is contained in:
parent
c2e45c8377
commit
341714e270
23
Gemfile.lock
23
Gemfile.lock
@ -42,12 +42,12 @@ GEM
|
|||||||
activerecord (>= 3.2, < 6.0)
|
activerecord (>= 3.2, < 6.0)
|
||||||
rake (~> 10.4)
|
rake (~> 10.4)
|
||||||
arel (6.0.3)
|
arel (6.0.3)
|
||||||
aws-sdk (2.1.29)
|
aws-sdk (2.2.9)
|
||||||
aws-sdk-resources (= 2.1.29)
|
aws-sdk-resources (= 2.2.9)
|
||||||
aws-sdk-core (2.1.29)
|
aws-sdk-core (2.2.9)
|
||||||
jmespath (~> 1.0)
|
jmespath (~> 1.0)
|
||||||
aws-sdk-resources (2.1.29)
|
aws-sdk-resources (2.2.9)
|
||||||
aws-sdk-core (= 2.1.29)
|
aws-sdk-core (= 2.2.9)
|
||||||
babel-source (5.8.19)
|
babel-source (5.8.19)
|
||||||
babel-transpiler (0.7.0)
|
babel-transpiler (0.7.0)
|
||||||
babel-source (>= 4.0, < 6)
|
babel-source (>= 4.0, < 6)
|
||||||
@ -120,7 +120,7 @@ GEM
|
|||||||
globalid (0.3.6)
|
globalid (0.3.6)
|
||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
guess_html_encoding (0.0.11)
|
guess_html_encoding (0.0.11)
|
||||||
hashie (3.4.2)
|
hashie (3.4.3)
|
||||||
highline (1.7.7)
|
highline (1.7.7)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
hiredis (0.6.0)
|
hiredis (0.6.0)
|
||||||
@ -155,7 +155,7 @@ GEM
|
|||||||
lru_redux (1.1.0)
|
lru_redux (1.1.0)
|
||||||
mail (2.6.3)
|
mail (2.6.3)
|
||||||
mime-types (>= 1.16, < 3)
|
mime-types (>= 1.16, < 3)
|
||||||
memory_profiler (0.9.4)
|
memory_profiler (0.9.6)
|
||||||
message_bus (2.0.0.beta.2)
|
message_bus (2.0.0.beta.2)
|
||||||
rack (>= 1.1.3)
|
rack (>= 1.1.3)
|
||||||
redis
|
redis
|
||||||
@ -185,7 +185,7 @@ GEM
|
|||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
multi_xml (~> 0.5)
|
multi_xml (~> 0.5)
|
||||||
rack (~> 1.2)
|
rack (~> 1.2)
|
||||||
oj (2.12.14)
|
oj (2.14.3)
|
||||||
omniauth (1.2.2)
|
omniauth (1.2.2)
|
||||||
hashie (>= 1.2, < 4)
|
hashie (>= 1.2, < 4)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
@ -217,9 +217,9 @@ GEM
|
|||||||
openid-redis-store (0.0.2)
|
openid-redis-store (0.0.2)
|
||||||
redis
|
redis
|
||||||
ruby-openid
|
ruby-openid
|
||||||
pg (0.18.3)
|
pg (0.18.4)
|
||||||
progress (3.1.0)
|
progress (3.1.0)
|
||||||
pry (0.10.1)
|
pry (0.10.3)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.8.1)
|
method_source (~> 0.8.1)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
@ -338,10 +338,9 @@ GEM
|
|||||||
shoulda-context (1.2.1)
|
shoulda-context (1.2.1)
|
||||||
shoulda-matchers (2.7.0)
|
shoulda-matchers (2.7.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
sidekiq (4.0.1)
|
sidekiq (4.0.2)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
connection_pool (~> 2.2, >= 2.2.0)
|
connection_pool (~> 2.2, >= 2.2.0)
|
||||||
json (~> 1.0)
|
|
||||||
redis (~> 3.2, >= 3.2.1)
|
redis (~> 3.2, >= 3.2.1)
|
||||||
sidekiq-statistic (1.2.0)
|
sidekiq-statistic (1.2.0)
|
||||||
sidekiq (>= 3.3.4, < 5)
|
sidekiq (>= 3.3.4, < 5)
|
||||||
|
Loading…
Reference in New Issue
Block a user