diff --git a/Gemfile b/Gemfile index 8857fab..01a4869 100644 --- a/Gemfile +++ b/Gemfile @@ -1,16 +1,16 @@ source 'https://rubygems.org' -ruby '2.6.5' +ruby '2.7.3' gem 'sinatra' gem 'sinatra-contrib' gem 'puma' gem 'mysql2' gem 'sqlite3', :group => [:development, :test] -gem 'nokogiri' +gem 'nokogiri', '1.11.3' gem 'rufus-scheduler' gem 'highscore' gem 'sanitize' -gem 'metainspector' +gem 'metainspector', '5.11.2' gem 'activerecord' gem 'rumoji', :git => 'https://github.com/canillitapp/rumoji.git' gem 'rake' diff --git a/Gemfile.lock b/Gemfile.lock index cc48e80..2be0384 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,125 +7,141 @@ GIT GEM remote: https://rubygems.org/ specs: - activemodel (6.0.2.1) - activesupport (= 6.0.2.1) - activerecord (6.0.2.1) - activemodel (= 6.0.2.1) - activesupport (= 6.0.2.1) - activesupport (6.0.2.1) + activemodel (6.1.4.1) + activesupport (= 6.1.4.1) + activerecord (6.1.4.1) + activemodel (= 6.1.4.1) + activesupport (= 6.1.4.1) + activesupport (6.1.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2) - addressable (2.7.0) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) - apnotic (1.6.0) + apnotic (1.7.0) connection_pool (~> 2) - net-http2 (>= 0.18, < 2) - backports (3.16.1) - concurrent-ruby (1.1.6) - connection_pool (2.2.2) + net-http2 (>= 0.18.3, < 2) + concurrent-ruby (1.1.9) + connection_pool (2.2.5) crass (1.0.6) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - et-orbi (1.2.2) + et-orbi (1.2.6) tzinfo - faraday (0.17.3) + faraday (1.8.0) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0.1) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) multipart-post (>= 1.2, < 3) - faraday-cookie_jar (0.0.6) - faraday (>= 0.7.4) + ruby2_keywords (>= 0.0.4) + faraday-cookie_jar (0.0.7) + faraday (>= 0.8.0) http-cookie (~> 1.0.0) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) faraday-encoding (0.0.5) faraday - faraday-http-cache (2.0.0) - faraday (~> 0.8) - faraday_middleware (0.13.1) - faraday (>= 0.7.4, < 1.0) - fastimage (2.1.7) - fugit (1.3.3) + faraday-excon (1.1.0) + faraday-http-cache (2.2.0) + faraday (>= 0.8) + faraday-httpclient (1.0.1) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday_middleware (1.2.0) + faraday (~> 1.0) + fastimage (2.2.5) + fugit (1.5.2) et-orbi (~> 1.1, >= 1.1.8) - raabro (~> 1.1) + raabro (~> 1.4) hashable (0.1.2) highscore (1.2.1) whatlanguage (>= 1.0.0) - http-2 (0.10.1) - http-cookie (1.0.3) + http-2 (0.11.0) + http-cookie (1.0.4) domain_name (~> 0.5) - i18n (1.8.2) + i18n (1.8.11) concurrent-ruby (~> 1.0) - metainspector (5.9.0) - addressable (~> 2.7.0) - faraday (~> 0.17.0) - faraday-cookie_jar (~> 0.0.6) - faraday-encoding (~> 0.0.5) - faraday-http-cache (~> 2.0.0) - faraday_middleware (~> 0.13.1) - fastimage (~> 2.1.7) - nesty (~> 1.0.2) - nokogiri (~> 1.10.7) - mini_portile2 (2.4.0) - minitest (5.14.0) - multi_json (1.14.1) + metainspector (5.11.2) + addressable (~> 2.7) + faraday (~> 1.4) + faraday-cookie_jar (~> 0.0) + faraday-encoding (~> 0.0) + faraday-http-cache (~> 2.2) + faraday_middleware (~> 1.0) + fastimage (~> 2.2) + nesty (~> 1.0) + nokogiri (~> 1.11) + mini_portile2 (2.5.3) + minitest (5.14.4) + multi_json (1.15.0) multipart-post (2.1.1) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) mysql2 (0.5.3) nesty (1.0.2) - net-http2 (0.18.2) - http-2 (~> 0.10.1) - nio4r (2.5.2) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) - nokogumbo (2.0.2) + net-http2 (0.18.4) + http-2 (~> 0.11) + nio4r (2.5.8) + nokogiri (1.11.3) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + nokogumbo (2.0.5) nokogiri (~> 1.8, >= 1.8.4) omnicat (0.3.0) hashable (~> 0.1, >= 0.1.2) omnicat-bayes (0.3.0) omnicat (~> 0.3.0) - power_assert (1.1.6) - public_suffix (4.0.3) - puma (4.3.3) + power_assert (2.0.1) + public_suffix (4.0.6) + puma (5.5.2) nio4r (~> 2.0) - raabro (1.1.6) - rack (2.2.2) - rack-protection (2.0.8.1) + raabro (1.4.0) + racc (1.6.0) + rack (2.2.3) + rack-protection (2.1.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) - rake (13.0.1) - redis (4.1.3) - ruby2_keywords (0.0.2) - rufus-scheduler (3.6.0) + rake (13.0.6) + redis (4.5.1) + ruby2_keywords (0.0.5) + rufus-scheduler (3.8.0) fugit (~> 1.1, >= 1.1.6) - sanitize (5.1.0) + sanitize (5.2.3) crass (~> 1.0.2) nokogiri (>= 1.8.0) nokogumbo (~> 2.0) - sinatra (2.0.8.1) + sinatra (2.1.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.8.1) + rack (~> 2.2) + rack-protection (= 2.1.0) tilt (~> 2.0) - sinatra-contrib (2.0.8.1) - backports (>= 2.8.2) + sinatra-contrib (2.1.0) multi_json mustermann (~> 1.0) - rack-protection (= 2.0.8.1) - sinatra (= 2.0.8.1) + rack-protection (= 2.1.0) + sinatra (= 2.1.0) tilt (~> 2.0) sqlite3 (1.4.2) - test-unit (3.3.5) + test-unit (3.5.1) power_assert - thread_safe (0.3.6) tilt (2.0.10) - tzinfo (1.2.6) - thread_safe (~> 0.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext - unf_ext (0.0.7.6) + unf_ext (0.0.8) whatlanguage (1.0.6) - zeitwerk (2.3.0) + zeitwerk (2.5.1) PLATFORMS ruby @@ -135,9 +151,9 @@ DEPENDENCIES apnotic highscore i18n - metainspector + metainspector (= 5.11.2) mysql2 - nokogiri + nokogiri (= 1.11.3) omnicat-bayes puma rack-test @@ -152,7 +168,7 @@ DEPENDENCIES test-unit RUBY VERSION - ruby 2.6.5p114 + ruby 2.7.3p183 BUNDLED WITH - 1.17.2 + 2.1.4