From bc09e1ed23d3c2d4d69e2bc6be8dbcf4e5370776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 01:37:29 +0000 Subject: [PATCH] Bump activerecord, rails, activemerchant, activesupport, cucumber, erubis and rspec-rails Bumps [activerecord](https://github.com/rails/rails), [rails](https://github.com/rails/rails), [activemerchant](https://github.com/activemerchant/active_merchant), [activesupport](https://github.com/rails/rails), [cucumber](https://github.com/cucumber/cucumber-ruby), [erubis](http://www.kuwata-lab.com/erubis/) and [rspec-rails](https://github.com/rspec/rspec-rails). These dependencies needed to be updated together. Updates `activerecord` from 2.3.9 to 7.0.3.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.3.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v2.3.9...v7.0.3.1) Updates `rails` from 2.3.9 to 7.0.3.1 - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v2.3.9...v7.0.3.1) Updates `activemerchant` from 1.8.0 to 1.126.0 - [Release notes](https://github.com/activemerchant/active_merchant/releases) - [Changelog](https://github.com/activemerchant/active_merchant/blob/master/CHANGELOG) - [Commits](https://github.com/activemerchant/active_merchant/compare/v1.8.0...v1.126.0) Updates `activesupport` from 2.3.9 to 7.0.3.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.3.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v2.3.9...v7.0.3.1) Updates `cucumber` from 0.9.0 to 8.0.0 - [Release notes](https://github.com/cucumber/cucumber-ruby/releases) - [Changelog](https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/cucumber/cucumber-ruby/compare/v0.9.0...v8.0.0) Updates `erubis` from 2.6.6 to 2.7.0 Updates `rspec-rails` from 1.3.2 to 5.1.2 - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/commits/v5.1.2) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production - dependency-name: rails dependency-type: direct:production - dependency-name: activemerchant dependency-type: direct:production - dependency-name: activesupport dependency-type: direct:production - dependency-name: cucumber dependency-type: direct:development - dependency-name: erubis dependency-type: direct:production - dependency-name: rspec-rails dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- fixture_rails_root/Gemfile | 14 +- fixture_rails_root/Gemfile.lock | 281 ++++++++++++++++++++++++-------- 2 files changed, 222 insertions(+), 73 deletions(-) diff --git a/fixture_rails_root/Gemfile b/fixture_rails_root/Gemfile index 9e14d17..fdf7b28 100644 --- a/fixture_rails_root/Gemfile +++ b/fixture_rails_root/Gemfile @@ -1,12 +1,12 @@ source :rubygems -gem 'rails', '2.3.9' -gem 'activesupport', '2.3.9' -gem 'activerecord', '2.3.9' +gem 'rails', '7.0.3.1' +gem 'activesupport', '7.0.3.1' +gem 'activerecord', '7.0.3.1' gem 'ruport', '1.6.3' -gem 'activemerchant', '1.8.0', :require => 'active_merchant' -gem 'erubis', '2.6.6' +gem 'activemerchant', '1.126.0', :require => 'active_merchant' +gem 'erubis', '2.7.0' gem 'awesome_nested_set', '1.4.3' gem 'friendly_id', '~> 3.1' gem 'acts_as_singleton', '0.0.5' @@ -21,10 +21,10 @@ gem 'acts_as_reportable', '1.1.1' group :test do gem 'rspec', '1.3.0' - gem 'cucumber', '0.9.0' + gem 'cucumber', '8.0.0' gem 'cucumber-rails', '0.3.2' gem 'factory_girl', '1.3.2' - gem 'rspec-rails', '1.3.2' + gem 'rspec-rails', '5.1.2' gem 'capybara', '0.3.9' gem 'database_cleaner', '0.5.2' gem 'launchy', '0.3.7' diff --git a/fixture_rails_root/Gemfile.lock b/fixture_rails_root/Gemfile.lock index b24fa29..c762fb8 100644 --- a/fixture_rails_root/Gemfile.lock +++ b/fixture_rails_root/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - pebbles (1.0.25) + pebbles (1.0.26) aasm activemerchant acts_as_reportable @@ -14,21 +14,76 @@ GEM remote: http://rubygems.org/ specs: aasm (2.0.2) - abstract (1.0.0) - actionmailer (2.3.9) - actionpack (= 2.3.9) - actionpack (2.3.9) - activesupport (= 2.3.9) - rack (~> 1.1.0) - activemerchant (1.8.0) - activesupport (>= 2.3.2) - braintree (>= 2.0.0) - builder (>= 2.0.0) - activerecord (2.3.9) - activesupport (= 2.3.9) - activeresource (2.3.9) - activesupport (= 2.3.9) - activesupport (2.3.9) + actioncable (7.0.3.1) + actionpack (= 7.0.3.1) + activesupport (= 7.0.3.1) + nio4r (~> 2.0) + websocket-driver (>= 0.6.1) + actionmailbox (7.0.3.1) + actionpack (= 7.0.3.1) + activejob (= 7.0.3.1) + activerecord (= 7.0.3.1) + activestorage (= 7.0.3.1) + activesupport (= 7.0.3.1) + mail (>= 2.7.1) + net-imap + net-pop + net-smtp + actionmailer (7.0.3.1) + actionpack (= 7.0.3.1) + actionview (= 7.0.3.1) + activejob (= 7.0.3.1) + activesupport (= 7.0.3.1) + mail (~> 2.5, >= 2.5.4) + net-imap + net-pop + net-smtp + rails-dom-testing (~> 2.0) + actionpack (7.0.3.1) + actionview (= 7.0.3.1) + activesupport (= 7.0.3.1) + rack (~> 2.0, >= 2.2.0) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actiontext (7.0.3.1) + actionpack (= 7.0.3.1) + activerecord (= 7.0.3.1) + activestorage (= 7.0.3.1) + activesupport (= 7.0.3.1) + globalid (>= 0.6.0) + nokogiri (>= 1.8.5) + actionview (7.0.3.1) + activesupport (= 7.0.3.1) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activejob (7.0.3.1) + activesupport (= 7.0.3.1) + globalid (>= 0.3.6) + activemerchant (1.126.0) + activesupport (>= 4.2) + builder (>= 2.1.2, < 4.0.0) + i18n (>= 0.6.9) + nokogiri (~> 1.4) + activemodel (7.0.3.1) + activesupport (= 7.0.3.1) + activerecord (7.0.3.1) + activemodel (= 7.0.3.1) + activesupport (= 7.0.3.1) + activestorage (7.0.3.1) + actionpack (= 7.0.3.1) + activejob (= 7.0.3.1) + activerecord (= 7.0.3.1) + activesupport (= 7.0.3.1) + marcel (~> 1.0) + mini_mime (>= 1.1.0) + activesupport (7.0.3.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) acts_as_reportable (1.1.1) ruport (>= 1.6.0) acts_as_singleton (0.0.5) @@ -36,9 +91,7 @@ GEM awesome_nested_set (1.4.3) activerecord (>= 1.1) babosa (0.2.0) - braintree (2.6.1) - builder - builder (2.1.2) + builder (3.2.4) capybara (0.3.9) culerity (>= 0.2.4) mime-types (>= 1.16) @@ -47,41 +100,91 @@ GEM rack-test (>= 0.5.4) selenium-webdriver (>= 0.0.3) carrierwave (0.4.10) + childprocess (4.1.0) color (1.4.1) + concurrent-ruby (1.1.10) configuration (1.1.0) - cucumber (0.9.0) - builder (~> 2.1.2) - diff-lcs (~> 1.1.2) - gherkin (~> 2.2.2) - json (~> 1.4.6) - term-ansicolor (~> 1.0.5) + crass (1.0.6) + cucumber (8.0.0) + builder (~> 3.2, >= 3.2.4) + cucumber-ci-environment (~> 9.0, >= 9.0.4) + cucumber-core (~> 11.0, >= 11.0.0) + cucumber-cucumber-expressions (~> 15.1, >= 15.1.1) + cucumber-gherkin (~> 23.0, >= 23.0.1) + cucumber-html-formatter (~> 19.1, >= 19.1.0) + cucumber-messages (~> 18.0, >= 18.0.0) + diff-lcs (~> 1.5, >= 1.5.0) + mime-types (~> 3.4, >= 3.4.1) + multi_test (~> 1.1, >= 1.1.0) + sys-uname (~> 1.2, >= 1.2.2) + cucumber-ci-environment (9.0.4) + cucumber-core (11.0.0) + cucumber-gherkin (~> 23.0, >= 23.0.1) + cucumber-messages (~> 18.0, >= 18.0.0) + cucumber-tag-expressions (~> 4.1, >= 4.1.0) + cucumber-cucumber-expressions (15.2.0) + cucumber-gherkin (23.0.1) + cucumber-messages (~> 18.0, >= 18.0.0) + cucumber-html-formatter (19.2.0) + cucumber-messages (~> 18.0, >= 18.0.0) + cucumber-messages (18.0.0) cucumber-rails (0.3.2) cucumber (>= 0.8.0) + cucumber-tag-expressions (4.1.0) culerity (0.2.12) database_cleaner (0.5.2) - diff-lcs (1.1.2) - erubis (2.6.6) - abstract (>= 1.0.0) + diff-lcs (1.5.0) + digest (3.1.0) + erubi (1.10.0) + erubis (2.7.0) factory_girl (1.3.2) fastercsv (1.5.3) - ffi (0.6.3) - rake (>= 0.8.7) + ffi (1.15.5) friendly_id (3.1.7) babosa (~> 0.2.0) - gherkin (2.2.5) - json (~> 1.4.6) - term-ansicolor (~> 1.0.5) - trollop (~> 1.16.2) + globalid (1.0.0) + activesupport (>= 5.0) hoe (2.6.2) rake (>= 0.8.7) rubyforge (>= 2.0.4) - json (1.4.6) - json_pure (1.4.6) + i18n (1.11.0) + concurrent-ruby (~> 1.0) + json_pure (2.6.2) launchy (0.3.7) configuration (>= 0.0.5) rake (>= 0.8.1) - mime-types (1.16) - nokogiri (1.4.3.1) + loofah (2.18.0) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.1) + mini_mime (>= 0.1.1) + marcel (1.0.2) + method_source (1.0.0) + mime-types (3.4.1) + mime-types-data (~> 3.2015) + mime-types-data (3.2022.0105) + mini_mime (1.1.2) + mini_portile2 (2.8.0) + minitest (5.16.2) + multi_test (1.1.0) + net-imap (0.2.3) + digest + net-protocol + strscan + net-pop (0.1.1) + digest + net-protocol + timeout + net-protocol (0.1.3) + timeout + net-smtp (0.3.1) + digest + net-protocol + timeout + nio4r (2.5.8) + nokogiri (1.13.7) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pdf-writer (1.1.8) color (>= 1.4.0) transaction-simple (~> 1.3) @@ -91,67 +194,113 @@ GEM rake rspec (>= 1.3) yard - rack (1.1.0) - rack-test (0.5.6) - rack (>= 1.0) - rails (2.3.9) - actionmailer (= 2.3.9) - actionpack (= 2.3.9) - activerecord (= 2.3.9) - activeresource (= 2.3.9) - activesupport (= 2.3.9) - rake (>= 0.8.3) + racc (1.6.0) + rack (2.2.4) + rack-test (2.0.2) + rack (>= 1.3) + rails (7.0.3.1) + actioncable (= 7.0.3.1) + actionmailbox (= 7.0.3.1) + actionmailer (= 7.0.3.1) + actionpack (= 7.0.3.1) + actiontext (= 7.0.3.1) + actionview (= 7.0.3.1) + activejob (= 7.0.3.1) + activemodel (= 7.0.3.1) + activerecord (= 7.0.3.1) + activestorage (= 7.0.3.1) + activesupport (= 7.0.3.1) + bundler (>= 1.15.0) + railties (= 7.0.3.1) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.4.3) + loofah (~> 2.3) rails_xss (0.1.3) - rake (0.8.7) + railties (7.0.3.1) + actionpack (= 7.0.3.1) + activesupport (= 7.0.3.1) + method_source + rake (>= 12.2) + thor (~> 1.0) + zeitwerk (~> 2.5) + rake (13.0.6) + rexml (3.2.5) rspec (1.3.0) - rspec-rails (1.3.2) - rack (>= 1.0.0) - rspec (>= 1.3.0) + rspec-core (3.11.0) + rspec-support (~> 3.11.0) + rspec-expectations (3.11.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.11.0) + rspec-mocks (3.11.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.11.0) + rspec-rails (5.1.2) + actionpack (>= 5.2) + activesupport (>= 5.2) + railties (>= 5.2) + rspec-core (~> 3.10) + rspec-expectations (~> 3.10) + rspec-mocks (~> 3.10) + rspec-support (~> 3.10) + rspec-support (3.11.0) rubyforge (2.0.4) json_pure (>= 1.1.7) - rubyzip (0.9.4) + rubyzip (2.3.2) ruport (1.6.3) fastercsv pdf-writer (= 1.1.8) - selenium-webdriver (0.0.28) - ffi (>= 0.6.1) - json_pure - rubyzip + selenium-webdriver (4.3.0) + childprocess (>= 0.5, < 5.0) + rexml (~> 3.2, >= 3.2.5) + rubyzip (>= 1.2.2, < 3.0) + websocket (~> 1.0) ssl_requirement (0.1.0) - term-ansicolor (1.0.5) + strscan (3.0.3) + sys-uname (1.2.2) + ffi (~> 1.1) + thor (1.2.1) + timeout (0.3.0) transaction-simple (1.4.0) hoe (>= 1.1.7) - trollop (1.16.2) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + websocket (1.2.9) + websocket-driver (0.7.5) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.5) will_paginate (2.3.15) yard (0.6.3) + zeitwerk (2.6.0) PLATFORMS ruby DEPENDENCIES aasm (= 2.0.2) - activemerchant (= 1.8.0) - activerecord (= 2.3.9) - activesupport (= 2.3.9) + activemerchant (= 1.126.0) + activerecord (= 7.0.3.1) + activesupport (= 7.0.3.1) acts_as_reportable (= 1.1.1) acts_as_singleton (= 0.0.5) awesome_nested_set (= 1.4.3) capybara (= 0.3.9) carrierwave (= 0.4.10) - cucumber (= 0.9.0) + cucumber (= 8.0.0) cucumber-rails (= 0.3.2) database_cleaner (= 0.5.2) - erubis (= 2.6.6) + erubis (= 2.7.0) factory_girl (= 1.3.2) friendly_id (~> 3.1) launchy (= 0.3.7) pebbles! pg (= 0.9.0) pickle (~> 0.4) - rails (= 2.3.9) + rails (= 7.0.3.1) rails_xss (= 0.1.3) rspec (= 1.3.0) - rspec-rails (= 1.3.2) + rspec-rails (= 5.1.2) ruport (= 1.6.3) ssl_requirement (= 0.1.0) will_paginate (~> 2.3.11)