mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
move development gem dependencies into gemspec
This commit is contained in:
parent
56824f055b
commit
caf2daaa60
5
Gemfile
5
Gemfile
@ -1,7 +1,4 @@
|
|||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
# Specify your gem's dependencies in active_model_serializers.gemspec
|
# Specify gem dependencies in active_model_serializers.gemspec
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem "pry"
|
|
||||||
gem "simplecov", :require => false
|
|
||||||
|
|||||||
@ -19,4 +19,6 @@ Gem::Specification.new do |gem|
|
|||||||
|
|
||||||
gem.add_dependency 'activemodel', '~> 3.0'
|
gem.add_dependency 'activemodel', '~> 3.0'
|
||||||
gem.add_development_dependency "rails", "~> 3.0"
|
gem.add_development_dependency "rails", "~> 3.0"
|
||||||
|
gem.add_development_dependency "pry"
|
||||||
|
gem.add_development_dependency "simplecov"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user