Skip to content

Commit faabb1a

Browse files
committed
chore: ruby locks
1 parent 00f4284 commit faabb1a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

clients/algoliasearch-client-ruby/lib/algolia/api_error.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ def initialize(arg = nil)
1414
if arg.key?(:message) || arg.key?('message')
1515
super(arg[:message] || arg['message'])
1616
else
17-
super(arg)
17+
super
1818
end
1919

2020
arg.each do |k, v|
2121
instance_variable_set "@#{k}", v
2222
end
2323
else
24-
super(arg)
24+
super
2525
@message = arg
2626
end
2727
end

playground/ruby/Gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../../clients/algoliasearch-client-ruby
33
specs:
4-
algolia (3.0.0.beta.1)
4+
algolia (3.0.0.beta.2)
55
faraday (>= 1.0.1, < 3.0)
66
faraday-net_http_persistent (>= 0.15, < 3)
77
net-http-persistent
@@ -26,11 +26,10 @@ GEM
2626

2727
PLATFORMS
2828
aarch64-linux
29-
x86_64-linux
3029

3130
DEPENDENCIES
3231
algolia!
3332
dotenv
3433

3534
BUNDLED WITH
36-
2.4.22
35+
2.4.10

tests/output/ruby/Gemfile.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,17 @@ GEM
2626
net-http-persistent (4.0.2)
2727
connection_pool (~> 2.2)
2828
parallel (1.24.0)
29-
parser (3.3.1.0)
29+
parser (3.3.2.0)
3030
ast (~> 2.4.1)
3131
racc
3232
power_assert (2.0.3)
33-
racc (1.7.3)
33+
racc (1.8.0)
3434
rainbow (3.1.1)
3535
rake (13.2.1)
36-
regexp_parser (2.9.1)
36+
regexp_parser (2.9.2)
3737
rexml (3.2.8)
38-
rubocop (1.63.5)
38+
strscan (>= 3.0.9)
39+
rubocop (1.64.1)
3940
json (~> 2.3)
4041
language_server-protocol (>= 3.17.0)
4142
parallel (~> 1.10)
@@ -49,14 +50,14 @@ GEM
4950
rubocop-ast (1.31.3)
5051
parser (>= 3.3.1.0)
5152
ruby-progressbar (1.13.0)
53+
strscan (3.1.0)
5254
test-unit (3.6.2)
5355
power_assert
5456
unicode-display_width (2.5.0)
5557
uri (0.13.0)
5658

5759
PLATFORMS
5860
aarch64-linux
59-
x86_64-linux
6061

6162
DEPENDENCIES
6263
algolia!
@@ -66,4 +67,4 @@ DEPENDENCIES
6667
test-unit
6768

6869
BUNDLED WITH
69-
2.4.22
70+
2.4.10

0 commit comments

Comments
 (0)