Skip to content

Commit

Permalink
Add version to azure-storage-blob
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Oct 1, 2021
1 parent 303b3ea commit 9412670
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gem "reverse_markdown", "~> 2.0"
# Storage
gem "active_storage_validations", "~> 0.9.3"
gem "aws-sdk-s3", "~> 1.86", require: false
gem "azure-storage-blob", require: false
gem "azure-storage-blob", "~> 2.0", require: false
gem "image_processing", "~> 1.12"
gem "sys-filesystem", "~> 1.4"

Expand Down
26 changes: 21 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.9)
connection_pool (2.2.3)
connection_pool (2.2.5)
crack (0.4.4)
crass (1.0.6)
daemons (1.3.1)
Expand Down Expand Up @@ -232,9 +232,25 @@ GEM
railties (>= 3.0.0)
faker (2.2.1)
i18n (>= 0.8)
faraday (1.2.0)
faraday (1.8.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday_middleware (1.0.0)
faraday (~> 1.0)
ffi (1.13.1)
Expand Down Expand Up @@ -476,7 +492,7 @@ GEM
ruby-progressbar (1.11.0)
ruby-vips (2.0.17)
ffi (~> 1.9)
ruby2_keywords (0.0.2)
ruby2_keywords (0.0.5)
ruby2ruby (2.4.4)
ruby_parser (~> 3.1)
sexp_processor (~> 4.6)
Expand Down Expand Up @@ -589,7 +605,7 @@ DEPENDENCIES
authlogic (~> 6.1)
awesome_print (~> 1.6)
aws-sdk-s3 (~> 1.86)
azure-storage-blob
azure-storage-blob (~> 2.0)
binding_of_caller (~> 0.8.0)
bluecloth (~> 2.2)
blueprinter (~> 0.25.1)
Expand Down

0 comments on commit 9412670

Please sign in to comment.