Skip to content

Commit

Permalink
update ruby petstore client Gemfile (OpenAPITools#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Sep 1, 2018
1 parent 06d60d5 commit 357cae8
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions samples/client/petstore/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ GEM
diff-lcs (1.3)
ethon (0.11.0)
ffi (>= 1.3.0)
ffi (1.9.23)
ffi (1.9.25)
hashdiff (0.3.7)
json (2.1.0)
public_suffix (3.0.2)
public_suffix (3.0.3)
rake (12.0.0)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
safe_yaml (1.0.4)
sys-uname (1.0.3)
ffi (>= 1.0.0)
Expand All @@ -64,3 +64,6 @@ DEPENDENCIES
rspec (~> 3.6, >= 3.6.0)
vcr (~> 3.0, >= 3.0.1)
webmock (~> 1.24, >= 1.24.3)

BUNDLED WITH
1.16.1

0 comments on commit 357cae8

Please sign in to comment.