mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-24 14:56:50 +00:00
Address bundle not finding actionpack via dep require order
This commit is contained in:
parent
aabc1cb07d
commit
37d4bdc4d2
6
Gemfile
6
Gemfile
@ -1,8 +1,5 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
# Specify gem dependencies in active_model_serializers.gemspec
|
|
||||||
gemspec
|
|
||||||
|
|
||||||
version = ENV['RAILS_VERSION'] || '4.0'
|
version = ENV['RAILS_VERSION'] || '4.0'
|
||||||
|
|
||||||
if version == 'master'
|
if version == 'master'
|
||||||
@ -27,6 +24,9 @@ else
|
|||||||
gem 'activerecord', gem_version, group: :test
|
gem 'activerecord', gem_version, group: :test
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Specify gem dependencies in active_model_serializers.gemspec
|
||||||
|
gemspec
|
||||||
|
|
||||||
# https://github.com/bundler/bundler/blob/89a8778c19269561926cea172acdcda241d26d23/lib/bundler/dependency.rb#L30-L54
|
# https://github.com/bundler/bundler/blob/89a8778c19269561926cea172acdcda241d26d23/lib/bundler/dependency.rb#L30-L54
|
||||||
@windows_platforms = [:mswin, :mingw, :x64_mingw]
|
@windows_platforms = [:mswin, :mingw, :x64_mingw]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user