mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-18 22:53:39 +00:00
fix: última versión de rails 6.1
This commit is contained in:
parent
61f3ae8f05
commit
5447081a74
1 changed files with 59 additions and 59 deletions
118
Gemfile.lock
118
Gemfile.lock
|
@ -29,60 +29,60 @@ GEM
|
|||
specs:
|
||||
aasm (5.5.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
actioncable (6.1.7.9)
|
||||
actionpack (= 6.1.7.9)
|
||||
activesupport (= 6.1.7.9)
|
||||
actioncable (6.1.7.10)
|
||||
actionpack (= 6.1.7.10)
|
||||
activesupport (= 6.1.7.10)
|
||||
nio4r (~> 2.0)
|
||||
websocket-driver (>= 0.6.1)
|
||||
actionmailbox (6.1.7.9)
|
||||
actionpack (= 6.1.7.9)
|
||||
activejob (= 6.1.7.9)
|
||||
activerecord (= 6.1.7.9)
|
||||
activestorage (= 6.1.7.9)
|
||||
activesupport (= 6.1.7.9)
|
||||
actionmailbox (6.1.7.10)
|
||||
actionpack (= 6.1.7.10)
|
||||
activejob (= 6.1.7.10)
|
||||
activerecord (= 6.1.7.10)
|
||||
activestorage (= 6.1.7.10)
|
||||
activesupport (= 6.1.7.10)
|
||||
mail (>= 2.7.1)
|
||||
actionmailer (6.1.7.9)
|
||||
actionpack (= 6.1.7.9)
|
||||
actionview (= 6.1.7.9)
|
||||
activejob (= 6.1.7.9)
|
||||
activesupport (= 6.1.7.9)
|
||||
actionmailer (6.1.7.10)
|
||||
actionpack (= 6.1.7.10)
|
||||
actionview (= 6.1.7.10)
|
||||
activejob (= 6.1.7.10)
|
||||
activesupport (= 6.1.7.10)
|
||||
mail (~> 2.5, >= 2.5.4)
|
||||
rails-dom-testing (~> 2.0)
|
||||
actionpack (6.1.7.9)
|
||||
actionview (= 6.1.7.9)
|
||||
activesupport (= 6.1.7.9)
|
||||
actionpack (6.1.7.10)
|
||||
actionview (= 6.1.7.10)
|
||||
activesupport (= 6.1.7.10)
|
||||
rack (~> 2.0, >= 2.0.9)
|
||||
rack-test (>= 0.6.3)
|
||||
rails-dom-testing (~> 2.0)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
||||
actiontext (6.1.7.9)
|
||||
actionpack (= 6.1.7.9)
|
||||
activerecord (= 6.1.7.9)
|
||||
activestorage (= 6.1.7.9)
|
||||
activesupport (= 6.1.7.9)
|
||||
actiontext (6.1.7.10)
|
||||
actionpack (= 6.1.7.10)
|
||||
activerecord (= 6.1.7.10)
|
||||
activestorage (= 6.1.7.10)
|
||||
activesupport (= 6.1.7.10)
|
||||
nokogiri (>= 1.8.5)
|
||||
actionview (6.1.7.9)
|
||||
activesupport (= 6.1.7.9)
|
||||
actionview (6.1.7.10)
|
||||
activesupport (= 6.1.7.10)
|
||||
builder (~> 3.1)
|
||||
erubi (~> 1.4)
|
||||
rails-dom-testing (~> 2.0)
|
||||
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
||||
activejob (6.1.7.9)
|
||||
activesupport (= 6.1.7.9)
|
||||
activejob (6.1.7.10)
|
||||
activesupport (= 6.1.7.10)
|
||||
globalid (>= 0.3.6)
|
||||
activemodel (6.1.7.9)
|
||||
activesupport (= 6.1.7.9)
|
||||
activerecord (6.1.7.9)
|
||||
activemodel (= 6.1.7.9)
|
||||
activesupport (= 6.1.7.9)
|
||||
activestorage (6.1.7.9)
|
||||
actionpack (= 6.1.7.9)
|
||||
activejob (= 6.1.7.9)
|
||||
activerecord (= 6.1.7.9)
|
||||
activesupport (= 6.1.7.9)
|
||||
activemodel (6.1.7.10)
|
||||
activesupport (= 6.1.7.10)
|
||||
activerecord (6.1.7.10)
|
||||
activemodel (= 6.1.7.10)
|
||||
activesupport (= 6.1.7.10)
|
||||
activestorage (6.1.7.10)
|
||||
actionpack (= 6.1.7.10)
|
||||
activejob (= 6.1.7.10)
|
||||
activerecord (= 6.1.7.10)
|
||||
activesupport (= 6.1.7.10)
|
||||
marcel (~> 1.0)
|
||||
mini_mime (>= 1.1.0)
|
||||
activesupport (6.1.7.9)
|
||||
activesupport (6.1.7.10)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (>= 1.6, < 2)
|
||||
minitest (>= 5.1)
|
||||
|
@ -141,7 +141,7 @@ GEM
|
|||
activerecord (>= 5.a)
|
||||
database_cleaner-core (~> 2.0.0)
|
||||
database_cleaner-core (2.0.1)
|
||||
date (3.3.4-x86_64-linux-musl)
|
||||
date (3.4.1-x86_64-linux-musl)
|
||||
dead_end (4.0.0)
|
||||
derailed_benchmarks (2.1.2)
|
||||
benchmark-ips (~> 2)
|
||||
|
@ -367,14 +367,14 @@ GEM
|
|||
mini_magick (4.12.0)
|
||||
mini_mime (1.1.5)
|
||||
mini_portile2 (2.8.8)
|
||||
minitest (5.25.1)
|
||||
minitest (5.25.4)
|
||||
mobility (1.2.9)
|
||||
i18n (>= 0.6.10, < 2)
|
||||
request_store (~> 1.0)
|
||||
multi_xml (0.6.0)
|
||||
mustermann (3.0.0)
|
||||
ruby2_keywords (~> 0.0.1)
|
||||
net-imap (0.5.0)
|
||||
net-imap (0.5.1)
|
||||
date
|
||||
net-protocol
|
||||
net-pop (0.1.2)
|
||||
|
@ -385,8 +385,8 @@ GEM
|
|||
net-protocol
|
||||
net-ssh (7.2.1)
|
||||
netaddr (2.0.6)
|
||||
nio4r (2.7.3-x86_64-linux-musl)
|
||||
nokogiri (1.17.0-x86_64-linux-musl)
|
||||
nio4r (2.7.4-x86_64-linux-musl)
|
||||
nokogiri (1.17.1-x86_64-linux-musl)
|
||||
mini_portile2 (~> 2.8.2)
|
||||
racc (~> 1.4)
|
||||
orm_adapter (0.5.0)
|
||||
|
@ -429,20 +429,20 @@ GEM
|
|||
rack
|
||||
rack-test (2.1.0)
|
||||
rack (>= 1.3)
|
||||
rails (6.1.7.9)
|
||||
actioncable (= 6.1.7.9)
|
||||
actionmailbox (= 6.1.7.9)
|
||||
actionmailer (= 6.1.7.9)
|
||||
actionpack (= 6.1.7.9)
|
||||
actiontext (= 6.1.7.9)
|
||||
actionview (= 6.1.7.9)
|
||||
activejob (= 6.1.7.9)
|
||||
activemodel (= 6.1.7.9)
|
||||
activerecord (= 6.1.7.9)
|
||||
activestorage (= 6.1.7.9)
|
||||
activesupport (= 6.1.7.9)
|
||||
rails (6.1.7.10)
|
||||
actioncable (= 6.1.7.10)
|
||||
actionmailbox (= 6.1.7.10)
|
||||
actionmailer (= 6.1.7.10)
|
||||
actionpack (= 6.1.7.10)
|
||||
actiontext (= 6.1.7.10)
|
||||
actionview (= 6.1.7.10)
|
||||
activejob (= 6.1.7.10)
|
||||
activemodel (= 6.1.7.10)
|
||||
activerecord (= 6.1.7.10)
|
||||
activestorage (= 6.1.7.10)
|
||||
activesupport (= 6.1.7.10)
|
||||
bundler (>= 1.15.0)
|
||||
railties (= 6.1.7.9)
|
||||
railties (= 6.1.7.10)
|
||||
sprockets-rails (>= 2.0.0)
|
||||
rails-dom-testing (2.2.0)
|
||||
activesupport (>= 5.0.0)
|
||||
|
@ -456,9 +456,9 @@ GEM
|
|||
railties (>= 6.0.0, < 8)
|
||||
rails_warden (0.6.0)
|
||||
warden (>= 1.2.0)
|
||||
railties (6.1.7.9)
|
||||
actionpack (= 6.1.7.9)
|
||||
activesupport (= 6.1.7.9)
|
||||
railties (6.1.7.10)
|
||||
actionpack (= 6.1.7.10)
|
||||
activesupport (= 6.1.7.10)
|
||||
method_source
|
||||
rake (>= 12.2)
|
||||
thor (~> 1.0)
|
||||
|
@ -582,7 +582,7 @@ GEM
|
|||
thor (1.3.2)
|
||||
tilt (2.4.0)
|
||||
timecop (0.9.6)
|
||||
timeout (0.4.1)
|
||||
timeout (0.4.2)
|
||||
turbolinks (5.2.1)
|
||||
turbolinks-source (~> 5.2)
|
||||
turbolinks-source (5.2.0)
|
||||
|
|
Loading…
Reference in a new issue