mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 15:23:06 +00:00
4
Gemfile
4
Gemfile
@@ -28,6 +28,10 @@ if RUBY_VERSION < '2'
|
|||||||
gem 'mime-types', [ '>= 2.6.2', '< 3' ]
|
gem 'mime-types', [ '>= 2.6.2', '< 3' ]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if RUBY_VERSION < '2.1'
|
||||||
|
gem 'nokogiri', '< 1.7'
|
||||||
|
end
|
||||||
|
|
||||||
# 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]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user