updated dependencies to support ruby 2.7

This commit is contained in:
Andrew
2020-10-02 14:24:05 +03:00
parent 951f5f9887
commit 4c62e12822
2 changed files with 83 additions and 83 deletions

View File

@ -2,9 +2,9 @@ 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.0' gem 'rails', '6.0.3.3'
# Use sqlite3 as the database for Active Record # Use sqlite3 as the database for Active Record
gem 'sqlite3', '1.4.1' gem 'sqlite3', '1.4.2'
# Use SCSS for stylesheets # Use SCSS for stylesheets
gem 'sass-rails', '~> 6.0' gem 'sass-rails', '~> 6.0'
# Use Uglifier as compressor for JavaScript assets # Use Uglifier as compressor for JavaScript assets

View File

@ -1,65 +1,65 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (6.0.0) actioncable (6.0.3.3)
actionpack (= 6.0.0) actionpack (= 6.0.3.3)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (6.0.0) actionmailbox (6.0.3.3)
actionpack (= 6.0.0) actionpack (= 6.0.3.3)
activejob (= 6.0.0) activejob (= 6.0.3.3)
activerecord (= 6.0.0) activerecord (= 6.0.3.3)
activestorage (= 6.0.0) activestorage (= 6.0.3.3)
activesupport (= 6.0.0) activesupport (= 6.0.3.3)
mail (>= 2.7.1) mail (>= 2.7.1)
actionmailer (6.0.0) actionmailer (6.0.3.3)
actionpack (= 6.0.0) actionpack (= 6.0.3.3)
actionview (= 6.0.0) actionview (= 6.0.3.3)
activejob (= 6.0.0) activejob (= 6.0.3.3)
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.0) actionpack (6.0.3.3)
actionview (= 6.0.0) actionview (= 6.0.3.3)
activesupport (= 6.0.0) activesupport (= 6.0.3.3)
rack (~> 2.0) 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.0) actiontext (6.0.3.3)
actionpack (= 6.0.0) actionpack (= 6.0.3.3)
activerecord (= 6.0.0) activerecord (= 6.0.3.3)
activestorage (= 6.0.0) activestorage (= 6.0.3.3)
activesupport (= 6.0.0) activesupport (= 6.0.3.3)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (6.0.0) actionview (6.0.3.3)
activesupport (= 6.0.0) activesupport (= 6.0.3.3)
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.0) activejob (6.0.3.3)
activesupport (= 6.0.0) activesupport (= 6.0.3.3)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (6.0.0) activemodel (6.0.3.3)
activesupport (= 6.0.0) activesupport (= 6.0.3.3)
activerecord (6.0.0) activerecord (6.0.3.3)
activemodel (= 6.0.0) activemodel (= 6.0.3.3)
activesupport (= 6.0.0) activesupport (= 6.0.3.3)
activestorage (6.0.0) activestorage (6.0.3.3)
actionpack (= 6.0.0) actionpack (= 6.0.3.3)
activejob (= 6.0.0) activejob (= 6.0.3.3)
activerecord (= 6.0.0) activerecord (= 6.0.3.3)
marcel (~> 0.3.1) marcel (~> 0.3.1)
activesupport (6.0.0) activesupport (6.0.3.3)
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)
tzinfo (~> 1.1) tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.8) zeitwerk (~> 2.2, >= 2.2.2)
binding_of_caller (0.8.0) binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1) debug_inspector (>= 0.0.1)
builder (3.2.3) builder (3.2.4)
byebug (11.0.1) byebug (11.1.3)
coffee-rails (5.0.0) coffee-rails (5.0.0)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
railties (>= 5.2.0) railties (>= 5.2.0)
@ -67,24 +67,24 @@ GEM
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.12.2) coffee-script-source (1.12.2)
concurrent-ruby (1.1.5) concurrent-ruby (1.1.7)
crass (1.0.5) crass (1.0.6)
debug_inspector (0.0.3) debug_inspector (0.0.3)
erubi (1.9.0) erubi (1.9.0)
execjs (2.7.0) execjs (2.7.0)
ffi (1.12.2) ffi (1.13.1-x64-mingw32)
globalid (0.4.2) globalid (0.4.2)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
i18n (1.7.0) i18n (1.8.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jbuilder (2.9.1) jbuilder (2.9.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
jquery-rails (4.3.5) jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3) rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (1.8.6) json (2.3.0)
loofah (2.3.1) loofah (2.7.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
macaddr (1.7.2) macaddr (1.7.2)
@ -93,40 +93,40 @@ GEM
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
marcel (0.3.3) marcel (0.3.3)
mimemagic (~> 0.3.2) mimemagic (~> 0.3.2)
method_source (0.9.2) method_source (1.0.0)
mimemagic (0.3.3) mimemagic (0.3.5)
mini_mime (1.0.2) mini_mime (1.0.2)
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
minitest (5.13.0) minitest (5.14.2)
nio4r (2.5.2) nio4r (2.5.4)
nokogiri (1.10.8) nokogiri (1.10.10-x64-mingw32)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
rack (2.0.7) rack (2.2.3)
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (6.0.0) rails (6.0.3.3)
actioncable (= 6.0.0) actioncable (= 6.0.3.3)
actionmailbox (= 6.0.0) actionmailbox (= 6.0.3.3)
actionmailer (= 6.0.0) actionmailer (= 6.0.3.3)
actionpack (= 6.0.0) actionpack (= 6.0.3.3)
actiontext (= 6.0.0) actiontext (= 6.0.3.3)
actionview (= 6.0.0) actionview (= 6.0.3.3)
activejob (= 6.0.0) activejob (= 6.0.3.3)
activemodel (= 6.0.0) activemodel (= 6.0.3.3)
activerecord (= 6.0.0) activerecord (= 6.0.3.3)
activestorage (= 6.0.0) activestorage (= 6.0.3.3)
activesupport (= 6.0.0) activesupport (= 6.0.3.3)
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 6.0.0) railties (= 6.0.3.3)
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.0) railties (6.0.3.3)
actionpack (= 6.0.0) actionpack (= 6.0.3.3)
activesupport (= 6.0.0) activesupport (= 6.0.3.3)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0) thor (>= 0.20.3, < 2.0)
@ -134,7 +134,7 @@ GEM
rdoc (4.3.0) rdoc (4.3.0)
sass-rails (6.0.0) sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1) sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.2.1) sassc (2.4.0-x64-mingw32)
ffi (~> 1.9) ffi (~> 1.9)
sassc-rails (2.1.2) sassc-rails (2.1.2)
railties (>= 4.0.0) railties (>= 4.0.0)
@ -145,24 +145,24 @@ GEM
sdoc (0.4.2) sdoc (0.4.2)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0) rdoc (~> 4.0)
sprockets (4.0.0) sprockets (4.0.2)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
sprockets-rails (3.2.1) sprockets-rails (3.2.2)
actionpack (>= 4.0) actionpack (>= 4.0)
activesupport (>= 4.0) activesupport (>= 4.0)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sqlite3 (1.4.1) sqlite3 (1.4.2)
systemu (2.6.5) systemu (2.6.5)
thor (0.20.3) thor (1.0.1)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.10) tilt (2.0.10)
turbolinks (5.2.1) turbolinks (5.2.1)
turbolinks-source (~> 5.2) turbolinks-source (~> 5.2)
turbolinks-source (5.2.0) turbolinks-source (5.2.0)
tzinfo (1.2.5) tzinfo (1.2.7)
thread_safe (~> 0.1) thread_safe (~> 0.1)
tzinfo-data (1.2020.3) tzinfo-data (1.2020.1)
tzinfo (>= 1.0.0) tzinfo (>= 1.0.0)
uglifier (4.2.0) uglifier (4.2.0)
execjs (>= 0.3.0, < 3) execjs (>= 0.3.0, < 3)
@ -173,23 +173,23 @@ GEM
binding_of_caller (>= 0.7.2) binding_of_caller (>= 0.7.2)
railties (>= 4.0) railties (>= 4.0)
sprockets-rails (>= 2.0, < 4.0) sprockets-rails (>= 2.0, < 4.0)
websocket-driver (0.7.1) websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4) websocket-extensions (0.1.5)
zeitwerk (2.2.1) zeitwerk (2.4.0)
PLATFORMS PLATFORMS
ruby x64-mingw32
DEPENDENCIES DEPENDENCIES
byebug byebug
coffee-rails (~> 5.0.0) coffee-rails (~> 5.0.0)
jbuilder (~> 2.9.1) jbuilder (~> 2.9.1)
jquery-rails jquery-rails
rails (= 6.0.0) rails (= 6.0.3.3)
sass-rails (~> 6.0) sass-rails (~> 6.0)
sdoc (~> 0.4.0) sdoc (~> 0.4.0)
sqlite3 (= 1.4.1) sqlite3 (= 1.4.2)
turbolinks turbolinks
tzinfo-data tzinfo-data
uglifier (>= 4.2.0) uglifier (>= 4.2.0)
@ -197,4 +197,4 @@ DEPENDENCIES
web-console (~> 2.0) web-console (~> 2.0)
BUNDLED WITH BUNDLED WITH
2.0.2 2.1.4