bump fog
This commit is contained in:
parent
bbe8f6373c
commit
6d53f989f3
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -42,7 +42,7 @@ gem 'foreigner', '1.4.2'
|
||||||
# File uploading
|
# File uploading
|
||||||
|
|
||||||
gem 'carrierwave', '0.9.0'
|
gem 'carrierwave', '0.9.0'
|
||||||
gem 'fog', '1.12.1'
|
gem 'fog', '1.14.0'
|
||||||
gem 'mini_magick', '3.6.0'
|
gem 'mini_magick', '3.6.0'
|
||||||
gem 'remotipart', '1.2.1'
|
gem 'remotipart', '1.2.1'
|
||||||
|
|
||||||
|
|
|
||||||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -101,7 +101,7 @@ GEM
|
||||||
ethon (0.5.12)
|
ethon (0.5.12)
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.3.0)
|
||||||
mime-types (~> 1.18)
|
mime-types (~> 1.18)
|
||||||
excon (0.23.0)
|
excon (0.25.3)
|
||||||
execjs (1.4.0)
|
execjs (1.4.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
factory_girl (4.2.0)
|
factory_girl (4.2.0)
|
||||||
|
|
@ -117,15 +117,15 @@ GEM
|
||||||
fixture_builder (0.3.6)
|
fixture_builder (0.3.6)
|
||||||
activerecord (>= 2)
|
activerecord (>= 2)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
fog (1.12.1)
|
fog (1.14.0)
|
||||||
builder
|
builder
|
||||||
excon (~> 0.23.0)
|
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
|
||||||
font-awesome-rails (3.2.1.2)
|
font-awesome-rails (3.2.1.2)
|
||||||
railties (>= 3.2, < 5.0)
|
railties (>= 3.2, < 5.0)
|
||||||
|
|
@ -433,7 +433,7 @@ DEPENDENCIES
|
||||||
faraday (= 0.8.8)
|
faraday (= 0.8.8)
|
||||||
faraday_middleware (= 0.9.0)
|
faraday_middleware (= 0.9.0)
|
||||||
fixture_builder (= 0.3.6)
|
fixture_builder (= 0.3.6)
|
||||||
fog (= 1.12.1)
|
fog (= 1.14.0)
|
||||||
foreigner (= 1.4.2)
|
foreigner (= 1.4.2)
|
||||||
foreman (= 0.62)
|
foreman (= 0.62)
|
||||||
fuubar (= 1.1.1)
|
fuubar (= 1.1.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue