File tree Expand file tree Collapse file tree 2 files changed +65
-1
lines changed Expand file tree Collapse file tree 2 files changed +65
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source "https://rubygems.org"
33gem "rage-rb" , "~> 1.10"
44
55gem "pg" , "~> 1.0"
6- gem "activerecord" , "~> 7.2 .0" , require : "active_record"
6+ gem "activerecord" , "~> 8.0 .0" , require : "active_record"
77
88# Build JSON APIs with ease
99# gem "alba"
Original file line number Diff line number Diff line change 1+ GEM
2+ remote: https://rubygems.org/
3+ specs:
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 )
23+ base64 (0.2.0 )
24+ benchmark (0.4.0 )
25+ bigdecimal (3.1.9 )
26+ concurrent-ruby (1.3.5 )
27+ connection_pool (2.5.0 )
28+ drb (2.2.1 )
29+ i18n (1.14.7 )
30+ concurrent-ruby (~> 1.0 )
31+ logger (1.7.0 )
32+ minitest (5.25.5 )
33+ pg (1.5.9 )
34+ rack (2.2.10 )
35+ rack-test (2.2.0 )
36+ rack (>= 1.3 )
37+ rage-iodine (4.0.0 )
38+ rage-rb (1.11.0 )
39+ rack (~> 2.0 )
40+ rack-test (~> 2.1 )
41+ rage-iodine (~> 4.0 )
42+ rake (>= 12.0 )
43+ thor (~> 1.0 )
44+ zeitwerk (~> 2.6 )
45+ rake (13.2.1 )
46+ securerandom (0.4.1 )
47+ thor (1.3.2 )
48+ timeout (0.4.3 )
49+ tzinfo (2.0.6 )
50+ concurrent-ruby (~> 1.0 )
51+ uri (1.0.3 )
52+ zeitwerk (2.7.1 )
53+
54+ PLATFORMS
55+ ruby
56+ x86_64-darwin-23
57+
58+ DEPENDENCIES
59+ activerecord (~> 8.0.0 )
60+ pg (~> 1.0 )
61+ rage-rb (~> 1.10 )
62+
63+ BUNDLED WITH
64+ 2.6.2
You can’t perform that action at this time.
0 commit comments