Skip to content

Commit 871ad86

Browse files
committed
reduce to minimum dependencies. Now we need beauby to merge my jsonapi-rails branch :-)
1 parent f3332f5 commit 871ad86

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Gemfile

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ eval_gemfile local_gemfile if File.readable?(local_gemfile)
77
# Specify your gem's dependencies in active_model_serializers.gemspec
88
gemspec
99

10-
gem 'jsonapi', github: 'beauby/jsonapi'
11-
gem 'jsonapi-validations', github: 'beauby/jsonapi-validations'
1210
gem 'jsonapi-rails', github: 'beauby/jsonapi-rails', branch: 'initial-implementation'
1311

1412
version = ENV['RAILS_VERSION'] || '4.2'

active_model_serializers.gemspec

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ Gem::Specification.new do |spec|
4242
# 'minitest'
4343
# 'thread_safe'
4444

45-
# spec.add_runtime_dependency 'jsonapi-rails'
46-
# spec.add_runtime_dependency 'jsonapi', '>= 0.1.1.beta2'
4745
spec.add_runtime_dependency 'jsonapi-deserializable', '~> 0.1.1.beta3'
4846
spec.add_runtime_dependency 'case_transform', '>= 0.2'
4947

0 commit comments

Comments
 (0)