Skip to content

Commit 2462b1e

Browse files
Bump rspec-rails, rails, mail, rails-i18n, mini_racer, audited, country_select, delayed_job_active_record, exception_notification, database_cleaner and selenium-webdriver
Bumps [rspec-rails](https://github.com/rspec/rspec-rails), [rails](https://github.com/rails/rails), [mail](https://github.com/mikel/mail), [rails-i18n](https://github.com/svenfuchs/rails-i18n), [mini_racer](https://github.com/discourse/mini_racer), [audited](https://github.com/collectiveidea/audited), [country_select](https://github.com/countries/country_select), [delayed_job_active_record](https://github.com/collectiveidea/delayed_job_active_record), [exception_notification](https://github.com/kmcphillips/exception_notification), [database_cleaner](https://github.com/DatabaseCleaner/database_cleaner) and [selenium-webdriver](https://github.com/SeleniumHQ/selenium). These dependencies needed to be updated together. Updates `rspec-rails` from 4.1.2 to 8.0.2 - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v4.1.2...v8.0.2) Updates `rails` from 5.1.7 to 8.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v5.1.7...v8.1.1) Updates `mail` from 2.7.1 to 2.9.0 - [Release notes](https://github.com/mikel/mail/releases) - [Changelog](https://github.com/mikel/mail/blob/master/CHANGELOG.rdoc) - [Commits](mikel/mail@2.7.1...2.9.0) Updates `rails-i18n` from 5.1.3 to 8.1.0 - [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenfuchs/rails-i18n/commits/v8.1.0) Updates `mini_racer` from 0.6.3 to 0.19.1 - [Changelog](https://github.com/rubyjs/mini_racer/blob/main/CHANGELOG) - [Commits](rubyjs/mini_racer@v0.6.3...v0.19.1) Updates `audited` from 5.3.3 to 5.8.0 - [Changelog](https://github.com/collectiveidea/audited/blob/main/CHANGELOG.md) - [Commits](collectiveidea/audited@v5.3.3...v5.8.0) Updates `country_select` from 8.0.1 to 11.0.0 - [Release notes](https://github.com/countries/country_select/releases) - [Changelog](https://github.com/countries/country_select/blob/master/CHANGELOG.md) - [Commits](countries/country_select@v8.0.1...v11.0.0) Updates `delayed_job_active_record` from 4.1.7 to 4.1.11 - [Release notes](https://github.com/collectiveidea/delayed_job_active_record/releases) - [Commits](collectiveidea/delayed_job_active_record@v4.1.7...v4.1.11) Updates `exception_notification` from 4.4.3 to 5.0.1 - [Release notes](https://github.com/kmcphillips/exception_notification/releases) - [Changelog](https://github.com/kmcphillips/exception_notification/blob/main/CHANGELOG.rdoc) - [Commits](kmcphillips/exception_notification@v4.4.3...v5.0.1) Updates `database_cleaner` from 2.0.1 to 2.1.0 - [Changelog](https://github.com/DatabaseCleaner/database_cleaner/blob/main/History.rdoc) - [Commits](DatabaseCleaner/database_cleaner@v2.0.1...v2.1.0) Updates `selenium-webdriver` from 4.8.1 to 4.39.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](SeleniumHQ/selenium@selenium-4.8.1...selenium-4.39.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.2 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: rails dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: mail dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: rails-i18n dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: mini_racer dependency-version: 0.19.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: audited dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: country_select dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: delayed_job_active_record dependency-version: 4.1.11 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: exception_notification dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: database_cleaner dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: selenium-webdriver dependency-version: 4.39.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e408f8 commit 2462b1e

File tree

2 files changed

+220
-136
lines changed

2 files changed

+220
-136
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'rails', '>= 5.1.7', '< 5.1.99'
5+
gem 'rails', '>= 5.1.7', '< 8.1.2'
66
gem 'rails-i18n'
77
gem 'responders'
88

@@ -12,7 +12,7 @@ gem 'pg', '~> 0.21'
1212
# gem 'mysql2', '~> 0.4.10'
1313

1414
# This can only be removed with Rails 7.0
15-
gem 'mail', '< 2.8.0'
15+
gem 'mail', '< 2.10.0'
1616
gem 'psych', '< 4.0'
1717

1818
# Use SCSS for stylesheets

0 commit comments

Comments
 (0)