Skip to content

Commit e39a0a4

Browse files
chore(deps): bump activerecord from 7.0.8 to 7.1.0 (#46)
Bumps [activerecord](https://github.com/rails/rails) from 7.0.8 to 7.1.0. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.0/activerecord/CHANGELOG.md) - [Commits](rails/[email protected]) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e8cc56 commit e39a0a4

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

Appraisals

+4
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ end
1111
appraise 'rails-7.0' do
1212
gem 'activerecord', '~> 7.0.0'
1313
end
14+
15+
appraise 'rails-7.1' do
16+
gem 'activerecord', '~> 7.1.0'
17+
end

Gemfile.lock

+19-6
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,41 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activemodel (7.0.8)
12-
activesupport (= 7.0.8)
13-
activerecord (7.0.8)
14-
activemodel (= 7.0.8)
15-
activesupport (= 7.0.8)
16-
activesupport (7.0.8)
11+
activemodel (7.1.0)
12+
activesupport (= 7.1.0)
13+
activerecord (7.1.0)
14+
activemodel (= 7.1.0)
15+
activesupport (= 7.1.0)
16+
timeout (>= 0.4.0)
17+
activesupport (7.1.0)
18+
base64
19+
bigdecimal
1720
concurrent-ruby (~> 1.0, >= 1.0.2)
21+
connection_pool (>= 2.2.5)
22+
drb
1823
i18n (>= 1.6, < 2)
1924
minitest (>= 5.1)
25+
mutex_m
2026
tzinfo (~> 2.0)
2127
appraisal (2.5.0)
2228
bundler
2329
rake
2430
thor (>= 0.14.0)
2531
ast (2.4.2)
2632
base64 (0.1.1)
33+
bigdecimal (3.1.4)
2734
concurrent-ruby (1.2.2)
35+
connection_pool (2.4.1)
2836
diff-lcs (1.5.0)
2937
docile (1.4.0)
38+
drb (2.1.1)
39+
ruby2_keywords
3040
i18n (1.14.1)
3141
concurrent-ruby (~> 1.0)
3242
json (2.6.3)
3343
language_server-protocol (3.17.0.3)
3444
minitest (5.20.0)
45+
mutex_m (0.1.2)
3546
parallel (1.23.0)
3647
parser (3.2.2.3)
3748
ast (~> 2.4.1)
@@ -82,6 +93,7 @@ GEM
8293
rubocop-capybara (~> 2.17)
8394
rubocop-factory_bot (~> 2.22)
8495
ruby-progressbar (1.13.0)
96+
ruby2_keywords (0.0.5)
8597
simplecov (0.22.0)
8698
docile (~> 1.1)
8799
simplecov-html (~> 0.11)
@@ -91,6 +103,7 @@ GEM
91103
sqlite3 (1.6.6-arm64-darwin)
92104
sqlite3 (1.6.6-x86_64-linux)
93105
thor (1.2.2)
106+
timeout (0.4.0)
94107
tzinfo (2.0.6)
95108
concurrent-ruby (~> 1.0)
96109
unicode-display_width (2.4.2)

0 commit comments

Comments
 (0)