diff --git a/fixture_rails_root/Gemfile b/fixture_rails_root/Gemfile index 9e14d17..2cc6fd0 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.5' +gem 'activesupport', '7.0.5' +gem 'activerecord', '7.0.5' gem 'ruport', '1.6.3' -gem 'activemerchant', '1.8.0', :require => 'active_merchant' -gem 'erubis', '2.6.6' +gem 'activemerchant', '1.129.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', '6.0.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..04bb175 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,77 @@ 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.5) + actionpack (= 7.0.5) + activesupport (= 7.0.5) + nio4r (~> 2.0) + websocket-driver (>= 0.6.1) + actionmailbox (7.0.5) + actionpack (= 7.0.5) + activejob (= 7.0.5) + activerecord (= 7.0.5) + activestorage (= 7.0.5) + activesupport (= 7.0.5) + mail (>= 2.7.1) + net-imap + net-pop + net-smtp + actionmailer (7.0.5) + actionpack (= 7.0.5) + actionview (= 7.0.5) + activejob (= 7.0.5) + activesupport (= 7.0.5) + mail (~> 2.5, >= 2.5.4) + net-imap + net-pop + net-smtp + rails-dom-testing (~> 2.0) + actionpack (7.0.5) + actionview (= 7.0.5) + activesupport (= 7.0.5) + rack (~> 2.0, >= 2.2.4) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actiontext (7.0.5) + actionpack (= 7.0.5) + activerecord (= 7.0.5) + activestorage (= 7.0.5) + activesupport (= 7.0.5) + globalid (>= 0.6.0) + nokogiri (>= 1.8.5) + actionview (7.0.5) + activesupport (= 7.0.5) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activejob (7.0.5) + activesupport (= 7.0.5) + globalid (>= 0.3.6) + activemerchant (1.129.0) + activesupport (>= 4.2) + builder (>= 2.1.2, < 4.0.0) + i18n (>= 0.6.9) + nokogiri (~> 1.4) + rexml (~> 3.2.5) + activemodel (7.0.5) + activesupport (= 7.0.5) + activerecord (7.0.5) + activemodel (= 7.0.5) + activesupport (= 7.0.5) + activestorage (7.0.5) + actionpack (= 7.0.5) + activejob (= 7.0.5) + activerecord (= 7.0.5) + activesupport (= 7.0.5) + marcel (~> 1.0) + mini_mime (>= 1.1.0) + activesupport (7.0.5) + 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 +92,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) @@ -48,40 +102,87 @@ GEM selenium-webdriver (>= 0.0.3) carrierwave (0.4.10) color (1.4.1) + concurrent-ruby (1.2.2) 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.2.0) + 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) + date (3.3.3) + diff-lcs (1.5.0) + erubi (1.12.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.1.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.13.0) + concurrent-ruby (~> 1.0) + json_pure (2.6.3) launchy (0.3.7) configuration (>= 0.0.5) rake (>= 0.8.1) - mime-types (1.16) - nokogiri (1.4.3.1) + loofah (2.21.3) + crass (~> 1.0.2) + nokogiri (>= 1.12.0) + mail (2.8.1) + mini_mime (>= 0.1.1) + net-imap + net-pop + net-smtp + marcel (1.0.2) + method_source (1.0.0) + mime-types (3.4.1) + mime-types-data (~> 3.2015) + mime-types-data (3.2023.0218.1) + mini_mime (1.1.2) + mini_portile2 (2.8.2) + minitest (5.18.0) + multi_test (1.1.0) + net-imap (0.3.4) + date + net-protocol + net-pop (0.1.2) + net-protocol + net-protocol (0.2.1) + timeout + net-smtp (0.3.3) + net-protocol + nio4r (2.5.9) + nokogiri (1.15.2) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) pdf-writer (1.1.8) color (>= 1.4.0) transaction-simple (~> 1.3) @@ -91,67 +192,112 @@ 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.2) + rack (2.2.7) + rack-test (2.1.0) + rack (>= 1.3) + rails (7.0.5) + actioncable (= 7.0.5) + actionmailbox (= 7.0.5) + actionmailer (= 7.0.5) + actionpack (= 7.0.5) + actiontext (= 7.0.5) + actionview (= 7.0.5) + activejob (= 7.0.5) + activemodel (= 7.0.5) + activerecord (= 7.0.5) + activestorage (= 7.0.5) + activesupport (= 7.0.5) + bundler (>= 1.15.0) + railties (= 7.0.5) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) rails_xss (0.1.3) - rake (0.8.7) + railties (7.0.5) + actionpack (= 7.0.5) + activesupport (= 7.0.5) + 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.12.2) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.3) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.5) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.12.0) + rspec-rails (6.0.2) + actionpack (>= 6.1) + activesupport (>= 6.1) + railties (>= 6.1) + rspec-core (~> 3.12) + rspec-expectations (~> 3.12) + rspec-mocks (~> 3.12) + rspec-support (~> 3.12) + rspec-support (3.12.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.9.1) + 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) + sys-uname (1.2.3) + ffi (~> 1.1) + thor (1.2.2) + timeout (0.3.2) transaction-simple (1.4.0) hoe (>= 1.1.7) - trollop (1.16.2) + tzinfo (2.0.6) + 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.8) PLATFORMS ruby DEPENDENCIES aasm (= 2.0.2) - activemerchant (= 1.8.0) - activerecord (= 2.3.9) - activesupport (= 2.3.9) + activemerchant (= 1.129.0) + activerecord (= 7.0.5) + activesupport (= 7.0.5) 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.5) rails_xss (= 0.1.3) rspec (= 1.3.0) - rspec-rails (= 1.3.2) + rspec-rails (= 6.0.2) ruport (= 1.6.3) ssl_requirement (= 0.1.0) will_paginate (~> 2.3.11)