Skip to content

Commit

Permalink
Address bundle not finding actionpack via dep require order
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Nov 2, 2017
1 parent 3a5b84c commit fb52303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
source 'https://rubygems.org'

# Specify gem dependencies in active_model_serializers.gemspec
gemspec

version = ENV['RAILS_VERSION'] || '4.0'

if version == 'master'
Expand All @@ -27,6 +24,9 @@ else
gem 'activerecord', gem_version, group: :test
end

# Specify gem dependencies in active_model_serializers.gemspec
gemspec

# https://github.com/bundler/bundler/blob/89a8778c19269561926cea172acdcda241d26d23/lib/bundler/dependency.rb#L30-L54
@windows_platforms = [:mswin, :mingw, :x64_mingw]

Expand Down

0 comments on commit fb52303

Please sign in to comment.