Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump activerecord and activesupport
Bumps [activerecord](https://github.com/rails/rails) and [activesupport](https://github.com/rails/rails). These dependencies needed to be updated together.

Updates `activerecord` from 6.0.0 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](rails/rails@v6.0.0...v7.0.3.1)

Updates `activesupport` from 6.0.0 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](rails/rails@v6.0.0...v7.0.3.1)

---
updated-dependencies:
- dependency-name: activerecord
  dependency-type: direct:production
- dependency-name: activesupport
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 12, 2022
commit b9ae195f46c99f6db928fad379d565bce2efcac1
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source 'https://rubygems.org'

gem 'sqlite3'
gem 'activerecord', '~> 6.0', require: 'active_record'
gem 'activesupport', '~> 6.0', require: 'active_support'
gem 'activerecord', '~> 7.0', require: 'active_record'
gem 'activesupport', '~> 7.0', require: 'active_support'

gem 'sinatra'

Expand Down
35 changes: 16 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (6.0.0)
activesupport (= 6.0.0)
activerecord (6.0.0)
activemodel (= 6.0.0)
activesupport (= 6.0.0)
activesupport (6.0.0)
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)
activesupport (7.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.8)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
byebug (11.0.1)
coderay (1.1.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.10)
diff-lcs (1.3)
i18n (1.6.0)
i18n (1.11.0)
concurrent-ruby (~> 1.0)
method_source (0.9.2)
minitest (5.12.2)
minitest (5.16.2)
mustermann (1.0.3)
pry (0.12.2)
coderay (~> 1.1.0)
Expand Down Expand Up @@ -49,18 +48,16 @@ GEM
rack-protection (= 2.0.7)
tilt (~> 2.0)
sqlite3 (1.4.1)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.5)
thread_safe (~> 0.1)
zeitwerk (2.1.10)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 6.0)
activesupport (~> 6.0)
activerecord (~> 7.0)
activesupport (~> 7.0)
pry-byebug
rspec
sinatra
Expand Down