Skip to content

Commit 67a2004

Browse files
committed
chore: bump activerecord to rails 8
1 parent dae577e commit 67a2004

File tree

2 files changed

+29
-17
lines changed

2 files changed

+29
-17
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'activerecord', '>= 4.2.5', '< 6', require: false
3+
gem 'activerecord', '>= 8.0.0', '< 9', require: false
44
gem 'rake', require: false
55

66
group :development do

Gemfile.lock

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (5.2.8.1)
5-
activesupport (= 5.2.8.1)
6-
activerecord (5.2.8.1)
7-
activemodel (= 5.2.8.1)
8-
activesupport (= 5.2.8.1)
9-
arel (>= 9.0)
10-
activesupport (5.2.8.1)
11-
concurrent-ruby (~> 1.0, >= 1.0.2)
12-
i18n (>= 0.7, < 2)
13-
minitest (~> 5.1)
14-
tzinfo (~> 1.1)
4+
activemodel (8.0.2)
5+
activesupport (= 8.0.2)
6+
activerecord (8.0.2)
7+
activemodel (= 8.0.2)
8+
activesupport (= 8.0.2)
9+
timeout (>= 0.4.0)
10+
activesupport (8.0.2)
11+
base64
12+
benchmark (>= 0.3)
13+
bigdecimal
14+
concurrent-ruby (~> 1.0, >= 1.3.1)
15+
connection_pool (>= 2.2.5)
16+
drb
17+
i18n (>= 1.6, < 2)
18+
logger (>= 1.4.2)
19+
minitest (>= 5.1)
20+
securerandom (>= 0.3)
21+
tzinfo (~> 2.0, >= 2.0.5)
22+
uri (>= 0.13.1)
1523
addressable (2.8.7)
1624
public_suffix (>= 2.0.2, < 7.0)
17-
arel (9.0.0)
1825
ast (2.4.3)
1926
base64 (0.3.0)
27+
benchmark (0.4.1)
2028
bigdecimal (3.2.1)
2129
bump (0.10.0)
2230
byebug (12.0.0)
@@ -26,6 +34,7 @@ GEM
2634
simplecov
2735
coderay (1.1.3)
2836
concurrent-ruby (1.3.5)
37+
connection_pool (2.5.3)
2938
coveralls (0.8.23)
3039
json (>= 1.8, < 3)
3140
simplecov (~> 0.16.1)
@@ -34,6 +43,7 @@ GEM
3443
tins (~> 1.6)
3544
diff-lcs (1.6.2)
3645
docile (1.4.1)
46+
drb (2.2.3)
3747
faraday (2.7.12)
3848
base64
3949
faraday-net_http (>= 2.0, < 3.1)
@@ -166,6 +176,7 @@ GEM
166176
rubocop-factory_bot (~> 2.22)
167177
ruby-progressbar (1.13.0)
168178
ruby2_keywords (0.0.5)
179+
securerandom (0.4.1)
169180
shellany (0.0.1)
170181
simplecov (0.16.1)
171182
docile (~> 1.1)
@@ -177,7 +188,7 @@ GEM
177188
tins (~> 1.0)
178189
terminal-notifier-guard (1.7.0)
179190
thor (1.3.2)
180-
thread_safe (0.3.6)
191+
timeout (0.4.3)
181192
tins (1.38.0)
182193
bigdecimal
183194
sync
@@ -188,9 +199,10 @@ GEM
188199
json_pure (~> 2.6.3)
189200
launchy (~> 2.5.2)
190201
pusher-client (~> 0.6.2)
191-
tzinfo (1.2.11)
192-
thread_safe (~> 0.1)
202+
tzinfo (2.0.6)
203+
concurrent-ruby (~> 1.0)
193204
unicode-display_width (2.6.0)
205+
uri (1.0.3)
194206
websocket (1.2.11)
195207
yard (0.9.37)
196208

@@ -208,7 +220,7 @@ PLATFORMS
208220
x86_64-linux-musl
209221

210222
DEPENDENCIES
211-
activerecord (>= 4.2.5, < 6)
223+
activerecord (>= 8.0.0, < 9)
212224
bump
213225
byebug
214226
codeclimate-test-reporter

0 commit comments

Comments
 (0)