about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorAdam Thurlow <thurloat@gmail.com>2017-09-05 18:17:06 -0300
committerEugen Rochko <eugen@zeonfederated.com>2017-09-05 23:17:06 +0200
commit6994664a1391d6a027caec3d5ca9e022f41a0711 (patch)
treef0ecba66e42c7eac50f079365c416fc28b3b7d52 /Gemfile.lock
parentbe7ffa2d7539d5a1946a3933cb9d242b9fac0ddc (diff)
swift-enable the paperclip! :paperclip: (#2322)
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock15
1 files changed, 15 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 4a3f20e09..ef99e0d7b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -154,12 +154,25 @@ GEM
     erubis (2.7.0)
     et-orbi (1.0.5)
       tzinfo
+    excon (0.58.0)
     execjs (2.7.0)
     fabrication (2.16.2)
     faker (1.7.3)
       i18n (~> 0.5)
     fast_blank (1.0.0)
     ffi (1.9.18)
+    fog-core (1.45.0)
+      builder
+      excon (~> 0.58)
+      formatador (~> 0.2)
+    fog-json (1.0.2)
+      fog-core (~> 1.0)
+      multi_json (~> 1.10)
+    fog-openstack (0.1.21)
+      fog-core (>= 1.40)
+      fog-json (>= 1.0)
+      ipaddress (>= 0.8)
+    formatador (0.2.5)
     fuubar (2.2.0)
       rspec-core (~> 3.0)
       ruby-progressbar (~> 1.4)
@@ -211,6 +224,7 @@ GEM
       rainbow (~> 2.2)
       terminal-table (>= 1.5.1)
     idn-ruby (0.1.0)
+    ipaddress (0.8.3)
     jmespath (1.3.1)
     json (2.1.0)
     json-ld (2.1.5)
@@ -535,6 +549,7 @@ DEPENDENCIES
   fabrication (~> 2.16)
   faker (~> 1.7)
   fast_blank (~> 1.0)
+  fog-openstack (~> 0.1)
   fuubar (~> 2.2)
   goldfinger (~> 2.0)
   hamlit-rails (~> 0.2)