Skip to content

Commit 1de0846

Browse files
committedMar 19, 2025··
#228 up
1 parent 0275887 commit 1de0846

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed
 

‎Gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
source 'http://rubygems.org'
77

8-
gem 'factbase', '>=0.9.2'
9-
gem 'fbe', '>=0.2.1'
10-
gem 'judges', '>=0.36.3'
8+
gem 'factbase', '>=0.9.5'
9+
gem 'fbe', '>=0.2.3'
10+
gem 'judges', '>=0.36.5'
1111
gem 'minitest', '5.25.5', require: false
1212
gem 'minitest-reporters', '1.7.1', require: false
1313
gem 'qbash', '>=0.4.0', require: false

‎Gemfile.lock

+18-18
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ GEM
4848
tago (> 0)
4949
ethon (0.16.0)
5050
ffi (>= 1.15.0)
51-
factbase (0.9.2)
51+
factbase (0.9.5)
5252
backtrace (>= 0.4.0)
5353
decoor (>= 0.0.1)
5454
json (~> 2.7)
@@ -69,11 +69,11 @@ GEM
6969
net-http (>= 0.5.0)
7070
faraday-retry (2.2.1)
7171
faraday (~> 2.0)
72-
fbe (0.2.1)
72+
fbe (0.2.3)
7373
backtrace (~> 0)
7474
baza.rb (~> 0)
7575
decoor (~> 0)
76-
factbase (>= 0.9.1)
76+
factbase (>= 0.9.3)
7777
faraday (~> 2)
7878
faraday-http-cache (~> 2)
7979
faraday-multipart (~> 1)
@@ -112,7 +112,7 @@ GEM
112112
concurrent-ruby (~> 1.0)
113113
iri (0.10.0)
114114
json (2.10.2)
115-
judges (0.36.3)
115+
judges (0.36.5)
116116
backtrace (~> 0)
117117
baza.rb (~> 0)
118118
concurrent-ruby (~> 1.2)
@@ -145,26 +145,26 @@ GEM
145145
multipart-post (2.4.1)
146146
net-http (0.6.0)
147147
uri
148-
nokogiri (1.18.3)
148+
nokogiri (1.18.4)
149149
mini_portile2 (~> 2.8.2)
150150
racc (~> 1.4)
151-
nokogiri (1.18.3-aarch64-linux-gnu)
151+
nokogiri (1.18.4-aarch64-linux-gnu)
152152
racc (~> 1.4)
153-
nokogiri (1.18.3-aarch64-linux-musl)
153+
nokogiri (1.18.4-aarch64-linux-musl)
154154
racc (~> 1.4)
155-
nokogiri (1.18.3-arm-linux-gnu)
155+
nokogiri (1.18.4-arm-linux-gnu)
156156
racc (~> 1.4)
157-
nokogiri (1.18.3-arm-linux-musl)
157+
nokogiri (1.18.4-arm-linux-musl)
158158
racc (~> 1.4)
159-
nokogiri (1.18.3-arm64-darwin)
159+
nokogiri (1.18.4-arm64-darwin)
160160
racc (~> 1.4)
161-
nokogiri (1.18.3-x64-mingw-ucrt)
161+
nokogiri (1.18.4-x64-mingw-ucrt)
162162
racc (~> 1.4)
163-
nokogiri (1.18.3-x86_64-darwin)
163+
nokogiri (1.18.4-x86_64-darwin)
164164
racc (~> 1.4)
165-
nokogiri (1.18.3-x86_64-linux-gnu)
165+
nokogiri (1.18.4-x86_64-linux-gnu)
166166
racc (~> 1.4)
167-
nokogiri (1.18.3-x86_64-linux-musl)
167+
nokogiri (1.18.4-x86_64-linux-musl)
168168
racc (~> 1.4)
169169
obk (0.3.1)
170170
octokit (9.2.0)
@@ -200,7 +200,7 @@ GEM
200200
rubocop-ast (>= 1.38.0, < 2.0)
201201
ruby-progressbar (~> 1.7)
202202
unicode-display_width (>= 2.4.0, < 4.0)
203-
rubocop-ast (1.38.1)
203+
rubocop-ast (1.40.0)
204204
parser (>= 3.3.1.0)
205205
rubocop-minitest (0.37.1)
206206
lint_roller (~> 1.1)
@@ -273,9 +273,9 @@ PLATFORMS
273273
x86_64-linux-musl
274274

275275
DEPENDENCIES
276-
factbase (>= 0.9.2)
277-
fbe (>= 0.2.1)
278-
judges (>= 0.36.3)
276+
factbase (>= 0.9.5)
277+
fbe (>= 0.2.3)
278+
judges (>= 0.36.5)
279279
minitest (= 5.25.5)
280280
minitest-reporters (= 1.7.1)
281281
qbash (>= 0.4.0)

0 commit comments

Comments
 (0)
Please sign in to comment.