From a818075c604bff78b50f29573ce4b129eb83e627 Mon Sep 17 00:00:00 2001 From: Dan Thomas Date: Wed, 20 Oct 2021 10:39:28 -0400 Subject: [PATCH 1/2] Update gems per Dependabot Bump version --- Gemfile | 4 +- Gemfile.lock | 191 ++++++++++++++++++------------------ event_source.gemspec | 5 +- lib/event_source/version.rb | 2 +- 4 files changed, 102 insertions(+), 100 deletions(-) diff --git a/Gemfile b/Gemfile index 26ac5ed0..f73d65cc 100644 --- a/Gemfile +++ b/Gemfile @@ -6,10 +6,10 @@ source "https://rubygems.org" gemspec group :development, :test do - gem "rails", '~> 6.1.3.2' + gem "rails", '>= 6.1' gem "rspec-rails" gem "pry", platform: :mri, require: false gem "pry-byebug", platform: :mri, require: false - gem 'rubocop', '1.10.0' + gem 'rubocop' gem 'yard' end diff --git a/Gemfile.lock b/Gemfile.lock index 656ad764..bfd8b608 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,8 @@ PATH remote: . specs: - event_source (0.5.5) + event_source (0.5.6) + addressable (>= 2.8.0) bunny (>= 2.14) deep_merge (~> 1.2.0) dry-events (~> 0.3) @@ -16,7 +17,7 @@ PATH faraday_middleware (~> 1.0) logging (~> 2.3.0) mime-types - nokogiri (>= 1.10.8) + nokogiri (>= 1.12.5) oj (~> 3.11) ox (~> 2.14) resque-bus (~> 0.7.0) @@ -25,66 +26,66 @@ PATH GEM remote: https://rubygems.org/ specs: - actioncable (6.1.3.2) - actionpack (= 6.1.3.2) - activesupport (= 6.1.3.2) + actioncable (6.1.4.1) + actionpack (= 6.1.4.1) + activesupport (= 6.1.4.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.1.3.2) - actionpack (= 6.1.3.2) - activejob (= 6.1.3.2) - activerecord (= 6.1.3.2) - activestorage (= 6.1.3.2) - activesupport (= 6.1.3.2) + actionmailbox (6.1.4.1) + actionpack (= 6.1.4.1) + activejob (= 6.1.4.1) + activerecord (= 6.1.4.1) + activestorage (= 6.1.4.1) + activesupport (= 6.1.4.1) mail (>= 2.7.1) - actionmailer (6.1.3.2) - actionpack (= 6.1.3.2) - actionview (= 6.1.3.2) - activejob (= 6.1.3.2) - activesupport (= 6.1.3.2) + actionmailer (6.1.4.1) + actionpack (= 6.1.4.1) + actionview (= 6.1.4.1) + activejob (= 6.1.4.1) + activesupport (= 6.1.4.1) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (6.1.3.2) - actionview (= 6.1.3.2) - activesupport (= 6.1.3.2) + actionpack (6.1.4.1) + actionview (= 6.1.4.1) + activesupport (= 6.1.4.1) rack (~> 2.0, >= 2.0.9) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (6.1.3.2) - actionpack (= 6.1.3.2) - activerecord (= 6.1.3.2) - activestorage (= 6.1.3.2) - activesupport (= 6.1.3.2) + actiontext (6.1.4.1) + actionpack (= 6.1.4.1) + activerecord (= 6.1.4.1) + activestorage (= 6.1.4.1) + activesupport (= 6.1.4.1) nokogiri (>= 1.8.5) - actionview (6.1.3.2) - activesupport (= 6.1.3.2) + actionview (6.1.4.1) + activesupport (= 6.1.4.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (6.1.3.2) - activesupport (= 6.1.3.2) + activejob (6.1.4.1) + activesupport (= 6.1.4.1) globalid (>= 0.3.6) - activemodel (6.1.3.2) - activesupport (= 6.1.3.2) - activerecord (6.1.3.2) - activemodel (= 6.1.3.2) - activesupport (= 6.1.3.2) - activestorage (6.1.3.2) - actionpack (= 6.1.3.2) - activejob (= 6.1.3.2) - activerecord (= 6.1.3.2) - activesupport (= 6.1.3.2) + 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) + activestorage (6.1.4.1) + actionpack (= 6.1.4.1) + activejob (= 6.1.4.1) + activerecord (= 6.1.4.1) + activesupport (= 6.1.4.1) marcel (~> 1.0.0) - mini_mime (~> 1.0.2) - activesupport (6.1.3.2) + mini_mime (>= 1.1.0) + activesupport (6.1.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) amq-protocol (2.3.2) ast (2.4.2) @@ -107,12 +108,12 @@ GEM database_cleaner-core (2.0.1) deep_merge (1.2.1) diff-lcs (1.4.4) - dry-configurable (0.12.1) + dry-configurable (0.13.0) concurrent-ruby (~> 1.0) - dry-core (~> 0.5, >= 0.5.0) - dry-container (0.8.0) + dry-core (~> 0.6) + dry-container (0.9.0) concurrent-ruby (~> 1.0) - dry-configurable (~> 0.1, >= 0.1.3) + dry-configurable (~> 0.13, >= 0.13.0) dry-core (0.7.1) concurrent-ruby (~> 1.0) dry-equalizer (0.3.0) @@ -152,13 +153,13 @@ GEM dry-initializer (~> 3.0) dry-schema (~> 1.5, >= 1.5.2) erubi (1.10.0) - et-orbi (1.2.4) + et-orbi (1.2.5) tzinfo - ethon (0.14.0) + ethon (0.15.0) ffi (>= 1.15.0) faker (2.18.0) i18n (>= 1.6, < 2) - faraday (1.4.2) + faraday (1.4.3) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -170,15 +171,15 @@ GEM faraday-em_synchrony (1.0.0) faraday-excon (1.1.0) faraday-net_http (1.0.1) - faraday-net_http_persistent (1.1.0) - faraday_middleware (1.0.0) + faraday-net_http_persistent (1.2.0) + faraday_middleware (1.2.0) faraday (~> 1.0) ffi (1.15.4) - fugit (1.5.0) + fugit (1.5.2) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) - globalid (0.4.2) - activesupport (>= 4.2.0) + globalid (0.5.2) + activesupport (>= 5.0) hashdiff (1.0.1) i18n (1.8.10) concurrent-ruby (~> 1.0) @@ -187,18 +188,18 @@ GEM logging (2.3.0) little-plugger (~> 1.1) multi_json (~> 1.14) - loofah (2.10.0) + loofah (2.12.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) - marcel (1.0.1) + marcel (1.0.2) method_source (1.0.0) mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2021.0225) - mini_mime (1.0.3) - mini_portile2 (2.5.3) + mime-types-data (3.2021.0901) + mini_mime (1.1.2) + mini_portile2 (2.6.1) minitest (5.14.4) mongo (2.14.0) bson (>= 4.8.2, < 5.0.0) @@ -210,11 +211,11 @@ GEM multipart-post (2.1.1) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) - nio4r (2.5.7) - nokogiri (1.11.7) - mini_portile2 (~> 2.5.0) + nio4r (2.5.8) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) racc (~> 1.4) - oj (3.13.1) + oj (3.13.9) ox (2.14.5) parallel (1.20.1) parser (3.0.1.1) @@ -226,46 +227,46 @@ GEM byebug (~> 11.0) pry (~> 0.10) public_suffix (4.0.6) - queue-bus (0.11.0) + queue-bus (0.12.0) multi_json redis raabro (1.4.0) - racc (1.5.2) + racc (1.6.0) rack (2.2.3) rack-protection (2.1.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) - rails (6.1.3.2) - actioncable (= 6.1.3.2) - actionmailbox (= 6.1.3.2) - actionmailer (= 6.1.3.2) - actionpack (= 6.1.3.2) - actiontext (= 6.1.3.2) - actionview (= 6.1.3.2) - activejob (= 6.1.3.2) - activemodel (= 6.1.3.2) - activerecord (= 6.1.3.2) - activestorage (= 6.1.3.2) - activesupport (= 6.1.3.2) + rails (6.1.4.1) + actioncable (= 6.1.4.1) + actionmailbox (= 6.1.4.1) + actionmailer (= 6.1.4.1) + actionpack (= 6.1.4.1) + actiontext (= 6.1.4.1) + actionview (= 6.1.4.1) + activejob (= 6.1.4.1) + activemodel (= 6.1.4.1) + activerecord (= 6.1.4.1) + activestorage (= 6.1.4.1) + activesupport (= 6.1.4.1) bundler (>= 1.15.0) - railties (= 6.1.3.2) + railties (= 6.1.4.1) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) + rails-html-sanitizer (1.4.2) loofah (~> 2.3) - railties (6.1.3.2) - actionpack (= 6.1.3.2) - activesupport (= 6.1.3.2) + railties (6.1.4.1) + actionpack (= 6.1.4.1) + activesupport (= 6.1.4.1) method_source - rake (>= 0.8.7) + rake (>= 0.13) thor (~> 1.0) rainbow (3.0.0) - rake (13.0.3) + rake (13.0.6) rbtree (0.4.4) - redis (4.3.1) + redis (4.5.1) redis-namespace (1.8.1) redis (>= 3.0.4) regexp_parser (2.1.1) @@ -280,14 +281,14 @@ GEM resque (>= 1.10.0, < 2.0) resque-retry resque-scheduler (>= 2.0.1) - resque-retry (1.7.4) + resque-retry (1.7.6) resque (>= 1.25, < 3.0) resque-scheduler (~> 4.0) - resque-scheduler (4.4.0) + resque-scheduler (4.5.0) mono_logger (~> 1.0) redis (>= 3.3) - resque (>= 1.26) - rufus-scheduler (~> 3.2) + resque (>= 1.27) + rufus-scheduler (~> 3.2, < 3.7) rexml (3.2.5) rspec-core (3.10.1) rspec-support (~> 3.10.0) @@ -319,7 +320,7 @@ GEM parser (>= 3.0.1.1) ruby-progressbar (1.11.0) ruby2_keywords (0.0.4) - rufus-scheduler (3.7.0) + rufus-scheduler (3.6.0) fugit (~> 1.1, >= 1.1.6) set (1.0.1) sinatra (2.1.0) @@ -346,15 +347,15 @@ GEM unicode-display_width (2.0.0) vegas (0.1.11) rack (>= 1.0.0) - webmock (3.13.0) - addressable (>= 2.3.6) + webmock (3.14.0) + addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) yard (0.9.26) - zeitwerk (2.4.2) + zeitwerk (2.5.0) PLATFORMS ruby @@ -366,11 +367,11 @@ DEPENDENCIES mongoid pry pry-byebug - rails (~> 6.1.3.2) + rails (>= 6.1) rspec-rails - rubocop (= 1.10.0) + rubocop sinatra - webmock + webmock (>= 3.14) yard BUNDLED WITH diff --git a/event_source.gemspec b/event_source.gemspec index 02f18a1c..b7095a29 100644 --- a/event_source.gemspec +++ b/event_source.gemspec @@ -35,6 +35,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] + spec.add_dependency 'addressable', '>= 2.8.0' spec.add_dependency 'bunny', '>= 2.14' spec.add_dependency 'deep_merge', '~> 1.2.0' spec.add_dependency 'dry-events', '~> 0.3' @@ -48,7 +49,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'faraday', '~> 1.4.1' spec.add_dependency 'faraday_middleware', '~> 1.0' spec.add_dependency 'logging', '~> 2.3.0' - spec.add_dependency 'nokogiri', '>= 1.10.8' + spec.add_dependency 'nokogiri', '>= 1.12.5' spec.add_dependency 'mime-types' spec.add_dependency 'oj', '~> 3.11' spec.add_dependency 'ox', '~> 2.14' @@ -59,6 +60,6 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'database_cleaner' spec.add_development_dependency 'faker' spec.add_development_dependency 'mongoid' - spec.add_development_dependency 'webmock' + spec.add_development_dependency 'webmock', '>= 3.14' spec.add_development_dependency 'sinatra' end diff --git a/lib/event_source/version.rb b/lib/event_source/version.rb index 80c925cf..5bf96426 100644 --- a/lib/event_source/version.rb +++ b/lib/event_source/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module EventSource - VERSION = "0.5.5" + VERSION = '0.5.6' end From 0667c1ee849b9db4e39758c7cd13a317b033c98a Mon Sep 17 00:00:00 2001 From: Dan Thomas Date: Fri, 29 Oct 2021 15:15:40 -0400 Subject: [PATCH 2/2] bump version --- lib/event_source/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/event_source/version.rb b/lib/event_source/version.rb index 5bf96426..aa94656d 100644 --- a/lib/event_source/version.rb +++ b/lib/event_source/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module EventSource - VERSION = '0.5.6' + VERSION = '0.5.7' end