Update rails in Gemfile

This commit is contained in:
Eric Schultz 2021-01-05 12:36:45 -06:00 committed by Eric Schultz
parent 3d03687736
commit 7b45a8cb90
2 changed files with 153 additions and 147 deletions

View file

@ -3,7 +3,7 @@
source 'https://rubygems.org' source 'https://rubygems.org'
ruby '2.6.6' ruby '2.6.6'
gem 'rails', '~> 6.0.3', '>= 6.0.3.4' gem 'rails', '~> 6.1.0'
gem 'jbuilder', '~> 2.10' gem 'jbuilder', '~> 2.10'
gem 'bootsnap', '~> 1.4', require: false # Large rails application booting enhancer gem 'bootsnap', '~> 1.4', require: false # Large rails application booting enhancer
gem 'font_assets', '~> 0.1.14' # for serving fonts on cdn https://github.com/ericallam/font_assets gem 'font_assets', '~> 0.1.14' # for serving fonts on cdn https://github.com/ericallam/font_assets

View file

@ -20,7 +20,7 @@ PATH
remote: gems/bess remote: gems/bess
specs: specs:
bess (0.1.0) bess (0.1.0)
rails (~> 6.0.3, >= 6.0.3.2) rails (~> 6.0)
wisper (~> 2.0) wisper (~> 2.0)
wisper-activejob (~> 1.0.0) wisper-activejob (~> 1.0.0)
@ -30,7 +30,7 @@ PATH
houdini_full_contact (0.1.0) houdini_full_contact (0.1.0)
bess bess
qx qx
rails (~> 6.0.3, >= 6.0.3.1) rails (~> 6.0)
PATH PATH
remote: gems/ruby-param-validation remote: gems/ruby-param-validation
@ -49,94 +49,98 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
action_mailer_matchers (1.2.0) action_mailer_matchers (1.2.0)
actioncable (6.0.3.4) actioncable (6.1.0)
actionpack (= 6.0.3.4) actionpack (= 6.1.0)
activesupport (= 6.1.0)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (6.0.3.4) actionmailbox (6.1.0)
actionpack (= 6.0.3.4) actionpack (= 6.1.0)
activejob (= 6.0.3.4) activejob (= 6.1.0)
activerecord (= 6.0.3.4) activerecord (= 6.1.0)
activestorage (= 6.0.3.4) activestorage (= 6.1.0)
activesupport (= 6.0.3.4) activesupport (= 6.1.0)
mail (>= 2.7.1) mail (>= 2.7.1)
actionmailer (6.0.3.4) actionmailer (6.1.0)
actionpack (= 6.0.3.4) actionpack (= 6.1.0)
actionview (= 6.0.3.4) actionview (= 6.1.0)
activejob (= 6.0.3.4) activejob (= 6.1.0)
activesupport (= 6.1.0)
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.1.0)
actionview (= 6.0.3.4) actionview (= 6.1.0)
activesupport (= 6.0.3.4) activesupport (= 6.1.0)
rack (~> 2.0, >= 2.0.8) rack (~> 2.0, >= 2.0.9)
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.4) actiontext (6.1.0)
actionpack (= 6.0.3.4) actionpack (= 6.1.0)
activerecord (= 6.0.3.4) activerecord (= 6.1.0)
activestorage (= 6.0.3.4) activestorage (= 6.1.0)
activesupport (= 6.0.3.4) activesupport (= 6.1.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (6.0.3.4) actionview (6.1.0)
activesupport (= 6.0.3.4) activesupport (= 6.1.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.1, >= 1.2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.0.3.4) activejob (6.1.0)
activesupport (= 6.0.3.4) activesupport (= 6.1.0)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (6.0.3.4) activemodel (6.1.0)
activesupport (= 6.0.3.4) activesupport (= 6.1.0)
activerecord (6.0.3.4) activerecord (6.1.0)
activemodel (= 6.0.3.4) activemodel (= 6.1.0)
activesupport (= 6.0.3.4) activesupport (= 6.1.0)
activestorage (6.0.3.4) activestorage (6.1.0)
actionpack (= 6.0.3.4) actionpack (= 6.1.0)
activejob (= 6.0.3.4) activejob (= 6.1.0)
activerecord (= 6.0.3.4) activerecord (= 6.1.0)
activesupport (= 6.1.0)
marcel (~> 0.3.1) marcel (~> 0.3.1)
activesupport (6.0.3.4) mimemagic (~> 0.3.2)
activesupport (6.1.0)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 1.6, < 2)
minitest (~> 5.1) minitest (>= 5.1)
tzinfo (~> 1.1) tzinfo (~> 2.0)
zeitwerk (~> 2.2, >= 2.2.2) zeitwerk (~> 2.3)
addressable (2.6.0) addressable (2.7.0)
public_suffix (>= 2.0.2, < 4.0) public_suffix (>= 2.0.2, < 5.0)
andand (1.3.3) andand (1.3.3)
ast (2.4.0) ast (2.4.1)
babel-source (5.8.35) babel-source (5.8.35)
babel-transpiler (0.7.0) babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6) babel-source (>= 4.0, < 6)
execjs (~> 2.0) execjs (~> 2.0)
bcrypt (3.1.13) bcrypt (3.1.16)
bootsnap (1.4.4) bootsnap (1.5.1)
msgpack (~> 1.0) msgpack (~> 1.0)
builder (3.2.4) builder (3.2.4)
byebug (11.0.1) byebug (11.1.3)
chronic (0.10.2) chronic (0.10.2)
coderay (1.1.2) coderay (1.1.3)
colorize (0.8.1) colorize (0.8.1)
concurrent-ruby (1.1.7) concurrent-ruby (1.1.7)
connection_pool (2.2.3) connection_pool (2.2.3)
countries (3.0.0) countries (3.0.1)
i18n_data (~> 0.8.0) i18n_data (~> 0.10.0)
sixarm_ruby_unaccent (~> 1.1) sixarm_ruby_unaccent (~> 1.1)
unicode_utils (~> 1.4) unicode_utils (~> 1.4)
crack (0.4.3) crack (0.4.5)
safe_yaml (~> 1.0.0) rexml
crass (1.0.6) crass (1.0.6)
css_parser (1.7.0) css_parser (1.7.1)
addressable addressable
dante (0.2.0) dante (0.2.0)
database_cleaner (1.8.5) database_cleaner (1.8.5)
database_cleaner-active_record (1.8.0) database_cleaner-active_record (1.8.0)
activerecord activerecord
database_cleaner (~> 1.8.0) database_cleaner (~> 1.8.0)
devise (4.7.1) devise (4.7.3)
bcrypt (~> 3.0) bcrypt (~> 3.0)
orm_adapter (~> 0.1) orm_adapter (~> 0.1)
railties (>= 4.1.0) railties (>= 4.1.0)
@ -145,50 +149,51 @@ GEM
devise-async (1.0.0) devise-async (1.0.0)
activejob (>= 5.0) activejob (>= 5.0)
devise (>= 4.0) devise (>= 4.0)
diff-lcs (1.3) diff-lcs (1.4.4)
docile (1.3.2) docile (1.3.4)
domain_name (0.5.20190701) domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0) unf (>= 0.0.5, < 1.0.0)
dotenv (2.7.5) dotenv (2.7.6)
dotenv-rails (2.7.5) dotenv-rails (2.7.6)
dotenv (= 2.7.5) dotenv (= 2.7.6)
railties (>= 3.2, < 6.1) railties (>= 3.2)
erubi (1.9.0) erubi (1.10.0)
execjs (2.7.0) execjs (2.7.0)
factory_bot (5.0.2) factory_bot (5.2.0)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
factory_bot_rails (5.0.2) factory_bot_rails (5.2.0)
factory_bot (~> 5.0.2) factory_bot (~> 5.2.0)
railties (>= 4.2.0) railties (>= 4.2.0)
fast_blank (1.0.0) fast_blank (1.0.0)
ffi (1.11.1) ffi (1.14.2)
font_assets (0.1.14) font_assets (0.1.14)
rack rack
geocoder (1.6.3) geocoder (1.6.4)
globalid (0.4.2) globalid (0.4.2)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
hamster (3.0.0) hamster (3.0.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
hashdiff (1.0.0) hashdiff (1.0.1)
heroku-deflater (0.6.3) heroku-deflater (0.6.3)
rack (>= 1.4.5) rack (>= 1.4.5)
http-accept (1.7.0)
http-cookie (1.0.3) http-cookie (1.0.3)
domain_name (~> 0.5) domain_name (~> 0.5)
httparty (0.17.0) httparty (0.17.3)
mime-types (~> 3.0) mime-types (~> 3.0)
multi_xml (>= 0.5.2) multi_xml (>= 0.5.2)
i18n (1.8.5) i18n (1.8.7)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
i18n_data (0.8.0) i18n_data (0.10.0)
image_processing (1.10.3) image_processing (1.10.3)
mini_magick (>= 4.9.5, < 5) mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3) ruby-vips (>= 2.0.17, < 3)
jaro_winkler (1.5.3) jaro_winkler (1.5.4)
jbuilder (2.10.0) jbuilder (2.10.1)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
json (2.3.1) json (2.5.1)
kdtree (0.4) kdtree (0.4)
listen (3.2.1) listen (3.4.0)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
lograge (0.11.2) lograge (0.11.2)
@ -196,7 +201,7 @@ GEM
activesupport (>= 4) activesupport (>= 4)
railties (>= 4) railties (>= 4)
request_store (~> 1.0) request_store (~> 1.0)
loofah (2.7.0) loofah (2.8.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.7.1)
@ -206,18 +211,18 @@ GEM
marcel (0.3.3) marcel (0.3.3)
mimemagic (~> 0.3.2) mimemagic (~> 0.3.2)
method_source (0.9.2) method_source (0.9.2)
mime-types (3.2.2) mime-types (3.3.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331) mime-types-data (3.2020.1104)
mimemagic (0.3.5) mimemagic (0.3.5)
mini_magick (4.10.1) mini_magick (4.11.0)
mini_mime (1.0.2) mini_mime (1.0.2)
mini_portile2 (2.4.0) mini_portile2 (2.5.0)
minitest (5.14.2) minitest (5.14.2)
money (6.13.7) money (6.13.8)
i18n (>= 0.6.4, <= 2) i18n (>= 0.6.4, <= 2)
msgpack (1.3.1) msgpack (1.3.3)
multi_json (1.13.1) multi_json (1.15.0)
multi_xml (0.6.0) multi_xml (0.6.0)
nearest_time_zone (0.0.4) nearest_time_zone (0.0.4)
andand andand
@ -225,25 +230,27 @@ GEM
require_all require_all
netrc (0.11.0) netrc (0.11.0)
nio4r (2.5.4) nio4r (2.5.4)
nokogiri (1.10.10) nokogiri (1.11.0)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.5.0)
racc (~> 1.4)
orm_adapter (0.5.0) orm_adapter (0.5.0)
parallel (1.17.0) parallel (1.20.1)
parallel_tests (2.32.0) parallel_tests (2.32.0)
parallel parallel
parser (2.6.3.0) parser (3.0.0.0)
ast (~> 2.4.0) ast (~> 2.4.1)
pg (0.21.0) pg (0.21.0)
power_assert (1.1.4) power_assert (1.2.0)
pry (0.12.2) pry (0.12.2)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.9.0) method_source (~> 0.9.0)
pry-byebug (3.7.0) pry-byebug (3.7.0)
byebug (~> 11.0) byebug (~> 11.0)
pry (~> 0.10) pry (~> 0.10)
public_suffix (3.1.1) public_suffix (4.0.6)
puma (5.0.2) puma (5.1.1)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3) rack (2.2.3)
rack-attack (5.4.2) rack-attack (5.4.2)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
@ -253,21 +260,21 @@ GEM
rack rack
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rack-timeout (0.5.1) rack-timeout (0.5.2)
rails (6.0.3.4) rails (6.1.0)
actioncable (= 6.0.3.4) actioncable (= 6.1.0)
actionmailbox (= 6.0.3.4) actionmailbox (= 6.1.0)
actionmailer (= 6.0.3.4) actionmailer (= 6.1.0)
actionpack (= 6.0.3.4) actionpack (= 6.1.0)
actiontext (= 6.0.3.4) actiontext (= 6.1.0)
actionview (= 6.0.3.4) actionview (= 6.1.0)
activejob (= 6.0.3.4) activejob (= 6.1.0)
activemodel (= 6.0.3.4) activemodel (= 6.1.0)
activerecord (= 6.0.3.4) activerecord (= 6.1.0)
activestorage (= 6.0.3.4) activestorage (= 6.1.0)
activesupport (= 6.0.3.4) activesupport (= 6.1.0)
bundler (>= 1.3.0) bundler (>= 1.15.0)
railties (= 6.0.3.4) railties (= 6.1.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)
@ -277,12 +284,12 @@ GEM
rails-i18n (6.0.0) rails-i18n (6.0.0)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 7) railties (>= 6.0.0, < 7)
railties (6.0.3.4) railties (6.1.0)
actionpack (= 6.0.3.4) actionpack (= 6.1.0)
activesupport (= 6.0.3.4) activesupport (= 6.1.0)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0) thor (~> 1.0)
rainbow (3.0.0) rainbow (3.0.0)
rake (12.3.3) rake (12.3.3)
rb-fsevent (0.10.4) rb-fsevent (0.10.4)
@ -294,29 +301,31 @@ GEM
execjs execjs
railties (>= 3.2) railties (>= 3.2)
tilt tilt
request_store (1.4.1) request_store (1.5.0)
rack (>= 1.4) rack (>= 1.4)
require_all (2.0.0) require_all (3.0.0)
responders (3.0.0) responders (3.0.1)
actionpack (>= 5.0) actionpack (>= 5.0)
railties (>= 5.0) railties (>= 5.0)
rest-client (2.0.2) rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0) http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0) mime-types (>= 1.16, < 4.0)
netrc (~> 0.8) netrc (~> 0.8)
roadie (3.5.0) rexml (3.2.4)
roadie (4.0.0)
css_parser (~> 1.4) css_parser (~> 1.4)
nokogiri (~> 1.8) nokogiri (~> 1.8)
roadie-rails (2.1.0) roadie-rails (2.2.0)
railties (>= 5.1, < 6.1) railties (>= 5.1, < 6.2)
roadie (~> 3.1) roadie (>= 3.1, < 5.0)
rspec (3.9.0) rspec (3.9.0)
rspec-core (~> 3.9.0) rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0) rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0) rspec-mocks (~> 3.9.0)
rspec-core (3.9.2) rspec-core (3.9.3)
rspec-support (~> 3.9.3) rspec-support (~> 3.9.3)
rspec-expectations (3.9.2) rspec-expectations (3.9.4)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0) rspec-support (~> 3.9.0)
rspec-mocks (3.9.1) rspec-mocks (3.9.1)
@ -330,30 +339,28 @@ GEM
rspec-expectations (~> 3.9) rspec-expectations (~> 3.9)
rspec-mocks (~> 3.9) rspec-mocks (~> 3.9)
rspec-support (~> 3.9) rspec-support (~> 3.9)
rspec-support (3.9.3) rspec-support (3.9.4)
rubocop (0.72.0) rubocop (0.79.0)
jaro_winkler (~> 1.5.1) jaro_winkler (~> 1.5.1)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 2.6) parser (>= 2.7.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.4.0, < 1.7) unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.4.1) rubocop-performance (1.5.2)
rubocop (>= 0.71.0) rubocop (>= 0.71.0)
ruby-progressbar (1.10.1) ruby-progressbar (1.11.0)
ruby-vips (2.0.17) ruby-vips (2.0.17)
ffi (~> 1.9) ffi (~> 1.9)
safe_yaml (1.0.5) sassc (2.4.0)
sassc (2.0.1)
ffi (~> 1.9) ffi (~> 1.9)
rake
sassc-rails (2.1.2) sassc-rails (2.1.2)
railties (>= 4.0.0) railties (>= 4.0.0)
sassc (>= 2.0) sassc (>= 2.0)
sprockets (> 3.0) sprockets (> 3.0)
sprockets-rails sprockets-rails
tilt tilt
semantic_range (2.3.0) semantic_range (2.3.1)
simplecov (0.16.1) simplecov (0.16.1)
docile (~> 1.1) docile (~> 1.1)
json (>= 1.8, < 3) json (>= 1.8, < 3)
@ -367,30 +374,29 @@ GEM
actionpack (>= 4.0) actionpack (>= 4.0)
activesupport (>= 4.0) activesupport (>= 4.0)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
standard (0.1.2) standard (0.1.10)
rubocop (~> 0.72.0) rubocop (~> 0.79.0)
rubocop-performance (~> 1.4.0) rubocop-performance (~> 1.5.1)
stripe (1.58.0) stripe (1.58.0)
rest-client (>= 1.4, < 4.0) rest-client (>= 1.4, < 4.0)
table_print (1.5.6) table_print (1.5.7)
test-unit (3.3.3) test-unit (3.3.9)
power_assert power_assert
thor (1.0.1) thor (1.0.1)
thread_safe (0.3.6) tilt (2.0.10)
tilt (2.0.9) timecop (0.9.2)
timecop (0.9.1) traceroute (0.8.1)
traceroute (0.8.0)
rails (>= 3.0.0) rails (>= 3.0.0)
tzinfo (1.2.7) tzinfo (2.0.4)
thread_safe (~> 0.1) concurrent-ruby (~> 1.0)
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf_ext (0.0.7.6) unf_ext (0.0.7.7)
unicode-display_width (1.6.0) unicode-display_width (1.6.1)
unicode_utils (1.4.0) unicode_utils (1.4.0)
warden (1.2.8) warden (1.2.9)
rack (>= 2.0.6) rack (>= 2.0.9)
webmock (3.6.2) webmock (3.11.0)
addressable (>= 2.3.6) addressable (>= 2.3.6)
crack (>= 0.3.2) crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0) hashdiff (>= 0.4.0, < 2.0.0)
@ -407,7 +413,7 @@ GEM
activejob (>= 4.0.0) activejob (>= 4.0.0)
wisper wisper
wisper-rspec (1.1.0) wisper-rspec (1.1.0)
zeitwerk (2.4.0) zeitwerk (2.4.2)
PLATFORMS PLATFORMS
ruby ruby
@ -451,7 +457,7 @@ DEPENDENCIES
rack-attack (~> 5.2) rack-attack (~> 5.2)
rack-ssl (~> 1.4) rack-ssl (~> 1.4)
rack-timeout (~> 0.5.1) rack-timeout (~> 0.5.1)
rails (~> 6.0.3, >= 6.0.3.4) rails (~> 6.1.0)
rails-i18n (~> 6.0.0, ~> 6) rails-i18n (~> 6.0.0, ~> 6)
rake (~> 12.3.2) rake (~> 12.3.2)
react-rails react-rails