Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 4526099

Browse files
committed
Swagger ruby gemfile update
1 parent ddfb857 commit 4526099

File tree

2 files changed

+48
-43
lines changed

2 files changed

+48
-43
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
source 'https://rubygems.org'
22

33
group :development, :test do
4-
gem 'rake', '~> 12.0.0'
4+
gem 'rake', '~> 13.0.1'
55
gem 'pry-byebug'
6-
gem 'rspec'
7-
gem 'rubocop', '~> 0.66.0'
6+
gem 'json', '~> 2.4.0'
7+
gem 'rspec', '~> 3.10'
8+
gem 'rubocop', '~> 1.6.1'
89
gem 'openapi_client', '~> 1.0.0'
910
end
Lines changed: 44 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,70 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
ast (2.4.0)
5-
byebug (11.0.1)
6-
coderay (1.1.2)
7-
diff-lcs (1.3)
4+
ast (2.4.1)
5+
byebug (11.1.3)
6+
coderay (1.1.3)
7+
diff-lcs (1.4.4)
88
ethon (0.12.0)
99
ffi (>= 1.3.0)
10-
ffi (1.11.1)
11-
jaro_winkler (1.5.3)
12-
json (2.2.0)
13-
method_source (0.9.2)
10+
ffi (1.13.1)
11+
json (2.4.0)
12+
method_source (1.0.0)
1413
openapi_client (1.0.0)
1514
json (~> 2.1, >= 2.1.0)
1615
typhoeus (~> 1.0, >= 1.0.1)
17-
parallel (1.17.0)
18-
parser (2.6.3.0)
19-
ast (~> 2.4.0)
20-
pry (0.12.2)
21-
coderay (~> 1.1.0)
22-
method_source (~> 0.9.0)
23-
pry-byebug (3.7.0)
16+
parallel (1.20.1)
17+
parser (2.7.2.0)
18+
ast (~> 2.4.1)
19+
pry (0.13.1)
20+
coderay (~> 1.1)
21+
method_source (~> 1.0)
22+
pry-byebug (3.9.0)
2423
byebug (~> 11.0)
25-
pry (~> 0.10)
26-
psych (3.1.0)
24+
pry (~> 0.13.0)
2725
rainbow (3.0.0)
28-
rake (12.0.0)
29-
rspec (3.8.0)
30-
rspec-core (~> 3.8.0)
31-
rspec-expectations (~> 3.8.0)
32-
rspec-mocks (~> 3.8.0)
33-
rspec-core (3.8.2)
34-
rspec-support (~> 3.8.0)
35-
rspec-expectations (3.8.4)
26+
rake (13.0.1)
27+
regexp_parser (2.0.0)
28+
rexml (3.2.4)
29+
rspec (3.10.0)
30+
rspec-core (~> 3.10.0)
31+
rspec-expectations (~> 3.10.0)
32+
rspec-mocks (~> 3.10.0)
33+
rspec-core (3.10.0)
34+
rspec-support (~> 3.10.0)
35+
rspec-expectations (3.10.0)
3636
diff-lcs (>= 1.2.0, < 2.0)
37-
rspec-support (~> 3.8.0)
38-
rspec-mocks (3.8.1)
37+
rspec-support (~> 3.10.0)
38+
rspec-mocks (3.10.0)
3939
diff-lcs (>= 1.2.0, < 2.0)
40-
rspec-support (~> 3.8.0)
41-
rspec-support (3.8.2)
42-
rubocop (0.66.0)
43-
jaro_winkler (~> 1.5.1)
40+
rspec-support (~> 3.10.0)
41+
rspec-support (3.10.0)
42+
rubocop (1.6.1)
4443
parallel (~> 1.10)
45-
parser (>= 2.5, != 2.5.1.1)
46-
psych (>= 3.1.0)
44+
parser (>= 2.7.1.5)
4745
rainbow (>= 2.2.2, < 4.0)
46+
regexp_parser (>= 1.8, < 3.0)
47+
rexml
48+
rubocop-ast (>= 1.2.0, < 2.0)
4849
ruby-progressbar (~> 1.7)
49-
unicode-display_width (>= 1.4.0, < 1.6)
50+
unicode-display_width (>= 1.4.0, < 2.0)
51+
rubocop-ast (1.3.0)
52+
parser (>= 2.7.1.5)
5053
ruby-progressbar (1.10.1)
51-
typhoeus (1.3.1)
54+
typhoeus (1.4.0)
5255
ethon (>= 0.9.0)
53-
unicode-display_width (1.5.0)
56+
unicode-display_width (1.7.0)
5457

5558
PLATFORMS
5659
ruby
5760

5861
DEPENDENCIES
62+
json (~> 2.4.0)
5963
openapi_client (~> 1.0.0)
6064
pry-byebug
61-
rake (~> 12.0.0)
62-
rspec
63-
rubocop (~> 0.66.0)
65+
rake (~> 13.0.1)
66+
rspec (~> 3.10)
67+
rubocop (~> 1.6.1)
6468

6569
BUNDLED WITH
66-
1.15.3
70+
2.1.4

0 commit comments

Comments
 (0)