Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump actionview, railties, actionpack and activemodel #275

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 @@ -51,10 +51,10 @@ gem 'xxhash'
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.3'
gem 'actionview', '~> 7.1.3'
gem 'activemodel', '~> 7.1.3'
gem 'railties', '~> 7.1.3'

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

Expand Down
73 changes: 45 additions & 28 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.3)
actionview (= 7.1.3)
activesupport (= 7.1.3)
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.3)
activesupport (= 7.1.3)
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.3)
activesupport (= 7.1.3)
activesupport (7.1.3)
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.6)
public_suffix (>= 2.0.2, < 6.0)
aliyun-sdk (0.8.0)
Expand Down Expand Up @@ -118,7 +125,7 @@ GEM
codeclimate-test-reporter (1.0.9)
simplecov (<= 0.13)
coderay (1.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
cookiejar (0.3.3)
crack (0.4.5)
Expand All @@ -129,12 +136,14 @@ GEM
irb (~> 1.10)
reline (>= 0.3.8)
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 @@ -306,7 +315,7 @@ GEM
mime-types-data (3.2023.1205)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
minitest (5.21.1)
mock_redis (0.42.0)
ms_rest (0.6.4)
concurrent-ruby (~> 1.0)
Expand All @@ -324,6 +333,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.1)
netaddr (2.0.6)
Expand Down Expand Up @@ -367,21 +377,28 @@ GEM
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-session (1.0.2)
rack (< 3)
rack-test (2.1.0)
rack (>= 1.3)
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.3)
actionpack (= 7.1.3)
activesupport (= 7.1.3)
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.1.0)
rb-fsevent (0.11.2)
Expand Down Expand Up @@ -574,9 +591,9 @@ PLATFORMS
x86_64-linux

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