mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
update fog gem
This commit is contained in:
parent
f8e2ecfa94
commit
1dcbe9c1c0
2
Gemfile
2
Gemfile
@ -77,7 +77,7 @@ gem 'eventmachine'
|
|||||||
gem 'fast_xs'
|
gem 'fast_xs'
|
||||||
gem 'fast_xor', git: 'https://github.com/CodeMonkeySteve/fast_xor.git'
|
gem 'fast_xor', git: 'https://github.com/CodeMonkeySteve/fast_xor.git'
|
||||||
gem 'fastimage'
|
gem 'fastimage'
|
||||||
gem 'fog', require: false
|
gem 'fog', '1.18.0', require: false
|
||||||
|
|
||||||
gem 'email_reply_parser', git: 'https://github.com/lawrencepit/email_reply_parser.git'
|
gem 'email_reply_parser', git: 'https://github.com/lawrencepit/email_reply_parser.git'
|
||||||
|
|
||||||
|
@ -178,7 +178,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.27.6)
|
excon (0.28.0)
|
||||||
execjs (2.0.2)
|
execjs (2.0.2)
|
||||||
exifr (1.1.3)
|
exifr (1.1.3)
|
||||||
fabrication (2.8.1)
|
fabrication (2.8.1)
|
||||||
@ -194,9 +194,9 @@ GEM
|
|||||||
fast_xs (0.8.0)
|
fast_xs (0.8.0)
|
||||||
fastimage (1.5.2)
|
fastimage (1.5.2)
|
||||||
ffi (1.9.0)
|
ffi (1.9.0)
|
||||||
fog (1.16.0)
|
fog (1.18.0)
|
||||||
builder
|
builder
|
||||||
excon (~> 0.27.0)
|
excon (~> 0.28.0)
|
||||||
formatador (~> 0.2.0)
|
formatador (~> 0.2.0)
|
||||||
mime-types
|
mime-types
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
@ -204,7 +204,6 @@ GEM
|
|||||||
net-ssh (>= 2.1.3)
|
net-ssh (>= 2.1.3)
|
||||||
nokogiri (~> 1.5)
|
nokogiri (~> 1.5)
|
||||||
ruby-hmac
|
ruby-hmac
|
||||||
unicode (~> 0.4.4)
|
|
||||||
formatador (0.2.4)
|
formatador (0.2.4)
|
||||||
fspath (2.0.5)
|
fspath (2.0.5)
|
||||||
given_core (3.1.1)
|
given_core (3.1.1)
|
||||||
@ -446,7 +445,6 @@ GEM
|
|||||||
uglifier (2.2.1)
|
uglifier (2.2.1)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
multi_json (~> 1.0, >= 1.0.2)
|
multi_json (~> 1.0, >= 1.0.2)
|
||||||
unicode (0.4.4)
|
|
||||||
unicorn (4.6.3)
|
unicorn (4.6.3)
|
||||||
kgio (~> 2.6)
|
kgio (~> 2.6)
|
||||||
rack
|
rack
|
||||||
@ -478,7 +476,7 @@ DEPENDENCIES
|
|||||||
fast_xs
|
fast_xs
|
||||||
fastimage
|
fastimage
|
||||||
flamegraph!
|
flamegraph!
|
||||||
fog
|
fog (= 1.18.0)
|
||||||
handlebars-source (= 1.0.12)
|
handlebars-source (= 1.0.12)
|
||||||
highline
|
highline
|
||||||
hiredis
|
hiredis
|
||||||
|
Loading…
Reference in New Issue
Block a user