mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Depend on the released activerecord-jdbcsqlite3-adapter
create_table_definition changed from 3 to 4 parameters was fixed and was included in 1.3.5
This commit is contained in:
parent
1ec499bd64
commit
1c440b513f
1
Gemfile
1
Gemfile
@ -1,6 +1,5 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
# Specify gem dependencies in active_model_serializers.gemspec
|
||||
gemspec
|
||||
|
||||
platforms :ruby do
|
||||
|
||||
@ -12,7 +12,7 @@ platforms :mri do
|
||||
end
|
||||
|
||||
platforms :jruby do
|
||||
gem 'activerecord-jdbcsqlite3-adapter', github: 'jruby/activerecord-jdbc-adapter'
|
||||
gem 'activerecord-jdbcsqlite3-adapter'
|
||||
end
|
||||
|
||||
platforms :rbx do
|
||||
@ -21,8 +21,6 @@ platforms :rbx do
|
||||
gem 'racc', '~> 1.4.10'
|
||||
end
|
||||
|
||||
# Use Rails master
|
||||
# Use Rails master + current dependencies
|
||||
gem 'rails', github: 'rails/rails'
|
||||
|
||||
# Current dependencies of edge rails
|
||||
gem 'arel', github: 'rails/arel'
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
# Specify gem dependencies in active_model_serializers.gemspec
|
||||
gemspec
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user