mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Add Gemfile dependencies to ActiveRecord and sqlite3.
This commit is contained in:
6
Gemfile
6
Gemfile
@@ -25,5 +25,11 @@ else
|
||||
gem 'actionpack', gem_version
|
||||
end
|
||||
|
||||
group :test do
|
||||
gem 'activerecord'
|
||||
gem 'sqlite3', platform: :ruby
|
||||
gem 'activerecord-jdbcsqlite3-adapter', platform: :jruby
|
||||
end
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||||
|
||||
Reference in New Issue
Block a user