mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
ruby: update dependencies
This commit is contained in:
@ -2,7 +2,7 @@ source 'https://rubygems.org'
|
|||||||
|
|
||||||
|
|
||||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||||
gem 'rails', '6.0.3.3'
|
gem 'rails', '6.0.3.5'
|
||||||
# Use sqlite3 as the database for Active Record
|
# Use sqlite3 as the database for Active Record
|
||||||
gem 'sqlite3', '1.4.2'
|
gem 'sqlite3', '1.4.2'
|
||||||
# Use SCSS for stylesheets
|
# Use SCSS for stylesheets
|
||||||
|
|||||||
@ -1,56 +1,56 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (6.0.3.3)
|
actioncable (6.0.3.5)
|
||||||
actionpack (= 6.0.3.3)
|
actionpack (= 6.0.3.5)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailbox (6.0.3.3)
|
actionmailbox (6.0.3.5)
|
||||||
actionpack (= 6.0.3.3)
|
actionpack (= 6.0.3.5)
|
||||||
activejob (= 6.0.3.3)
|
activejob (= 6.0.3.5)
|
||||||
activerecord (= 6.0.3.3)
|
activerecord (= 6.0.3.5)
|
||||||
activestorage (= 6.0.3.3)
|
activestorage (= 6.0.3.5)
|
||||||
activesupport (= 6.0.3.3)
|
activesupport (= 6.0.3.5)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.7.1)
|
||||||
actionmailer (6.0.3.3)
|
actionmailer (6.0.3.5)
|
||||||
actionpack (= 6.0.3.3)
|
actionpack (= 6.0.3.5)
|
||||||
actionview (= 6.0.3.3)
|
actionview (= 6.0.3.5)
|
||||||
activejob (= 6.0.3.3)
|
activejob (= 6.0.3.5)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (6.0.3.3)
|
actionpack (6.0.3.5)
|
||||||
actionview (= 6.0.3.3)
|
actionview (= 6.0.3.5)
|
||||||
activesupport (= 6.0.3.3)
|
activesupport (= 6.0.3.5)
|
||||||
rack (~> 2.0, >= 2.0.8)
|
rack (~> 2.0, >= 2.0.8)
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
||||||
actiontext (6.0.3.3)
|
actiontext (6.0.3.5)
|
||||||
actionpack (= 6.0.3.3)
|
actionpack (= 6.0.3.5)
|
||||||
activerecord (= 6.0.3.3)
|
activerecord (= 6.0.3.5)
|
||||||
activestorage (= 6.0.3.3)
|
activestorage (= 6.0.3.5)
|
||||||
activesupport (= 6.0.3.3)
|
activesupport (= 6.0.3.5)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (6.0.3.3)
|
actionview (6.0.3.5)
|
||||||
activesupport (= 6.0.3.3)
|
activesupport (= 6.0.3.5)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
||||||
activejob (6.0.3.3)
|
activejob (6.0.3.5)
|
||||||
activesupport (= 6.0.3.3)
|
activesupport (= 6.0.3.5)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (6.0.3.3)
|
activemodel (6.0.3.5)
|
||||||
activesupport (= 6.0.3.3)
|
activesupport (= 6.0.3.5)
|
||||||
activerecord (6.0.3.3)
|
activerecord (6.0.3.5)
|
||||||
activemodel (= 6.0.3.3)
|
activemodel (= 6.0.3.5)
|
||||||
activesupport (= 6.0.3.3)
|
activesupport (= 6.0.3.5)
|
||||||
activestorage (6.0.3.3)
|
activestorage (6.0.3.5)
|
||||||
actionpack (= 6.0.3.3)
|
actionpack (= 6.0.3.5)
|
||||||
activejob (= 6.0.3.3)
|
activejob (= 6.0.3.5)
|
||||||
activerecord (= 6.0.3.3)
|
activerecord (= 6.0.3.5)
|
||||||
marcel (~> 0.3.1)
|
marcel (~> 0.3.1)
|
||||||
activesupport (6.0.3.3)
|
activesupport (6.0.3.5)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
@ -110,29 +110,29 @@ GEM
|
|||||||
rack-cors (1.1.1)
|
rack-cors (1.1.1)
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
rails (6.0.3.3)
|
rails (6.0.3.5)
|
||||||
actioncable (= 6.0.3.3)
|
actioncable (= 6.0.3.5)
|
||||||
actionmailbox (= 6.0.3.3)
|
actionmailbox (= 6.0.3.5)
|
||||||
actionmailer (= 6.0.3.3)
|
actionmailer (= 6.0.3.5)
|
||||||
actionpack (= 6.0.3.3)
|
actionpack (= 6.0.3.5)
|
||||||
actiontext (= 6.0.3.3)
|
actiontext (= 6.0.3.5)
|
||||||
actionview (= 6.0.3.3)
|
actionview (= 6.0.3.5)
|
||||||
activejob (= 6.0.3.3)
|
activejob (= 6.0.3.5)
|
||||||
activemodel (= 6.0.3.3)
|
activemodel (= 6.0.3.5)
|
||||||
activerecord (= 6.0.3.3)
|
activerecord (= 6.0.3.5)
|
||||||
activestorage (= 6.0.3.3)
|
activestorage (= 6.0.3.5)
|
||||||
activesupport (= 6.0.3.3)
|
activesupport (= 6.0.3.5)
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 6.0.3.3)
|
railties (= 6.0.3.5)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-dom-testing (2.0.3)
|
rails-dom-testing (2.0.3)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.3.0)
|
rails-html-sanitizer (1.3.0)
|
||||||
loofah (~> 2.3)
|
loofah (~> 2.3)
|
||||||
railties (6.0.3.3)
|
railties (6.0.3.5)
|
||||||
actionpack (= 6.0.3.3)
|
actionpack (= 6.0.3.5)
|
||||||
activesupport (= 6.0.3.3)
|
activesupport (= 6.0.3.5)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.20.3, < 2.0)
|
thor (>= 0.20.3, < 2.0)
|
||||||
@ -196,7 +196,7 @@ DEPENDENCIES
|
|||||||
jbuilder (~> 2.9.1)
|
jbuilder (~> 2.9.1)
|
||||||
jquery-rails
|
jquery-rails
|
||||||
rack-cors
|
rack-cors
|
||||||
rails (= 6.0.3.3)
|
rails (= 6.0.3.5)
|
||||||
sass-rails (~> 6.0)
|
sass-rails (~> 6.0)
|
||||||
sdoc (~> 0.4.0)
|
sdoc (~> 0.4.0)
|
||||||
sqlite3 (= 1.4.2)
|
sqlite3 (= 1.4.2)
|
||||||
|
|||||||
Reference in New Issue
Block a user