mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
update fog gem to latest
This commit is contained in:
parent
491c93c3d1
commit
3e3793cf74
1 changed files with 6 additions and 6 deletions
12
Gemfile.lock
12
Gemfile.lock
|
@ -168,7 +168,7 @@ GEM
|
||||||
handlebars-source (= 1.0.12)
|
handlebars-source (= 1.0.12)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
eventmachine (1.0.3)
|
eventmachine (1.0.3)
|
||||||
excon (0.20.1)
|
excon (0.25.3)
|
||||||
execjs (1.4.0)
|
execjs (1.4.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
fabrication (2.6.5)
|
fabrication (2.6.5)
|
||||||
|
@ -181,15 +181,15 @@ GEM
|
||||||
fast_xs (0.8.0)
|
fast_xs (0.8.0)
|
||||||
fastimage (1.3.0)
|
fastimage (1.3.0)
|
||||||
ffi (1.8.1)
|
ffi (1.8.1)
|
||||||
fog (1.10.1)
|
fog (1.14.0)
|
||||||
builder
|
builder
|
||||||
excon (~> 0.20)
|
excon (~> 0.25.0)
|
||||||
formatador (~> 0.2.0)
|
formatador (~> 0.2.0)
|
||||||
mime-types
|
mime-types
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
net-scp (~> 1.1)
|
net-scp (~> 1.1)
|
||||||
net-ssh (>= 2.1.3)
|
net-ssh (>= 2.1.3)
|
||||||
nokogiri (~> 1.5.0)
|
nokogiri (~> 1.5)
|
||||||
ruby-hmac
|
ruby-hmac
|
||||||
formatador (0.2.4)
|
formatador (0.2.4)
|
||||||
fspath (2.0.4)
|
fspath (2.0.4)
|
||||||
|
@ -247,9 +247,9 @@ GEM
|
||||||
multi_json (1.7.7)
|
multi_json (1.7.7)
|
||||||
multipart-post (1.2.0)
|
multipart-post (1.2.0)
|
||||||
mustache (0.99.4)
|
mustache (0.99.4)
|
||||||
net-scp (1.1.0)
|
net-scp (1.1.2)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
net-ssh (2.6.7)
|
net-ssh (2.6.8)
|
||||||
nokogiri (1.5.9)
|
nokogiri (1.5.9)
|
||||||
oauth (0.4.7)
|
oauth (0.4.7)
|
||||||
oauth2 (0.8.1)
|
oauth2 (0.8.1)
|
||||||
|
|
Loading…
Reference in a new issue