File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
source 'https://rubygems.org'
4
4
5
- ruby '>= 3.1 ' , '< 3.4'
5
+ ruby '>= 3.2 ' , '< 3.4'
6
6
7
7
group :test , :development do
8
8
gem 'heroku_hatchet'
9
+ # Work around https://github.com/excon/excon/issues/860
10
+ gem 'logger'
9
11
gem 'parallel_split_test'
10
12
gem 'rspec-core'
11
13
gem 'rspec-expectations'
Original file line number Diff line number Diff line change 5
5
base64 (0.2.0 )
6
6
diff-lcs (1.5.1 )
7
7
erubis (2.7.0 )
8
- excon (0.111 .0 )
8
+ excon (0.112 .0 )
9
9
heroics (0.1.3 )
10
10
base64
11
11
erubis (~> 2.0 )
21
21
threaded (~> 0 )
22
22
json (2.7.2 )
23
23
language_server-protocol (3.17.0.3 )
24
+ logger (1.6.1 )
24
25
moneta (1.0.0 )
25
26
multi_json (1.15.0 )
26
27
parallel (1.26.3 )
39
40
rate_throttle_client (0.1.2 )
40
41
regexp_parser (2.9.2 )
41
42
rrrretry (1.0.0 )
42
- rspec-core (3.13.1 )
43
+ rspec-core (3.13.2 )
43
44
rspec-support (~> 3.13.0 )
44
45
rspec-expectations (3.13.3 )
45
46
diff-lcs (>= 1.2.0 , < 2.0 )
46
47
rspec-support (~> 3.13.0 )
47
48
rspec-retry (0.6.2 )
48
49
rspec-core (> 3.3 )
49
50
rspec-support (3.13.1 )
50
- rubocop (1.66.1 )
51
+ rubocop (1.67.0 )
51
52
json (~> 2.3 )
52
53
language_server-protocol (>= 3.17.0 )
53
54
parallel (~> 1.10 )
65
66
thor (1.3.2 )
66
67
threaded (0.0.4 )
67
68
unicode-display_width (2.6.0 )
68
- webrick (1.8.1 )
69
+ webrick (1.8.2 )
69
70
70
71
PLATFORMS
71
72
ruby
72
73
73
74
DEPENDENCIES
74
75
heroku_hatchet
76
+ logger
75
77
parallel_split_test
76
78
rspec-core
77
79
rspec-expectations
You can’t perform that action at this time.
0 commit comments