Skip to content

Commit 7ff6599

Browse files
committed
Merge branch 'feature/update-ruby-spec'
1 parent 1d38c75 commit 7ff6599

141 files changed

Lines changed: 8279 additions & 3992 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ruby/.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.1
1+
5.2.0

ruby/.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Layout/SpaceInsideParens:
113113
# EnforcedStyle: single_quotes
114114

115115
# Detect hard tabs, no hard tabs.
116-
Layout/Tab:
116+
Layout/IndentationStyle:
117117
Enabled: true
118118

119119
# Blank lines should not have any spaces.

ruby/Gemfile.lock

Lines changed: 34 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,45 @@ PATH
22
remote: .
33
specs:
44
openapi_client (1.0.0)
5-
json (~> 2.1, >= 2.1.0)
65
typhoeus (~> 1.0, >= 1.0.1)
76

87
GEM
98
remote: https://rubygems.org/
109
specs:
11-
ast (2.4.0)
12-
byebug (11.0.1)
13-
coderay (1.1.2)
14-
diff-lcs (1.3)
15-
ethon (0.12.0)
16-
ffi (>= 1.3.0)
17-
ffi (1.11.1)
18-
jaro_winkler (1.5.3)
19-
json (2.3.1)
20-
method_source (0.9.2)
21-
parallel (1.17.0)
22-
parser (2.6.3.0)
23-
ast (~> 2.4.0)
24-
pry (0.12.2)
25-
coderay (~> 1.1.0)
26-
method_source (~> 0.9.0)
27-
pry-byebug (3.7.0)
10+
ast (2.4.2)
11+
byebug (11.1.3)
12+
coderay (1.1.3)
13+
diff-lcs (1.4.4)
14+
ethon (0.14.0)
15+
ffi (>= 1.15.0)
16+
ffi (1.15.3)
17+
jaro_winkler (1.5.4)
18+
method_source (1.0.0)
19+
parallel (1.20.1)
20+
parser (3.0.2.0)
21+
ast (~> 2.4.1)
22+
pry (0.13.1)
23+
coderay (~> 1.1)
24+
method_source (~> 1.0)
25+
pry-byebug (3.9.0)
2826
byebug (~> 11.0)
29-
pry (~> 0.10)
30-
psych (3.1.0)
27+
pry (~> 0.13.0)
28+
psych (4.0.1)
3129
rainbow (3.0.0)
32-
rake (13.0.1)
33-
rspec (3.8.0)
34-
rspec-core (~> 3.8.0)
35-
rspec-expectations (~> 3.8.0)
36-
rspec-mocks (~> 3.8.0)
37-
rspec-core (3.8.2)
38-
rspec-support (~> 3.8.0)
39-
rspec-expectations (3.8.4)
30+
rake (13.0.6)
31+
rspec (3.10.0)
32+
rspec-core (~> 3.10.0)
33+
rspec-expectations (~> 3.10.0)
34+
rspec-mocks (~> 3.10.0)
35+
rspec-core (3.10.1)
36+
rspec-support (~> 3.10.0)
37+
rspec-expectations (3.10.1)
4038
diff-lcs (>= 1.2.0, < 2.0)
41-
rspec-support (~> 3.8.0)
42-
rspec-mocks (3.8.1)
39+
rspec-support (~> 3.10.0)
40+
rspec-mocks (3.10.2)
4341
diff-lcs (>= 1.2.0, < 2.0)
44-
rspec-support (~> 3.8.0)
45-
rspec-support (3.8.2)
42+
rspec-support (~> 3.10.0)
43+
rspec-support (3.10.2)
4644
rubocop (0.66.0)
4745
jaro_winkler (~> 1.5.1)
4846
parallel (~> 1.10)
@@ -51,13 +49,13 @@ GEM
5149
rainbow (>= 2.2.2, < 4.0)
5250
ruby-progressbar (~> 1.7)
5351
unicode-display_width (>= 1.4.0, < 1.6)
54-
ruby-progressbar (1.10.1)
55-
typhoeus (1.3.1)
52+
ruby-progressbar (1.11.0)
53+
typhoeus (1.4.0)
5654
ethon (>= 0.9.0)
5755
unicode-display_width (1.5.0)
5856

5957
PLATFORMS
60-
ruby
58+
x86_64-darwin-20
6159

6260
DEPENDENCIES
6361
openapi_client!
@@ -67,4 +65,4 @@ DEPENDENCIES
6765
rubocop (~> 0.66.0)
6866

6967
BUNDLED WITH
70-
1.17.2
68+
2.2.25

0 commit comments

Comments
 (0)