Skip to content

Commit c77d1e5

Browse files
committed
dependency fix
1 parent 5a22cb9 commit c77d1e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/rails_workflow.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
require 'will_paginate'
77
require 'draper'
88
require 'sidekiq'
9+
require 'active_model_serializers'
910
require 'rails_workflow/db/mysql'
1011
require 'rails_workflow/db/pg'
1112

lib/rails_workflow/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RailsWorkflow
2-
VERSION = "0.3.2"
2+
VERSION = "0.3.3"
33
end

0 commit comments

Comments
 (0)