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

63 lines
1.3 KiB
Plaintext
Raw Normal View History

2012-09-26 20:02:27 +00:00
PATH
remote: .
specs:
petstore (1.0.0)
2016-04-19 15:41:26 +00:00
json (~> 1.8, >= 1.8.3)
typhoeus (~> 1.0, >= 1.0.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)
2016-04-19 15:41:26 +00:00
ethon (0.8.1)
ffi (>= 1.3.0)
ffi (1.9.8)
2016-04-25 09:07:42 +00:00
hashdiff (0.3.0)
2016-04-19 15:41:26 +00:00
json (1.8.3)
2016-04-25 09:07:42 +00:00
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-core (3.4.4)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
2016-04-25 09:07:42 +00:00
rspec-support (~> 3.4.0)
rspec-mocks (3.4.1)
diff-lcs (>= 1.2.0, < 2.0)
2016-04-25 09:07:42 +00:00
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
safe_yaml (1.0.4)
sys-uname (0.9.2)
2012-09-26 20:02:27 +00:00
ffi (>= 1.0.0)
2016-04-19 15:41:26 +00:00
typhoeus (1.0.1)
ethon (>= 0.8.0)
2016-04-25 09:07:42 +00:00
vcr (3.0.1)
webmock (1.24.5)
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.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!
2016-04-25 09:07:42 +00:00
rspec (~> 3.4, >= 3.4.0)
vcr (~> 3.0, >= 3.0.1)
webmock (~> 1.24, >= 1.24.3)