Skip to content

Commit ef91eea

Browse files
committed
Merge branch 'main' of github.com:burundiarxiv/burundiarxiv-api
2 parents 6eed040 + 3837f44 commit ef91eea

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
ruby "3.2.2"
77

88
gem "pg", ">= 0.18", "< 2.0"
9-
gem "puma", "~> 6.4"
9+
gem "puma", "~> 6.5"
1010
gem "rails", "~> 7.1.3"
1111
gem "jbuilder", "~> 2.13"
1212

Gemfile.lock

+19-17
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ GEM
8282
bigdecimal (3.1.8)
8383
bootsnap (1.18.3)
8484
msgpack (~> 1.2)
85-
brakeman (6.1.2)
85+
brakeman (6.2.2)
8686
racc
8787
builder (3.3.0)
8888
byebug (11.1.3)
@@ -114,7 +114,7 @@ GEM
114114
jbuilder (2.13.0)
115115
actionview (>= 5.0.0)
116116
activesupport (>= 5.0.0)
117-
json (2.8.2)
117+
json (2.9.0)
118118
language_server-protocol (3.17.0.3)
119119
listen (3.9.0)
120120
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -144,15 +144,15 @@ GEM
144144
net-smtp (0.4.0.1)
145145
net-protocol
146146
nio4r (2.7.4)
147-
nokogiri (1.16.7-arm64-darwin)
147+
nokogiri (1.16.8-arm64-darwin)
148148
racc (~> 1.4)
149-
nokogiri (1.16.7-x86_64-linux)
149+
nokogiri (1.16.8-x86_64-linux)
150150
racc (~> 1.4)
151151
parallel (1.26.3)
152152
parser (3.3.6.0)
153153
ast (~> 2.4.1)
154154
racc
155-
pg (1.5.4)
155+
pg (1.5.9)
156156
pry (0.14.2)
157157
coderay (~> 1.1)
158158
method_source (~> 1.0)
@@ -161,7 +161,7 @@ GEM
161161
pry (>= 0.13, < 0.15)
162162
psych (5.2.0)
163163
stringio
164-
puma (6.4.3)
164+
puma (6.5.0)
165165
nio4r (~> 2.0)
166166
racc (1.8.1)
167167
rack (3.1.8)
@@ -191,9 +191,9 @@ GEM
191191
activesupport (>= 5.0.0)
192192
minitest
193193
nokogiri (>= 1.6)
194-
rails-html-sanitizer (1.6.0)
194+
rails-html-sanitizer (1.6.1)
195195
loofah (~> 2.21)
196-
nokogiri (~> 1.14)
196+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
197197
railties (7.1.4.1)
198198
actionpack (= 7.1.4.1)
199199
activesupport (= 7.1.4.1)
@@ -209,11 +209,11 @@ GEM
209209
ffi (~> 1.0)
210210
rdoc (6.7.0)
211211
psych (>= 4.0.0)
212-
regexp_parser (2.9.2)
212+
regexp_parser (2.9.3)
213213
reline (0.5.11)
214214
io-console (~> 0.5)
215215
rexml (3.3.9)
216-
rollbar (3.5.2)
216+
rollbar (3.6.0)
217217
rspec-core (3.13.2)
218218
rspec-support (~> 3.13.0)
219219
rspec-expectations (3.13.3)
@@ -231,17 +231,17 @@ GEM
231231
rspec-mocks (~> 3.13)
232232
rspec-support (~> 3.13)
233233
rspec-support (3.13.1)
234-
rubocop (1.68.0)
234+
rubocop (1.69.1)
235235
json (~> 2.3)
236236
language_server-protocol (>= 3.17.0)
237237
parallel (~> 1.10)
238238
parser (>= 3.3.0.2)
239239
rainbow (>= 2.2.2, < 4.0)
240-
regexp_parser (>= 2.4, < 3.0)
241-
rubocop-ast (>= 1.32.2, < 2.0)
240+
regexp_parser (>= 2.9.3, < 3.0)
241+
rubocop-ast (>= 1.36.2, < 2.0)
242242
ruby-progressbar (~> 1.7)
243-
unicode-display_width (>= 2.4.0, < 3.0)
244-
rubocop-ast (1.36.1)
243+
unicode-display_width (>= 2.4.0, < 4.0)
244+
rubocop-ast (1.36.2)
245245
parser (>= 3.3.1.0)
246246
rubocop-capybara (2.18.0)
247247
rubocop (~> 1.41)
@@ -282,7 +282,9 @@ GEM
282282
timeout (0.4.1)
283283
tzinfo (2.0.6)
284284
concurrent-ruby (~> 1.0)
285-
unicode-display_width (2.6.0)
285+
unicode-display_width (3.1.2)
286+
unicode-emoji (~> 4.0, >= 4.0.4)
287+
unicode-emoji (4.0.4)
286288
watir (7.3.0)
287289
regexp_parser (>= 1.2, < 3)
288290
selenium-webdriver (~> 4.2)
@@ -309,7 +311,7 @@ DEPENDENCIES
309311
listen (~> 3.9)
310312
pg (>= 0.18, < 2.0)
311313
pry-byebug
312-
puma (~> 6.4)
314+
puma (~> 6.5)
313315
rack-cors
314316
rails (~> 7.1.3)
315317
rollbar

0 commit comments

Comments
 (0)