Skip to content

Commit af5efe5

Browse files
Update activerecord requirement from < 6.0 to < 8.0
Updates the requirements on [activerecord](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.1/activerecord/CHANGELOG.md) - [Commits](rails/rails@v5.2.8.1...v7.1.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9dc38c9 commit af5efe5

File tree

2 files changed

+27
-16
lines changed

2 files changed

+27
-16
lines changed

Gemfile.lock

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,35 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
activemodel (5.2.8.1)
10-
activesupport (= 5.2.8.1)
11-
activerecord (5.2.8.1)
12-
activemodel (= 5.2.8.1)
13-
activesupport (= 5.2.8.1)
14-
arel (>= 9.0)
15-
activesupport (5.2.8.1)
9+
activemodel (7.1.1)
10+
activesupport (= 7.1.1)
11+
activerecord (7.1.1)
12+
activemodel (= 7.1.1)
13+
activesupport (= 7.1.1)
14+
timeout (>= 0.4.0)
15+
activesupport (7.1.1)
16+
base64
17+
bigdecimal
1618
concurrent-ruby (~> 1.0, >= 1.0.2)
17-
i18n (>= 0.7, < 2)
18-
minitest (~> 5.1)
19-
tzinfo (~> 1.1)
20-
arel (9.0.0)
19+
connection_pool (>= 2.2.5)
20+
drb
21+
i18n (>= 1.6, < 2)
22+
minitest (>= 5.1)
23+
mutex_m
24+
tzinfo (~> 2.0)
25+
base64 (0.1.1)
26+
bigdecimal (3.1.4)
2127
coderay (1.1.3)
2228
concurrent-ruby (1.2.2)
29+
connection_pool (2.4.1)
2330
diff-lcs (1.5.0)
31+
drb (2.1.1)
32+
ruby2_keywords
2433
i18n (1.14.1)
2534
concurrent-ruby (~> 1.0)
2635
method_source (1.0.0)
2736
minitest (5.20.0)
37+
mutex_m (0.1.2)
2838
pry (0.14.2)
2939
coderay (~> 1.1)
3040
method_source (~> 1.0)
@@ -42,16 +52,17 @@ GEM
4252
diff-lcs (>= 1.2.0, < 2.0)
4353
rspec-support (~> 3.12.0)
4454
rspec-support (3.12.1)
55+
ruby2_keywords (0.0.5)
4556
sqlite3 (1.3.13)
46-
thread_safe (0.3.6)
47-
tzinfo (1.2.11)
48-
thread_safe (~> 0.1)
57+
timeout (0.4.0)
58+
tzinfo (2.0.6)
59+
concurrent-ruby (~> 1.0)
4960

5061
PLATFORMS
5162
ruby
5263

5364
DEPENDENCIES
54-
activerecord (< 6.0)
65+
activerecord (< 8.0)
5566
bundler
5667
inheritance_integer_type!
5768
pry

inheritance_integer_type.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.add_development_dependency "bundler"
2222
spec.add_development_dependency "rake"
2323
spec.add_development_dependency "rspec"
24-
spec.add_development_dependency "activerecord", "< 6.0"
24+
spec.add_development_dependency "activerecord", "< 8.0"
2525
spec.add_development_dependency "sqlite3", "~> 1.3.6"
2626
spec.add_development_dependency "pry"
2727
end

0 commit comments

Comments
 (0)