File tree Expand file tree Collapse file tree 2 files changed +26
-22
lines changed Expand file tree Collapse file tree 2 files changed +26
-22
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem 'activerecord' , '~> 7.2 ' , require : 'active_record'
3
+ gem 'activerecord' , '~> 8.0 ' , require : 'active_record'
4
4
gem 'json' , '~> 2.8'
5
5
gem 'sinatra' , '~> 4.0' , require : 'sinatra/base'
6
6
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activemodel (7.2.1 .1 )
5
- activesupport (= 7.2.1 .1 )
6
- activerecord (7.2.1 .1 )
7
- activemodel (= 7.2.1 .1 )
8
- activesupport (= 7.2.1 .1 )
4
+ activemodel (8.0 .1 )
5
+ activesupport (= 8.0 .1 )
6
+ activerecord (8.0 .1 )
7
+ activemodel (= 8.0 .1 )
8
+ activesupport (= 8.0 .1 )
9
9
timeout (>= 0.4.0 )
10
- activesupport (7.2.1 .1 )
10
+ activesupport (8.0 .1 )
11
11
base64
12
+ benchmark (>= 0.3 )
12
13
bigdecimal
13
14
concurrent-ruby (~> 1.0 , >= 1.3.1 )
14
15
connection_pool (>= 2.2.5 )
18
19
minitest (>= 5.1 )
19
20
securerandom (>= 0.3 )
20
21
tzinfo (~> 2.0 , >= 2.0.5 )
22
+ uri (>= 0.13.1 )
21
23
agoo (2.15.13 )
22
24
base64 (0.2.0 )
25
+ benchmark (0.4.0 )
23
26
bigdecimal (3.1.8 )
24
27
concurrent-ruby (1.3.4 )
25
28
connection_pool (2.4.1 )
28
31
concurrent-ruby (~> 1.0 )
29
32
json (2.9.1 )
30
33
kgio (2.11.4 )
31
- logger (1.6.1 )
32
- minitest (5.25.1 )
34
+ logger (1.6.4 )
35
+ minitest (5.25.4 )
33
36
mustermann (3.0.3 )
34
37
ruby2_keywords (~> 0.0.1 )
35
38
mysql2 (0.5.6 )
36
39
nio4r (2.7.4 )
37
- passenger (6.0.23 )
40
+ passenger (6.0.24 )
38
41
rack (>= 1.6.13 )
39
- rackup
42
+ rackup ( >= 2.0.0 )
40
43
rake (>= 12.3.3 )
41
- pg (1.5.8 )
44
+ pg (1.5.9 )
42
45
puma (6.5.0 )
43
46
nio4r (~> 2.0 )
44
47
rack (3.1.8 )
45
- rack-protection (4.0.0 )
48
+ rack-protection (4.1.1 )
46
49
base64 (>= 0.1.0 )
50
+ logger (>= 1.6.0 )
47
51
rack (>= 3.0.0 , < 4 )
48
52
rack-session (2.0.0 )
49
53
rack (>= 3.0.0 )
50
- rackup (2.1.0 )
54
+ rackup (2.2.1 )
51
55
rack (>= 3 )
52
- webrick (~> 1.8 )
53
56
raindrops (0.20.1 )
54
57
rake (13.2.1 )
55
58
ruby2_keywords (0.0.5 )
56
- securerandom (0.3.1 )
57
- sinatra (4.0.0 )
59
+ securerandom (0.4.1 )
60
+ sinatra (4.1.1 )
61
+ logger (>= 1.6.0 )
58
62
mustermann (~> 3.0 )
59
63
rack (>= 3.0.0 , < 4 )
60
- rack-protection (= 4.0.0 )
64
+ rack-protection (= 4.1.1 )
61
65
rack-session (>= 2.0.0 , < 3 )
62
66
tilt (~> 2.0 )
63
- tilt (2.4 .0 )
64
- timeout (0.4.1 )
67
+ tilt (2.5 .0 )
68
+ timeout (0.4.3 )
65
69
tzinfo (2.0.6 )
66
70
concurrent-ruby (~> 1.0 )
67
71
unicorn (6.1.0 )
68
72
kgio (~> 2.6 )
69
73
raindrops (~> 0.7 )
70
- webrick (1.8 .2 )
74
+ uri (1.0 .2 )
71
75
72
76
PLATFORMS
73
77
ruby
74
78
x86_64-darwin-23
75
79
76
80
DEPENDENCIES
77
- activerecord (~> 7.2 )
81
+ activerecord (~> 8.0 )
78
82
agoo
79
83
json (~> 2.8 )
80
84
mysql2 (~> 0.5 )
You can’t perform that action at this time.
0 commit comments