aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorBradley Buda <bradleybuda@gmail.com>2017-08-23 21:53:02 -0700
committerBradley Buda <bradleybuda@gmail.com>2017-08-23 21:53:02 -0700
commit54ad8bb2b0401b1ba0beb3e591084d029d558367 (patch)
tree18658ab50048449b7d5223be69cef7c46bc479bc /Gemfile.lock
parent0dccf3957bec7f024f18465ad3083f65217f2b35 (diff)
downloadrails-54ad8bb2b0401b1ba0beb3e591084d029d558367.tar.gz
rails-54ad8bb2b0401b1ba0beb3e591084d029d558367.tar.bz2
rails-54ad8bb2b0401b1ba0beb3e591084d029d558367.zip
Update azure-core to 0.1.11 to fix rails-dev-box
rails-dev-box was failing to install gems with a filesystem permission error. The issue was introduced when azure-core was bumped from 0.1.9 to 0.1.10 in d2f493c. azure-core has fixed the build problem [1] and released a new version, 0.1.11 with the fix. This change is just to run `bundle update azure-core` to pick up that fix. [1]: https://github.com/Azure/azure-ruby-asm-core/commit/536c3fc21cc48c292959cc10a9e5551e165aa0ed
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock7
1 files changed, 4 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 516b4155c1..b9003f9de5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -127,9 +127,10 @@ GEM
aws-sdk-resources (2.10.27)
aws-sdk-core (= 2.10.27)
aws-sigv4 (1.0.1)
- azure-core (0.1.10)
+ azure-core (0.1.11)
faraday (~> 0.9)
faraday_middleware (~> 0.10)
+ nokogiri (~> 1.6)
azure-storage (0.12.3.preview)
azure-core (~> 0.1)
faraday (~> 0.9)
@@ -217,7 +218,7 @@ GEM
eventmachine (1.2.5-x64-mingw32)
eventmachine (1.2.5-x86-mingw32)
execjs (2.7.0)
- faraday (0.13.0)
+ faraday (0.13.1)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
@@ -543,4 +544,4 @@ DEPENDENCIES
websocket-client-simple!
BUNDLED WITH
- 1.15.3
+ 1.15.4