Skip to content

Commit 1e4a04b

Browse files
committed
chore: switch to rubygems version of afs gem
1 parent bb847bf commit 1e4a04b

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ruby "3.4.1"
55
gem "active_storage_validations"
66
gem "acts-as-taggable-on"
77
gem "aws-sdk-s3", require: false
8-
gem "azure_file_shares", github: "dmitrytrager/azure_file_shares"
8+
gem "azure_file_shares"
99
gem "bcrypt", "~> 3.1.7"
1010
gem "bootsnap", require: false
1111
gem "csv"

Gemfile.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
GIT
2-
remote: https://github.com/dmitrytrager/azure_file_shares.git
3-
revision: 1df11d8f198e726e8eb8a2a9cc6826cc1c6707a6
4-
specs:
5-
azure_file_shares (0.1.5)
6-
faraday (~> 2.7)
7-
faraday-retry (~> 2.0)
8-
jwt (~> 2.7)
9-
nokogiri (~> 1.15)
10-
111
GEM
122
remote: https://rubygems.org/
133
specs:
@@ -116,6 +106,11 @@ GEM
116106
aws-sigv4 (~> 1.5)
117107
aws-sigv4 (1.12.1)
118108
aws-eventstream (~> 1, >= 1.0.2)
109+
azure_file_shares (0.1.5)
110+
faraday (~> 2.7)
111+
faraday-retry (~> 2.0)
112+
jwt (~> 2.7)
113+
nokogiri (~> 1.15)
119114
base64 (0.3.0)
120115
bcrypt (3.1.20)
121116
bcrypt_pbkdf (1.1.1)
@@ -594,7 +589,7 @@ DEPENDENCIES
594589
acts-as-taggable-on
595590
annotaterb
596591
aws-sdk-s3
597-
azure_file_shares!
592+
azure_file_shares
598593
bcrypt (~> 3.1.7)
599594
bootsnap
600595
brakeman

0 commit comments

Comments
 (0)