mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 13:56:53 +00:00
Test with Rails 6 by default
This commit is contained in:
parent
c189a89c41
commit
c489589527
2
Gemfile
2
Gemfile
@ -15,7 +15,7 @@ eval_gemfile local_gemfile if File.readable?(local_gemfile)
|
||||
# Specify your gem's dependencies in active_model_serializers.gemspec
|
||||
gemspec
|
||||
|
||||
version = ENV['RAILS_VERSION'] || '4.2'
|
||||
version = ENV['RAILS_VERSION'] || '6.0'
|
||||
|
||||
if version == 'master'
|
||||
gem 'rack', github: 'rack/rack'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user