Skip to content

Commit 9082480

Browse files
committed
Remove active model serializer and add tzinfo-data gem
1 parent ec5fbdd commit 9082480

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rails_docker/Gemfile.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ruby '2.6.2'
55
gem 'rails', '5.2.3' # Latest stable
66
gem 'pg' # Use Postgresql as database
77
gem 'puma' # Use Puma as the app server
8-
gem 'active_model_serializers' # ActiveModel::Serializer implementation and Rails hooks
98
gem 'mini_magick' # A ruby wrapper for ImageMagick or GraphicsMagick command line
109
gem 'pagy' # A pagination gem that is very light and fast
1110
gem 'paranoia', '2.4.1' # Paranoia is a re-implementation of acts_as_paranoid for Rails 3 and Rails 4. Soft-deletion of records
@@ -74,3 +73,6 @@ end
7473
group :production do
7574
gem 'rack-timeout' # Rack middleware which aborts requests that have been running for longer than a specified timeout.
7675
end
76+
77+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
78+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

0 commit comments

Comments
 (0)