File tree 2 files changed +25
-25
lines changed
2 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ source 'https://rubygems.org'
4
4
5
5
gem 'bigdecimal' , '~> 3.1'
6
6
gem 'ka-ching-client' , git : 'https://github.com/simonneutert/ka-ching-client.git' , branch : 'main'
7
- gem 'money' , '~> 6.16 '
7
+ gem 'money' , '~> 6.19 '
8
8
gem 'puma' , '~> 6.4'
9
9
gem 'rack-unreloader' , '~> 2.1'
10
10
gem 'rackup' , '~> 2.1'
11
- gem 'roda' , '~> 3.76 '
11
+ gem 'roda' , '~> 3.80 '
12
12
13
13
group :development do
14
14
gem 'htmlbeautifier' , '~> 1.4'
15
15
gem 'pry' , '~> 0.14.2'
16
- gem 'rake' , '~> 13.1 '
17
- gem 'rubocop' , '~> 1.60.2 ' , require : false
18
- gem 'rubocop-performance' , '~> 1.20.2 ' , require : false
16
+ gem 'rake' , '~> 13.2 '
17
+ gem 'rubocop' , '~> 1.63.5 ' , require : false
18
+ gem 'rubocop-performance' , '~> 1.21.0 ' , require : false
19
19
gem 'solargraph' , '~> 0.50.0' , require : false
20
20
end
Original file line number Diff line number Diff line change 14
14
backport (1.2.0 )
15
15
base64 (0.2.0 )
16
16
benchmark (0.3.0 )
17
- bigdecimal (3.1.6 )
17
+ bigdecimal (3.1.8 )
18
18
coderay (1.1.3 )
19
19
concurrent-ruby (1.2.3 )
20
20
diff-lcs (1.5.0 )
24
24
faraday-net_http (>= 2.0 , < 3.1 )
25
25
ruby2_keywords (>= 0.0.4 )
26
26
faraday-net_http (3.0.2 )
27
- htmlbeautifier (1.4.2 )
27
+ htmlbeautifier (1.4.3 )
28
28
http-2-next (1.0.3 )
29
29
httpx (1.2.1 )
30
30
http-2-next (>= 1.0.3 )
31
- i18n (1.14.1 )
31
+ i18n (1.14.5 )
32
32
concurrent-ruby (~> 1.0 )
33
33
jaro_winkler (1.5.6 )
34
- json (2.7.1 )
34
+ json (2.7.2 )
35
35
kramdown (2.4.0 )
36
36
rexml
37
37
kramdown-parser-gfm (1.1.0 )
38
38
kramdown (~> 2.0 )
39
39
language_server-protocol (3.17.0.3 )
40
40
method_source (1.0.0 )
41
41
mini_portile2 (2.8.5 )
42
- money (6.16 .0 )
42
+ money (6.19 .0 )
43
43
i18n (>= 0.6.4 , <= 2 )
44
44
nio4r (2.7.0 )
45
45
nokogiri (1.16.2 )
50
50
nokogiri (1.16.2-x86_64-linux )
51
51
racc (~> 1.4 )
52
52
parallel (1.24.0 )
53
- parser (3.3.0.5 )
53
+ parser (3.3.1.0 )
54
54
ast (~> 2.4.1 )
55
55
racc
56
56
pry (0.14.2 )
59
59
puma (6.4.2 )
60
60
nio4r (~> 2.0 )
61
61
racc (1.7.3 )
62
- rack (3.0.8 )
62
+ rack (3.0.11 )
63
63
rack-unreloader (2.1.0 )
64
64
rackup (2.1.0 )
65
65
rack (>= 3 )
66
66
webrick (~> 1.8 )
67
67
rainbow (3.1.1 )
68
- rake (13.1.0 )
68
+ rake (13.2.1 )
69
69
rbs (2.8.4 )
70
70
regexp_parser (2.9.0 )
71
71
reverse_markdown (2.1.1 )
72
72
nokogiri
73
73
rexml (3.2.6 )
74
- roda (3.76 .0 )
74
+ roda (3.80 .0 )
75
75
rack
76
- rubocop (1.60.2 )
76
+ rubocop (1.63.5 )
77
77
json (~> 2.3 )
78
78
language_server-protocol (>= 3.17.0 )
79
79
parallel (~> 1.10 )
80
80
parser (>= 3.3.0.2 )
81
81
rainbow (>= 2.2.2 , < 4.0 )
82
82
regexp_parser (>= 1.8 , < 3.0 )
83
83
rexml (>= 3.2.5 , < 4.0 )
84
- rubocop-ast (>= 1.30.0 , < 2.0 )
84
+ rubocop-ast (>= 1.31.1 , < 2.0 )
85
85
ruby-progressbar (~> 1.7 )
86
86
unicode-display_width (>= 2.4.0 , < 3.0 )
87
- rubocop-ast (1.30.0 )
88
- parser (>= 3.2 .1.0 )
89
- rubocop-performance (1.20.2 )
87
+ rubocop-ast (1.31.3 )
88
+ parser (>= 3.3 .1.0 )
89
+ rubocop-performance (1.21.0 )
90
90
rubocop (>= 1.48.1 , < 2.0 )
91
- rubocop-ast (>= 1.30.0 , < 2.0 )
91
+ rubocop-ast (>= 1.31.1 , < 2.0 )
92
92
ruby-progressbar (1.13.0 )
93
93
ruby2_keywords (0.0.5 )
94
94
solargraph (0.50.0 )
@@ -122,15 +122,15 @@ DEPENDENCIES
122
122
bigdecimal (~> 3.1 )
123
123
htmlbeautifier (~> 1.4 )
124
124
ka-ching-client !
125
- money (~> 6.16 )
125
+ money (~> 6.19 )
126
126
pry (~> 0.14.2 )
127
127
puma (~> 6.4 )
128
128
rack-unreloader (~> 2.1 )
129
129
rackup (~> 2.1 )
130
- rake (~> 13.1 )
131
- roda (~> 3.76 )
132
- rubocop (~> 1.60.2 )
133
- rubocop-performance (~> 1.20.2 )
130
+ rake (~> 13.2 )
131
+ roda (~> 3.80 )
132
+ rubocop (~> 1.63.5 )
133
+ rubocop-performance (~> 1.21.0 )
134
134
solargraph (~> 0.50.0 )
135
135
136
136
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments