File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ gem 'money', '~> 6.16'
8
8
gem 'puma' , '~> 6.4'
9
9
gem 'rack-unreloader' , '~> 2.1'
10
10
gem 'rackup' , '~> 2.1'
11
- gem 'roda' , '~> 3.84 '
11
+ gem 'roda' , '~> 3.85 '
12
12
13
13
group :development do
14
14
gem 'htmlbeautifier' , '~> 1.4'
15
15
gem 'pry' , '~> 0.14.2'
16
16
gem 'rake' , '~> 13.1'
17
- gem 'rubocop' , '~> 1.66.1 ' , require : false
17
+ gem 'rubocop' , '~> 1.67.0 ' , require : false
18
18
gem 'rubocop-performance' , '~> 1.22.1' , require : false
19
19
gem 'solargraph' , '~> 0.50.0' , require : false
20
20
end
Original file line number Diff line number Diff line change 55
55
puma (6.4.3 )
56
56
nio4r (~> 2.0 )
57
57
racc (1.8.1 )
58
- rack (3.1.7 )
58
+ rack (3.1.8 )
59
59
rack-unreloader (2.1.0 )
60
60
rackup (2.1.0 )
61
61
rack (>= 3 )
67
67
reverse_markdown (2.1.1 )
68
68
nokogiri
69
69
rexml (3.3.7 )
70
- roda (3.84 .0 )
70
+ roda (3.85 .0 )
71
71
rack
72
- rubocop (1.66.1 )
72
+ rubocop (1.67.0 )
73
73
json (~> 2.3 )
74
74
language_server-protocol (>= 3.17.0 )
75
75
parallel (~> 1.10 )
@@ -123,8 +123,8 @@ DEPENDENCIES
123
123
rack-unreloader (~> 2.1 )
124
124
rackup (~> 2.1 )
125
125
rake (~> 13.1 )
126
- roda (~> 3.84 )
127
- rubocop (~> 1.66.1 )
126
+ roda (~> 3.85 )
127
+ rubocop (~> 1.67.0 )
128
128
rubocop-performance (~> 1.22.1 )
129
129
solargraph (~> 0.50.0 )
130
130
You can’t perform that action at this time.
0 commit comments