Merge pull request #2395 from ritikesh/0-10-stable

remove explicit require for thread_safe
This commit is contained in:
Benjamin Fleischer 2020-10-16 13:24:36 -05:00 committed by GitHub
commit df7475b31c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -83,7 +83,6 @@ group :test do
gem 'm', '~> 1.5'
gem 'pry', '>= 0.10'
gem 'byebug', '~> 8.2' if RUBY_VERSION < '2.2'
gem 'pry-byebug', platforms: :ruby
end
group :development, :test do

View File

@ -1,6 +1,5 @@
# frozen_string_literal: true
require 'thread_safe'
require 'jsonapi/include_directive'
require 'active_model/serializer/collection_serializer'
require 'active_model/serializer/array_serializer'