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

61 lines
1.3 KiB
Plaintext
Raw Normal View History

2012-09-26 20:02:27 +00:00
PATH
remote: .
specs:
petstore (1.0.0)
2015-05-19 03:12:49 +00:00
json (~> 1.4, >= 1.4.6)
typhoeus (~> 0.2, >= 0.2.1)
2012-09-26 20:02:27 +00:00
GEM
remote: http://rubygems.org/
specs:
ZenTest (4.11.0)
addressable (2.3.8)
2012-09-26 20:02:27 +00:00
autotest (4.4.6)
ZenTest (>= 4.4.1)
autotest-fsevent (0.2.11)
2012-09-26 20:02:27 +00:00
sys-uname
autotest-growl (0.2.16)
autotest-rails-pure (4.1.2)
crack (0.4.2)
safe_yaml (~> 1.0.0)
diff-lcs (1.2.5)
ethon (0.7.3)
ffi (>= 1.3.0)
ffi (1.9.8)
json (1.8.2)
rspec (3.2.0)
rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0)
rspec-mocks (~> 3.2.0)
rspec-core (3.2.2)
rspec-support (~> 3.2.0)
rspec-expectations (3.2.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-mocks (3.2.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.2)
safe_yaml (1.0.4)
sys-uname (0.9.2)
2012-09-26 20:02:27 +00:00
ffi (>= 1.0.0)
typhoeus (0.7.1)
ethon (>= 0.7.1)
vcr (2.9.3)
webmock (1.21.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
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.11)
2015-05-19 03:12:49 +00:00
autotest-growl (~> 0.2, >= 0.2.16)
autotest-rails-pure (~> 4.1, >= 4.1.2)
petstore!
2015-05-19 03:12:49 +00:00
rspec (~> 3.2, >= 3.2.0)
vcr (~> 2.9, >= 2.9.3)
webmock (~> 1.6, >= 1.6.2)