Update rack-pjax dependency to version 0.6.0
This commit is contained in:
parent
e8fbe7a00a
commit
ddf78e14ef
|
@ -56,7 +56,6 @@ GEM
|
||||||
haml (3.2.0.beta.3)
|
haml (3.2.0.beta.3)
|
||||||
tilt
|
tilt
|
||||||
hike (1.2.1)
|
hike (1.2.1)
|
||||||
hpricot (0.8.6)
|
|
||||||
http_accept_language (1.0.2)
|
http_accept_language (1.0.2)
|
||||||
i18n (0.6.1)
|
i18n (0.6.1)
|
||||||
journey (1.0.4)
|
journey (1.0.4)
|
||||||
|
@ -76,6 +75,7 @@ GEM
|
||||||
treetop (~> 1.4.8)
|
treetop (~> 1.4.8)
|
||||||
mime-types (1.19)
|
mime-types (1.19)
|
||||||
multi_json (1.3.6)
|
multi_json (1.3.6)
|
||||||
|
nokogiri (1.5.5)
|
||||||
orm_adapter (0.4.0)
|
orm_adapter (0.4.0)
|
||||||
pg (0.14.1)
|
pg (0.14.1)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
|
@ -84,8 +84,8 @@ GEM
|
||||||
rack (1.4.1)
|
rack (1.4.1)
|
||||||
rack-cache (1.2)
|
rack-cache (1.2)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
rack-pjax (0.5.9)
|
rack-pjax (0.6.0)
|
||||||
hpricot (~> 0.8.6)
|
nokogiri (~> 1.5)
|
||||||
rack (~> 1.3)
|
rack (~> 1.3)
|
||||||
rack-ssl (1.3.2)
|
rack-ssl (1.3.2)
|
||||||
rack
|
rack
|
||||||
|
|
Loading…
Reference in New Issue