From 18056f8093d92fdd0112d57c0381e8b46c8742b3 Mon Sep 17 00:00:00 2001 From: icyleaf Date: Fri, 23 Oct 2020 16:11:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=A5=BD=E5=A4=9A?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 18 +++--- Gemfile.lock | 169 +++++++++++++++++++++++++++------------------------ 2 files changed, 97 insertions(+), 90 deletions(-) diff --git a/Gemfile b/Gemfile index c26bbe2..bd8d62b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,20 +6,20 @@ source 'https://rubygems.org' git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } # Web Services -gem 'puma', '~> 4.3.5' -gem 'sidekiq', '~> 6.0.3' -gem 'sinatra', '~> 2.0.7' -gem 'sinatra-contrib', '~> 2.0.7' +gem 'puma', '~> 5.0' +gem 'sidekiq', '~> 6.1.2' +gem 'sinatra', '~> 2.1.0' +gem 'sinatra-contrib', '~> 2.1.0' # Database -gem 'activerecord', '~> 5.2.3' -gem 'sqlite3', '~> 1.4.1' +gem 'activerecord', '~> 6.0.3' +gem 'sqlite3', '~> 1.4.2' # Tools gem 'chronic_duration', '~> 0.10.6' -gem 'commander', '~> 4.4.7' -gem 'git', '~> 1.5.0' -gem 'gitlab', '~> 4.12.0' +gem 'commander', '~> 4.5.2' +gem 'git', '~> 1.7.0' +gem 'gitlab', '~> 4.16.1' gem 'rake' gem 'sentry-raven' gem 'settingslogic', '~> 2.0.9' diff --git a/Gemfile.lock b/Gemfile.lock index 23a887d..6ced46b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,38 +1,38 @@ GEM remote: https://rubygems.org/ specs: - activemodel (5.2.4) - activesupport (= 5.2.4) - activerecord (5.2.4) - activemodel (= 5.2.4) - activesupport (= 5.2.4) - arel (>= 9.0) - activesupport (5.2.4) + activemodel (6.0.3.4) + activesupport (= 6.0.3.4) + activerecord (6.0.3.4) + activemodel (= 6.0.3.4) + activesupport (= 6.0.3.4) + activesupport (6.0.3.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - arel (9.0.0) - ast (2.4.0) + zeitwerk (~> 2.2, >= 2.2.2) + ast (2.4.1) awesome_print (1.8.0) - backports (3.15.0) chronic_duration (0.10.6) numerizer (~> 0.1.1) - coderay (1.1.2) - commander (4.4.7) + coderay (1.1.3) + commander (4.5.2) highline (~> 2.0.0) - concurrent-ruby (1.1.5) - connection_pool (2.2.2) - diff-lcs (1.3) - faraday (0.17.1) + concurrent-ruby (1.1.7) + connection_pool (2.2.3) + diff-lcs (1.4.4) + faraday (1.1.0) multipart-post (>= 1.2, < 3) - ffi (1.11.3) + ruby2_keywords + ffi (1.13.1) formatador (0.2.5) - git (1.5.0) - gitlab (4.12.0) + git (1.7.0) + rchardet (~> 1.8) + gitlab (4.16.1) httparty (~> 0.14, >= 0.14.0) terminal-table (~> 1.5, >= 1.5.1) - guard (2.16.1) + guard (2.16.2) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) lumberjack (>= 1.0.12, < 2.0) @@ -42,134 +42,141 @@ GEM shellany (~> 0.0) thor (>= 0.18.1) guard-compat (1.2.1) - guard-puma (0.6.0) - guard (~> 2.14) - guard-compat (~> 1.2) - puma (~> 4.0) + guard-puma (0.3.2) + guard (~> 2.8) + guard-compat (~> 1.0) + puma guard-sidekiq (0.1.0) guard (>= 2) sidekiq highline (2.0.3) - httparty (0.17.1) + httparty (0.18.1) mime-types (~> 3.0) multi_xml (>= 0.5.2) - i18n (1.7.0) + i18n (1.8.5) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.4) listen (3.2.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - lumberjack (1.0.13) - method_source (0.9.2) - mime-types (3.3) + lumberjack (1.2.8) + method_source (1.0.0) + mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.1009) - minitest (5.13.0) - multi_json (1.14.1) + mime-types-data (3.2020.0512) + minitest (5.14.2) + multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) - mustermann (1.0.3) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) nenv (0.3.0) - nio4r (2.5.2) + nio4r (2.5.4) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) numerizer (0.1.1) - parallel (1.19.1) - parser (2.6.5.0) - ast (~> 2.4.0) - pry (0.12.2) - coderay (~> 1.1.0) - method_source (~> 0.9.0) - puma (4.3.5) + parallel (1.19.2) + parser (2.7.2.0) + ast (~> 2.4.1) + pry (0.13.1) + coderay (~> 1.1) + method_source (~> 1.0) + puma (5.0.2) nio4r (~> 2.0) rack (2.2.3) - rack-protection (2.0.7) + rack-protection (2.1.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) rainbow (3.0.0) rake (13.0.1) - rb-fsevent (0.10.3) - rb-inotify (0.10.0) + rb-fsevent (0.10.4) + rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.1.3) + rchardet (1.8.0) + redis (4.2.2) + regexp_parser (1.8.2) + rexml (3.2.4) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) rspec-mocks (~> 3.9.0) - rspec-core (3.9.0) - rspec-support (~> 3.9.0) - rspec-expectations (3.9.0) + rspec-core (3.9.3) + rspec-support (~> 3.9.3) + rspec-expectations (3.9.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) - rspec-mocks (3.9.0) + rspec-mocks (3.9.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) - rspec-support (3.9.0) - rubocop (0.77.0) - jaro_winkler (~> 1.5.1) + rspec-support (3.9.3) + rubocop (1.0.0) parallel (~> 1.10) - parser (>= 2.6) + parser (>= 2.7.1.5) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8) + rexml + rubocop-ast (>= 0.6.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.7) + unicode-display_width (>= 1.4.0, < 2.0) + rubocop-ast (1.0.1) + parser (>= 2.7.1.5) ruby-progressbar (1.10.1) - sentry-raven (2.12.3) - faraday (>= 0.7.6, < 1.0) + ruby2_keywords (0.0.2) + sentry-raven (3.1.1) + faraday (>= 1.0) settingslogic (2.0.9) shellany (0.0.1) - sidekiq (6.0.3) + sidekiq (6.1.2) connection_pool (>= 2.2.2) - rack (>= 2.0.0) - rack-protection (>= 2.0.0) - redis (>= 4.1.0) - sinatra (2.0.7) - mustermann (~> 1.0) rack (~> 2.0) - rack-protection (= 2.0.7) + redis (>= 4.2.0) + sinatra (2.1.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.1.0) tilt (~> 2.0) - sinatra-contrib (2.0.7) - backports (>= 2.8.2) + sinatra-contrib (2.1.0) multi_json mustermann (~> 1.0) - rack-protection (= 2.0.7) - sinatra (= 2.0.7) + rack-protection (= 2.1.0) + sinatra (= 2.1.0) tilt (~> 2.0) - sqlite3 (1.4.1) + sqlite3 (1.4.2) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - thor (1.0.0) + thor (1.0.1) thread_safe (0.3.6) tilt (2.0.10) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) - unicode-display_width (1.6.0) + unicode-display_width (1.7.0) + zeitwerk (2.4.0) PLATFORMS ruby DEPENDENCIES - activerecord (~> 5.2.3) + activerecord (~> 6.0.3) awesome_print chronic_duration (~> 0.10.6) - commander (~> 4.4.7) - git (~> 1.5.0) - gitlab (~> 4.12.0) + commander (~> 4.5.2) + git (~> 1.7.0) + gitlab (~> 4.16.1) guard guard-puma guard-sidekiq - puma (~> 4.3.5) + puma (~> 5.0) rack-test rake rspec rubocop sentry-raven settingslogic (~> 2.0.9) - sidekiq (~> 6.0.3) - sinatra (~> 2.0.7) - sinatra-contrib (~> 2.0.7) - sqlite3 (~> 1.4.1) + sidekiq (~> 6.1.2) + sinatra (~> 2.1.0) + sinatra-contrib (~> 2.1.0) + sqlite3 (~> 1.4.2) BUNDLED WITH 1.17.2