Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ gem 'vmstat', '~> 2.3'
gem 'yajl-ruby'

# Rails Components
gem 'actionpack', '~> 6.1.7'
gem 'actionview', '~> 6.1.7', '>= 6.1.7.5'
gem 'activemodel', '~> 6.1.7'
gem 'railties', '~> 6.1.7', '>= 6.1.7.5'
gem 'actionpack', '~> 7.1.2'
gem 'actionview', '~> 7.1.2'
gem 'activemodel', '~> 7.1.2'
gem 'railties', '~> 7.1.2'

gem 'azure-storage-blob', git: 'https://github.com/sethboyles/azure-storage-ruby.git', branch: 'x-ms-blob-content-type-fix-1.1'

Expand Down
86 changes: 52 additions & 34 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,27 +49,34 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actionpack (6.1.7.6)
actionview (= 6.1.7.6)
activesupport (= 6.1.7.6)
rack (~> 2.0, >= 2.0.9)
actionpack (7.1.2)
actionview (= 7.1.2)
activesupport (= 7.1.2)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (6.1.7.6)
activesupport (= 6.1.7.6)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionview (7.1.2)
activesupport (= 7.1.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activemodel (6.1.7.6)
activesupport (= 6.1.7.6)
activesupport (6.1.7.6)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activemodel (7.1.2)
activesupport (= 7.1.2)
activesupport (7.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
aliyun-sdk (0.8.0)
Expand Down Expand Up @@ -131,12 +138,14 @@ GEM
irb (>= 1.5.0)
reline (>= 0.3.1)
declarative (0.0.20)
delayed_job (4.1.9)
activesupport (>= 3.0, < 6.2)
delayed_job (4.1.11)
activesupport (>= 3.0, < 8.0)
diff-lcs (1.5.0)
docile (1.1.5)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
drb (2.2.0)
ruby2_keywords
e2mmap (0.1.0)
em-http-request (1.1.7)
addressable (>= 2.3.4)
Expand Down Expand Up @@ -297,7 +306,7 @@ GEM
rake (~> 13.0)
loggregator_emitter (5.2.0)
beefcake (~> 1.0.0)
loofah (2.21.3)
loofah (2.21.4)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
machinist (1.0.6)
Expand All @@ -308,8 +317,8 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0808)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.18.1)
mini_portile2 (2.8.5)
minitest (5.20.0)
mock_redis (0.37.0)
ms_rest (0.6.4)
concurrent-ruby (~> 1.0)
Expand All @@ -327,6 +336,7 @@ GEM
mustache (1.1.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
mysql2 (0.5.5)
net-ssh (7.2.0)
netaddr (2.0.6)
Expand Down Expand Up @@ -363,24 +373,32 @@ GEM
public_suffix (5.0.3)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-session (1.0.1)
rack (< 3)
rack-test (2.1.0)
rack (>= 1.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rackup (1.0.0)
rack (< 3)
webrick
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (6.1.7.6)
actionpack (= 6.1.7.6)
activesupport (= 6.1.7.6)
method_source
railties (7.1.2)
actionpack (= 7.1.2)
activesupport (= 7.1.2)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.11.2)
Expand Down Expand Up @@ -523,7 +541,7 @@ GEM
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.2.2)
thor (1.3.0)
tilt (2.2.0)
timecop (0.9.8)
timeliness (0.4.5)
Expand All @@ -547,17 +565,17 @@ GEM
rexml
yajl-ruby (1.4.3)
yard (0.9.34)
zeitwerk (2.6.8)
zeitwerk (2.6.12)

PLATFORMS
ruby
x86_64-darwin
x86_64-linux

DEPENDENCIES
actionpack (~> 6.1.7)
actionview (~> 6.1.7, >= 6.1.7.5)
activemodel (~> 6.1.7)
actionpack (~> 7.1.2)
actionview (~> 7.1.2)
activemodel (~> 7.1.2)
addressable
allowy (>= 2.1.0)
azure-storage-blob!
Expand Down Expand Up @@ -609,7 +627,7 @@ DEPENDENCIES
public_suffix
puma
rack-test
railties (~> 6.1.7, >= 6.1.7.5)
railties (~> 7.1.2)
rake
redis
retryable
Expand Down