Update dependencies

This commit is contained in:
Brandon Robins
2019-09-06 23:19:25 -05:00
parent e25a887086
commit 49b4573761
2 changed files with 121 additions and 98 deletions

View File

@@ -2,112 +2,135 @@ PATH
remote: . remote: .
specs: specs:
calligraphy (0.3.1) calligraphy (0.3.1)
rails (~> 5.0, >= 5.0) rails (~> 6.0, >= 5.1.6.2)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (5.1.4) actioncable (6.0.0)
actionpack (= 5.1.4) actionpack (= 6.0.0)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (~> 0.6.1) websocket-driver (>= 0.6.1)
actionmailer (5.1.4) actionmailbox (6.0.0)
actionpack (= 5.1.4) actionpack (= 6.0.0)
actionview (= 5.1.4) activejob (= 6.0.0)
activejob (= 5.1.4) activerecord (= 6.0.0)
activestorage (= 6.0.0)
activesupport (= 6.0.0)
mail (>= 2.7.1)
actionmailer (6.0.0)
actionpack (= 6.0.0)
actionview (= 6.0.0)
activejob (= 6.0.0)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (5.1.4) actionpack (6.0.0)
actionview (= 5.1.4) actionview (= 6.0.0)
activesupport (= 5.1.4) activesupport (= 6.0.0)
rack (~> 2.0) rack (~> 2.0)
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.0.2) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (5.1.4) actiontext (6.0.0)
activesupport (= 5.1.4) actionpack (= 6.0.0)
activerecord (= 6.0.0)
activestorage (= 6.0.0)
activesupport (= 6.0.0)
nokogiri (>= 1.8.5)
actionview (6.0.0)
activesupport (= 6.0.0)
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.0, >= 1.0.3) rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (5.1.4) activejob (6.0.0)
activesupport (= 5.1.4) activesupport (= 6.0.0)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (5.1.4) activemodel (6.0.0)
activesupport (= 5.1.4) activesupport (= 6.0.0)
activerecord (5.1.4) activerecord (6.0.0)
activemodel (= 5.1.4) activemodel (= 6.0.0)
activesupport (= 5.1.4) activesupport (= 6.0.0)
arel (~> 8.0) activestorage (6.0.0)
activesupport (5.1.4) actionpack (= 6.0.0)
activejob (= 6.0.0)
activerecord (= 6.0.0)
marcel (~> 0.3.1)
activesupport (6.0.0)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
tzinfo (~> 1.1) tzinfo (~> 1.1)
arel (8.0.0) zeitwerk (~> 2.1, >= 2.1.8)
ast (2.3.0) ast (2.4.0)
builder (3.2.3) builder (3.2.3)
coderay (1.1.2) coderay (1.1.2)
concurrent-ruby (1.0.5) concurrent-ruby (1.1.5)
crass (1.0.3) crass (1.0.4)
diff-lcs (1.3) diff-lcs (1.3)
erubi (1.7.0) erubi (1.8.0)
globalid (0.4.1) globalid (0.4.2)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
i18n (0.9.1) i18n (1.6.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
loofah (2.1.1) jaro_winkler (1.5.3)
loofah (2.2.3)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.0) mail (2.7.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
method_source (0.9.0) marcel (0.3.3)
mini_mime (1.0.0) mimemagic (~> 0.3.2)
mini_portile2 (2.3.0) method_source (0.9.2)
minitest (5.10.3) mimemagic (0.3.3)
nio4r (2.2.0) mini_mime (1.0.2)
nokogiri (1.8.1) mini_portile2 (2.4.0)
mini_portile2 (~> 2.3.0) minitest (5.11.3)
parallel (1.12.1) nio4r (2.5.1)
parser (2.4.0.2) nokogiri (1.10.4)
ast (~> 2.3) mini_portile2 (~> 2.4.0)
powerpack (0.1.1) parallel (1.17.0)
pry (0.9.12.6) parser (2.6.4.0)
coderay (~> 1.0) ast (~> 2.4.0)
method_source (~> 0.8) pry (0.12.2)
slop (~> 3.4) coderay (~> 1.1.0)
pry-nav (0.2.4) method_source (~> 0.9.0)
pry (>= 0.9.10, < 0.11.0) pry-nav (0.3.0)
puma (3.11.0) pry (>= 0.9.10, < 0.13.0)
rack (2.0.3) puma (4.1.0)
rack-test (0.8.2) nio4r (~> 2.0)
rack (2.0.7)
rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (5.1.4) rails (6.0.0)
actioncable (= 5.1.4) actioncable (= 6.0.0)
actionmailer (= 5.1.4) actionmailbox (= 6.0.0)
actionpack (= 5.1.4) actionmailer (= 6.0.0)
actionview (= 5.1.4) actionpack (= 6.0.0)
activejob (= 5.1.4) actiontext (= 6.0.0)
activemodel (= 5.1.4) actionview (= 6.0.0)
activerecord (= 5.1.4) activejob (= 6.0.0)
activesupport (= 5.1.4) activemodel (= 6.0.0)
activerecord (= 6.0.0)
activestorage (= 6.0.0)
activesupport (= 6.0.0)
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 5.1.4) railties (= 6.0.0)
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.0.3) rails-html-sanitizer (1.2.0)
loofah (~> 2.0) loofah (~> 2.2, >= 2.2.2)
railties (5.1.4) railties (6.0.0)
actionpack (= 5.1.4) actionpack (= 6.0.0)
activesupport (= 5.1.4) activesupport (= 6.0.0)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.20.3, < 2.0)
rainbow (3.0.0) rainbow (3.0.0)
rake (12.3.0) rake (12.3.3)
rspec-core (3.7.0) rspec-core (3.7.1)
rspec-support (~> 3.7.0) rspec-support (~> 3.7.0)
rspec-expectations (3.7.0) rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
@@ -123,32 +146,32 @@ GEM
rspec-expectations (~> 3.7.0) rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0) rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0) rspec-support (~> 3.7.0)
rspec-support (3.7.0) rspec-support (3.7.1)
rubocop (0.52.1) rubocop (0.74.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 2.4.0.2, < 3.0) parser (>= 2.6)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1) unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.9.0) ruby-progressbar (1.10.1)
slop (3.6.0) sprockets (3.7.2)
sprockets (3.7.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
sprockets-rails (3.2.1) sprockets-rails (3.2.1)
actionpack (>= 4.0) actionpack (>= 4.0)
activesupport (>= 4.0) activesupport (>= 4.0)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sqlite3 (1.3.13) sqlite3 (1.4.1)
thor (0.20.0) thor (0.20.3)
thread_safe (0.3.6) thread_safe (0.3.6)
tzinfo (1.2.4) tzinfo (1.2.5)
thread_safe (~> 0.1) thread_safe (~> 0.1)
unicode-display_width (1.3.0) unicode-display_width (1.6.0)
websocket-driver (0.6.5) websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3) websocket-extensions (0.1.4)
zeitwerk (2.1.10)
PLATFORMS PLATFORMS
ruby ruby
@@ -156,11 +179,11 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
calligraphy! calligraphy!
pry-nav pry-nav
puma (~> 3.11.0, >= 3.11.0) puma (~> 4.1.0)
rake (~> 12.3.0, >= 12.3.0) rake (~> 12.3.3)
rspec-rails (~> 3.7.2, >= 3.7.2) rspec-rails (~> 3.7.2)
rubocop (~> 0.52.1) rubocop (~> 0.74.0)
sqlite3 (~> 1.3.13, >= 1.3.13) sqlite3 (~> 1.4.1)
BUNDLED WITH BUNDLED WITH
1.16.1 2.0.2

View File

@@ -18,11 +18,11 @@ Gem::Specification.new do |s|
s.files = Dir['lib/**/*', 'LICENSE', 'README.md'] s.files = Dir['lib/**/*', 'LICENSE', 'README.md']
s.add_dependency 'rails', '~> 5.0', '>= 5.0' s.add_dependency 'rails', '~> 6.0', '>= 5.1.6.2'
s.add_development_dependency 'puma', '~> 3.11.0', '>= 3.11.0' s.add_development_dependency 'puma', '~> 4.1.0'
s.add_development_dependency 'rake', '~> 12.3.0', '>= 12.3.0' s.add_development_dependency 'rake', '~> 12.3.3'
s.add_development_dependency 'rspec-rails', '~> 3.7.2', '>= 3.7.2' s.add_development_dependency 'rspec-rails', '~> 3.7.2'
s.add_development_dependency 'rubocop', '~> 0.52.1' s.add_development_dependency 'rubocop', '~> 0.74.0'
s.add_development_dependency 'sqlite3', '~> 1.3.13', '>= 1.3.13' s.add_development_dependency 'sqlite3', '~> 1.4.1'
end end