Skip to content

Commit 54ad8bb

Browse files
committed
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]: Azure/azure-ruby-asm-core@536c3fc
1 parent 0dccf39 commit 54ad8bb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,10 @@ GEM
127127
aws-sdk-resources (2.10.27)
128128
aws-sdk-core (= 2.10.27)
129129
aws-sigv4 (1.0.1)
130-
azure-core (0.1.10)
130+
azure-core (0.1.11)
131131
faraday (~> 0.9)
132132
faraday_middleware (~> 0.10)
133+
nokogiri (~> 1.6)
133134
azure-storage (0.12.3.preview)
134135
azure-core (~> 0.1)
135136
faraday (~> 0.9)
@@ -217,7 +218,7 @@ GEM
217218
eventmachine (1.2.5-x64-mingw32)
218219
eventmachine (1.2.5-x86-mingw32)
219220
execjs (2.7.0)
220-
faraday (0.13.0)
221+
faraday (0.13.1)
221222
multipart-post (>= 1.2, < 3)
222223
faraday_middleware (0.12.2)
223224
faraday (>= 0.7.4, < 1.0)
@@ -543,4 +544,4 @@ DEPENDENCIES
543544
websocket-client-simple!
544545

545546
BUNDLED WITH
546-
1.15.3
547+
1.15.4

0 commit comments

Comments
 (0)