grape-active_model_serializers/Gemfile.lock
John Allen 7f02d8f0d5 Removes unnecessary dependencies
There are some dependencies that are not required for this gem (eg.
tilt) that I'm removing. In addition some of the dependencies were only
necessary for development/test so I'm moving all of that into the gempsec and
making that clear there.
2013-05-16 09:06:37 -04:00

75 lines
1.6 KiB
Text

PATH
remote: .
specs:
grape-active_model_serializers (0.1.0)
grape (~> 0.3)
GEM
remote: https://rubygems.org/
specs:
active_model_serializers (0.8.1)
activemodel (>= 3.0)
activemodel (3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
activerecord (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activerecord-nulldb-adapter (0.2.3)
activerecord (>= 2.0.0)
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
arel (3.0.2)
backports (2.6.7)
builder (3.0.4)
descendants_tracker (0.0.1)
diff-lcs (1.1.3)
grape (0.4.1)
activesupport
builder
hashie (>= 1.2.0)
multi_json (>= 1.3.2)
multi_xml (>= 0.5.2)
rack (>= 1.3.0)
rack-accept
rack-mount
virtus
hashie (2.0.5)
i18n (0.6.1)
multi_json (1.7.3)
multi_xml (0.5.3)
rack (1.5.2)
rack-accept (0.4.5)
rack (>= 0.4)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-test (0.6.2)
rack (>= 1.0)
rake (10.0.4)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.2)
tzinfo (0.3.37)
virtus (0.5.4)
backports (~> 2.6.1)
descendants_tracker (~> 0.0.1)
PLATFORMS
ruby
DEPENDENCIES
active_model_serializers
activerecord
activerecord-nulldb-adapter
grape-active_model_serializers!
rack-test
rake
rspec (~> 2.12.0)