Skip to content

Commit 270b312

Browse files
author
Lachlan Sylvester
committed
remove the thread_safe dependency. Relay on rails for this
1 parent 980d1ce commit 270b312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active_model_serializers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919
spec.require_paths = ["lib"]
2020

2121
spec.add_dependency "activemodel", ">= 4.0"
22-
spec.add_dependency 'thread_safe','~> 0.3', '>= 0.3.4'
22+
2323
spec.add_development_dependency "rails", ">= 4.0"
2424
spec.add_development_dependency "bundler", "~> 1.6"
2525
spec.add_development_dependency "rake"

0 commit comments

Comments
 (0)