openapi-generator/samples/client/petstore/ruby/Gemfile.lock

67 lines
1.4 KiB
Plaintext
Raw Normal View History

2012-09-26 20:02:27 +00:00
PATH
remote: .
specs:
petstore (1.0.0)
json (~> 2.1, >= 2.1.0)
2016-04-19 15:41:26 +00:00
typhoeus (~> 1.0, >= 1.0.1)
2012-09-26 20:02:27 +00:00
GEM
remote: https://rubygems.org/
2012-09-26 20:02:27 +00:00
specs:
ZenTest (4.11.1)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
2012-09-26 20:02:27 +00:00
autotest (4.4.6)
ZenTest (>= 4.4.1)
autotest-fsevent (0.2.12)
2012-09-26 20:02:27 +00:00
sys-uname
autotest-growl (0.2.16)
autotest-rails-pure (4.1.2)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
ethon (0.10.1)
ffi (>= 1.3.0)
ffi (1.9.18)
hashdiff (0.3.4)
json (2.1.0)
public_suffix (2.0.5)
rake (12.0.0)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
rspec-mocks (~> 3.6.0)
rspec-core (3.6.0)
rspec-support (~> 3.6.0)
rspec-expectations (3.6.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-mocks (3.6.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
safe_yaml (1.0.4)
sys-uname (1.0.3)
2012-09-26 20:02:27 +00:00
ffi (>= 1.0.0)
typhoeus (1.1.2)
ethon (>= 0.9.0)
vcr (3.0.3)
webmock (1.24.6)
addressable (>= 2.3.6)
crack (>= 0.3.2)
2016-04-25 09:07:42 +00:00
hashdiff
2012-09-26 20:02:27 +00:00
PLATFORMS
ruby
DEPENDENCIES
2015-05-19 03:12:49 +00:00
autotest (~> 4.4, >= 4.4.6)
autotest-fsevent (~> 0.2, >= 0.2.12)
2015-05-19 03:12:49 +00:00
autotest-growl (~> 0.2, >= 0.2.16)
autotest-rails-pure (~> 4.1, >= 4.1.2)
petstore!
rake (~> 12.0.0)
rspec (~> 3.6, >= 3.6.0)
2016-04-25 09:07:42 +00:00
vcr (~> 3.0, >= 3.0.1)
webmock (~> 1.24, >= 1.24.3)