mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-04-24 14:27:47 +00:00
Removed Gemfile.lock
This commit is contained in:
parent
6b9bf5976a
commit
02f4b154e4
2 changed files with 2 additions and 76 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -13,4 +13,5 @@ capybara-*.html
|
||||||
/spec/tmp/*
|
/spec/tmp/*
|
||||||
**.orig
|
**.orig
|
||||||
rerun.txt
|
rerun.txt
|
||||||
pickle-email-*.html
|
pickle-email-*.html
|
||||||
|
Gemfile.lock
|
||||||
|
|
|
||||||
75
Gemfile.lock
75
Gemfile.lock
|
|
@ -1,75 +0,0 @@
|
||||||
PATH
|
|
||||||
remote: .
|
|
||||||
specs:
|
|
||||||
grape-active_model_serializers (0.1.0)
|
|
||||||
active_model_serializers (>= 0.8.1)
|
|
||||||
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 (3.3.3)
|
|
||||||
builder (3.0.4)
|
|
||||||
descendants_tracker (0.0.1)
|
|
||||||
diff-lcs (1.1.3)
|
|
||||||
grape (0.5.0)
|
|
||||||
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.4)
|
|
||||||
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.5)
|
|
||||||
backports (~> 3.3)
|
|
||||||
descendants_tracker (~> 0.0.1)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
activerecord
|
|
||||||
activerecord-nulldb-adapter
|
|
||||||
grape-active_model_serializers!
|
|
||||||
rack-test
|
|
||||||
rake
|
|
||||||
rspec (~> 2.12.0)
|
|
||||||
Loading…
Reference in a new issue