File tree Expand file tree Collapse file tree 3 files changed +19
-10
lines changed Expand file tree Collapse file tree 3 files changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -50,3 +50,6 @@ dump.rdb
50
50
51
51
# Ignore vendored local databases
52
52
/vendor /* mmdb
53
+
54
+ # RVM gemset
55
+ .ruby-gemset
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ gem 'grpc', '>= 1.53.0'
21
21
gem 'crawler_detect'
22
22
23
23
# Serving requests
24
- gem 'puma' , '~> 4.3 '
24
+ gem 'puma' , '~> 5.6 '
25
25
gem 'rack-cors'
26
26
27
27
# Helper gems for Rails
@@ -90,6 +90,8 @@ group :development, :test do
90
90
91
91
# To avoid polling for changes on Windows MRI, it needs this opt-in gem
92
92
gem 'wdm' , '>= 0.1.0' if Gem . win_platform?
93
+
94
+ gem 'bundler-audit'
93
95
end
94
96
95
97
group :development do
Original file line number Diff line number Diff line change 133
133
bullet (7.0.7 )
134
134
activesupport (>= 3.0.0 )
135
135
uniform_notifier (~> 1.11 )
136
+ bundler-audit (0.9.1 )
137
+ bundler (>= 1.2.0 , < 3 )
138
+ thor (~> 1.0 )
136
139
byebug (11.1.3 )
137
140
capybara (3.39.2 )
138
141
addressable
143
146
rack-test (>= 0.6.3 )
144
147
regexp_parser (>= 1.5 , < 3.0 )
145
148
xpath (~> 3.2 )
146
- commonmarker (0.23.8 )
149
+ commonmarker (0.23.10 )
147
150
concurrent-ruby (1.2.2 )
148
151
connection_pool (2.4.1 )
149
152
crack (0.4.5 )
@@ -215,11 +218,11 @@ GEM
215
218
geocoder (1.8.1 )
216
219
globalid (1.1.0 )
217
220
activesupport (>= 5.0 )
218
- google-protobuf (3.22.2 )
219
- googleapis-common-protos-types (1.5 .0 )
220
- google-protobuf (~> 3.14 )
221
- grpc (1.53 .0 )
222
- google-protobuf (~> 3.21 )
221
+ google-protobuf (3.24.3 )
222
+ googleapis-common-protos-types (1.9 .0 )
223
+ google-protobuf (~> 3.18 )
224
+ grpc (1.58 .0 )
225
+ google-protobuf (~> 3.23 )
223
226
googleapis-common-protos-types (~> 1.0 )
224
227
haml (6.1.1 )
225
228
temple (>= 0.8.2 )
312
315
net-smtp (0.3.3 )
313
316
net-protocol
314
317
netrc (0.11.0 )
315
- nio4r (2.5.8 )
318
+ nio4r (2.5.9 )
316
319
nokogiri (1.15.4 )
317
320
mini_portile2 (~> 2.8.2 )
318
321
racc (~> 1.4 )
359
362
propshaft (0.4.0 )
360
363
rails (>= 7.0.0.alpha2 )
361
364
public_suffix (5.0.3 )
362
- puma (4.3.12 )
365
+ puma (5.6.7 )
363
366
nio4r (~> 2.0 )
364
367
qonfig (0.28.0 )
365
368
raabro (1.4.0 )
@@ -559,6 +562,7 @@ DEPENDENCIES
559
562
bootsnap (>= 1.4.2 )
560
563
bugsnag
561
564
bullet
565
+ bundler-audit
562
566
byebug
563
567
capybara (>= 2.15 )
564
568
coinbase_commerce !
@@ -595,7 +599,7 @@ DEPENDENCIES
595
599
opensearch-ruby
596
600
propshaft (= 0.4.0 )
597
601
public_suffix
598
- puma (~> 4.3 )
602
+ puma (~> 5.6 )
599
603
rack-attack (~> 6.6 )
600
604
rack-cors
601
605
rails (~> 7.0.1 )
You can’t perform that action at this time.
0 commit comments