mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
add explicit thread_safe dependency
This commit is contained in:
parent
2b0c5ee084
commit
980d1ced81
@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.add_dependency "activemodel", ">= 4.0"
|
||||
|
||||
spec.add_dependency 'thread_safe','~> 0.3', '>= 0.3.4'
|
||||
spec.add_development_dependency "rails", ">= 4.0"
|
||||
spec.add_development_dependency "bundler", "~> 1.6"
|
||||
spec.add_development_dependency "rake"
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
require 'thread_safe'
|
||||
|
||||
module ActiveModel
|
||||
class Serializer
|
||||
extend ActiveSupport::Autoload
|
||||
|
||||
Loading…
Reference in New Issue
Block a user