mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Package updates
This commit is contained in:
parent
1727b728da
commit
d0646485f0
1 changed files with 56 additions and 57 deletions
113
Gemfile.lock
113
Gemfile.lock
|
|
@ -4,26 +4,26 @@ GEM
|
||||||
RedCloth (4.3.2)
|
RedCloth (4.3.2)
|
||||||
aasm (5.2.0)
|
aasm (5.2.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
actioncable (6.0.3.4)
|
actioncable (6.0.4.1)
|
||||||
actionpack (= 6.0.3.4)
|
actionpack (= 6.0.4.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailbox (6.0.3.4)
|
actionmailbox (6.0.4.1)
|
||||||
actionpack (= 6.0.3.4)
|
actionpack (= 6.0.4.1)
|
||||||
activejob (= 6.0.3.4)
|
activejob (= 6.0.4.1)
|
||||||
activerecord (= 6.0.3.4)
|
activerecord (= 6.0.4.1)
|
||||||
activestorage (= 6.0.3.4)
|
activestorage (= 6.0.4.1)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.0.4.1)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.7.1)
|
||||||
actionmailer (6.0.3.4)
|
actionmailer (6.0.4.1)
|
||||||
actionpack (= 6.0.3.4)
|
actionpack (= 6.0.4.1)
|
||||||
actionview (= 6.0.3.4)
|
actionview (= 6.0.4.1)
|
||||||
activejob (= 6.0.3.4)
|
activejob (= 6.0.4.1)
|
||||||
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.4)
|
actionpack (6.0.4.1)
|
||||||
actionview (= 6.0.3.4)
|
actionview (= 6.0.4.1)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.0.4.1)
|
||||||
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)
|
||||||
|
|
@ -31,36 +31,36 @@ GEM
|
||||||
actionpack-xml_parser (2.0.1)
|
actionpack-xml_parser (2.0.1)
|
||||||
actionpack (>= 5.0)
|
actionpack (>= 5.0)
|
||||||
railties (>= 5.0)
|
railties (>= 5.0)
|
||||||
actiontext (6.0.3.4)
|
actiontext (6.0.4.1)
|
||||||
actionpack (= 6.0.3.4)
|
actionpack (= 6.0.4.1)
|
||||||
activerecord (= 6.0.3.4)
|
activerecord (= 6.0.4.1)
|
||||||
activestorage (= 6.0.3.4)
|
activestorage (= 6.0.4.1)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.0.4.1)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (6.0.3.4)
|
actionview (6.0.4.1)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.0.4.1)
|
||||||
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.4)
|
activejob (6.0.4.1)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.0.4.1)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (6.0.3.4)
|
activemodel (6.0.4.1)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.0.4.1)
|
||||||
activemodel-serializers-xml (1.0.2)
|
activemodel-serializers-xml (1.0.2)
|
||||||
activemodel (> 5.x)
|
activemodel (> 5.x)
|
||||||
activesupport (> 5.x)
|
activesupport (> 5.x)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
activerecord (6.0.3.4)
|
activerecord (6.0.4.1)
|
||||||
activemodel (= 6.0.3.4)
|
activemodel (= 6.0.4.1)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.0.4.1)
|
||||||
activestorage (6.0.3.4)
|
activestorage (6.0.4.1)
|
||||||
actionpack (= 6.0.3.4)
|
actionpack (= 6.0.4.1)
|
||||||
activejob (= 6.0.3.4)
|
activejob (= 6.0.4.1)
|
||||||
activerecord (= 6.0.3.4)
|
activerecord (= 6.0.4.1)
|
||||||
marcel (~> 0.3.1)
|
marcel (~> 1.0.0)
|
||||||
activesupport (6.0.3.4)
|
activesupport (6.0.4.1)
|
||||||
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)
|
||||||
|
|
@ -144,8 +144,7 @@ GEM
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
mail (2.7.1)
|
mail (2.7.1)
|
||||||
mini_mime (>= 0.1.1)
|
mini_mime (>= 0.1.1)
|
||||||
marcel (0.3.3)
|
marcel (1.0.2)
|
||||||
mimemagic (~> 0.3.2)
|
|
||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
mime-types (3.3.1)
|
mime-types (3.3.1)
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
|
|
@ -153,7 +152,7 @@ GEM
|
||||||
mimemagic (0.3.10)
|
mimemagic (0.3.10)
|
||||||
nokogiri (~> 1)
|
nokogiri (~> 1)
|
||||||
rake
|
rake
|
||||||
mini_mime (1.1.0)
|
mini_mime (1.1.2)
|
||||||
mini_portile2 (2.6.1)
|
mini_portile2 (2.6.1)
|
||||||
minitest (5.14.4)
|
minitest (5.14.4)
|
||||||
minitest-stub-const (0.6)
|
minitest-stub-const (0.6)
|
||||||
|
|
@ -181,20 +180,20 @@ GEM
|
||||||
rack (>= 1.2.0)
|
rack (>= 1.2.0)
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
rails (6.0.3.4)
|
rails (6.0.4.1)
|
||||||
actioncable (= 6.0.3.4)
|
actioncable (= 6.0.4.1)
|
||||||
actionmailbox (= 6.0.3.4)
|
actionmailbox (= 6.0.4.1)
|
||||||
actionmailer (= 6.0.3.4)
|
actionmailer (= 6.0.4.1)
|
||||||
actionpack (= 6.0.3.4)
|
actionpack (= 6.0.4.1)
|
||||||
actiontext (= 6.0.3.4)
|
actiontext (= 6.0.4.1)
|
||||||
actionview (= 6.0.3.4)
|
actionview (= 6.0.4.1)
|
||||||
activejob (= 6.0.3.4)
|
activejob (= 6.0.4.1)
|
||||||
activemodel (= 6.0.3.4)
|
activemodel (= 6.0.4.1)
|
||||||
activerecord (= 6.0.3.4)
|
activerecord (= 6.0.4.1)
|
||||||
activestorage (= 6.0.3.4)
|
activestorage (= 6.0.4.1)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.0.4.1)
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 6.0.3.4)
|
railties (= 6.0.4.1)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-controller-testing (1.0.5)
|
rails-controller-testing (1.0.5)
|
||||||
actionpack (>= 5.0.1.rc1)
|
actionpack (>= 5.0.1.rc1)
|
||||||
|
|
@ -210,9 +209,9 @@ GEM
|
||||||
railties (>= 6.0.0, < 7)
|
railties (>= 6.0.0, < 7)
|
||||||
rails_autolink (1.1.6)
|
rails_autolink (1.1.6)
|
||||||
rails (> 3.1)
|
rails (> 3.1)
|
||||||
railties (6.0.3.4)
|
railties (6.0.4.1)
|
||||||
actionpack (= 6.0.3.4)
|
actionpack (= 6.0.4.1)
|
||||||
activesupport (= 6.0.3.4)
|
activesupport (= 6.0.4.1)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.20.3, < 2.0)
|
thor (>= 0.20.3, < 2.0)
|
||||||
|
|
@ -279,9 +278,9 @@ GEM
|
||||||
sprockets (4.0.2)
|
sprockets (4.0.2)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
rack (> 1, < 3)
|
rack (> 1, < 3)
|
||||||
sprockets-rails (3.2.2)
|
sprockets-rails (3.3.0)
|
||||||
actionpack (>= 4.0)
|
actionpack (>= 5.2)
|
||||||
activesupport (>= 4.0)
|
activesupport (>= 5.2)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sqlite3 (1.4.2)
|
sqlite3 (1.4.2)
|
||||||
terminal-table (3.0.2)
|
terminal-table (3.0.2)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue