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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gem 'vmstat', '~> 2.3'
gem 'actionpack', '~> 8.1.0'
gem 'actionview', '~> 8.1.1'
gem 'activemodel', '~> 8.1.0'
gem 'railties', '~> 8.1.1'
gem 'railties', '~> 8.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
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,25 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actionpack (8.1.1)
actionview (= 8.1.1)
activesupport (= 8.1.1)
actionpack (8.1.2)
actionview (= 8.1.2)
activesupport (= 8.1.2)
nokogiri (>= 1.8.5)
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
useragent (~> 0.16)
actionview (8.1.1)
activesupport (= 8.1.1)
actionview (8.1.2)
activesupport (= 8.1.2)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activemodel (8.1.1)
activesupport (= 8.1.1)
activesupport (8.1.1)
activemodel (8.1.2)
activesupport (= 8.1.2)
activesupport (8.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
Expand Down Expand Up @@ -287,7 +287,7 @@ GEM
logger (1.7.0)
loggregator_emitter (5.2.0)
beefcake (~> 1.0.0)
loofah (2.24.1)
loofah (2.25.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
machinist (1.0.6)
Expand Down Expand Up @@ -390,9 +390,9 @@ GEM
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (8.1.1)
actionpack (= 8.1.1)
activesupport (= 8.1.1)
railties (8.1.2)
actionpack (= 8.1.2)
activesupport (= 8.1.2)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
Expand All @@ -406,7 +406,7 @@ GEM
ffi (~> 1.0)
rbs (3.10.0)
logger
rdoc (7.0.1)
rdoc (7.0.3)
erb
psych (>= 4.0.0)
tsort
Expand Down Expand Up @@ -572,7 +572,7 @@ GEM
delayed_job (~> 4.1.0)
sequel (>= 3.38, < 6.0)
tzinfo
thor (1.4.0)
thor (1.5.0)
tilt (2.6.1)
timecop (0.9.10)
timeliness (0.4.5)
Expand Down Expand Up @@ -602,7 +602,7 @@ GEM
yard (>= 0.8)
yard-solargraph (0.1.0)
yard (~> 0.9)
zeitwerk (2.7.3)
zeitwerk (2.7.4)

PLATFORMS
ruby
Expand Down Expand Up @@ -659,7 +659,7 @@ DEPENDENCIES
public_suffix
puma
rack-test
railties (~> 8.1.1)
railties (~> 8.1.2)
rake
redis
roodi
Expand Down