File tree 2 files changed +13
-15
lines changed
2 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 3
3
source 'https://rubygems.org'
4
4
5
5
gem 'bigdecimal' , '~> 3.1'
6
- gem 'ka-ching-client' , '~> 0.6.1 '
6
+ gem 'ka-ching-client' , '~> 0.6.2 '
7
7
gem 'money' , '~> 6.16'
8
8
gem 'puma' , '~> 6.4'
9
9
gem 'rack-unreloader' , '~> 2.1'
10
- gem 'rackup' , '~> 2.1 '
10
+ gem 'rackup' , '~> 2.2 '
11
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.67 .0' , require : false
17
+ gem 'rubocop' , '~> 1.68 .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 16
16
net-http
17
17
htmlbeautifier (1.4.3 )
18
18
http-2 (1.0.1 )
19
- httpx (1.3.1 )
19
+ httpx (1.3.3 )
20
20
http-2 (>= 1.0.0 )
21
21
i18n (1.14.5 )
22
22
concurrent-ruby (~> 1.0 )
23
23
jaro_winkler (1.6.0 )
24
- json (2.7.2 )
25
- ka-ching-client (0.6.1 )
24
+ json (2.7.5 )
25
+ ka-ching-client (0.6.2 )
26
26
faraday (>= 2.7.10 , < 2.12.0 )
27
27
httpx (>= 1.0.0 , < 1.4.0 )
28
28
kramdown (2.4.0 )
46
46
nokogiri (1.16.7-x86_64-linux )
47
47
racc (~> 1.4 )
48
48
parallel (1.26.3 )
49
- parser (3.3.5.0 )
49
+ parser (3.3.5.1 )
50
50
ast (~> 2.4.1 )
51
51
racc
52
52
pry (0.14.2 )
57
57
racc (1.8.1 )
58
58
rack (3.1.8 )
59
59
rack-unreloader (2.1.0 )
60
- rackup (2.1 .0 )
60
+ rackup (2.2 .0 )
61
61
rack (>= 3 )
62
- webrick (~> 1.8 )
63
62
rainbow (3.1.1 )
64
63
rake (13.2.1 )
65
64
rbs (2.8.4 )
69
68
rexml (3.3.9 )
70
69
roda (3.85.0 )
71
70
rack
72
- rubocop (1.67 .0 )
71
+ rubocop (1.68 .0 )
73
72
json (~> 2.3 )
74
73
language_server-protocol (>= 3.17.0 )
75
74
parallel (~> 1.10 )
79
78
rubocop-ast (>= 1.32.2 , < 2.0 )
80
79
ruby-progressbar (~> 1.7 )
81
80
unicode-display_width (>= 2.4.0 , < 3.0 )
82
- rubocop-ast (1.32.3 )
81
+ rubocop-ast (1.33.0 )
83
82
parser (>= 3.3.1.0 )
84
83
rubocop-performance (1.22.1 )
85
84
rubocop (>= 1.48.1 , < 2.0 )
105
104
tilt (2.4.0 )
106
105
unicode-display_width (2.6.0 )
107
106
uri (0.13.1 )
108
- webrick (1.8.2 )
109
107
yard (0.9.37 )
110
108
111
109
PLATFORMS
@@ -116,15 +114,15 @@ PLATFORMS
116
114
DEPENDENCIES
117
115
bigdecimal (~> 3.1 )
118
116
htmlbeautifier (~> 1.4 )
119
- ka-ching-client (~> 0.6.1 )
117
+ ka-ching-client (~> 0.6.2 )
120
118
money (~> 6.16 )
121
119
pry (~> 0.14.2 )
122
120
puma (~> 6.4 )
123
121
rack-unreloader (~> 2.1 )
124
- rackup (~> 2.1 )
122
+ rackup (~> 2.2 )
125
123
rake (~> 13.1 )
126
124
roda (~> 3.85 )
127
- rubocop (~> 1.67 .0 )
125
+ rubocop (~> 1.68 .0 )
128
126
rubocop-performance (~> 1.22.1 )
129
127
solargraph (~> 0.50.0 )
130
128
You can’t perform that action at this time.
0 commit comments