Skip to content

Commit

Permalink
remove the thread_safe dependency. Relay on rails for this
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Sylvester committed Mar 12, 2015
1 parent 980d1ce commit ca384e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion active_model_serializers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 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"
Expand Down

0 comments on commit ca384e6

Please sign in to comment.