Skip to content

Commit 282667a

Browse files
committed
Merge pull request #152 from jamonholmgren/rails-4-dependency
Specify Rails 4.0+
2 parents c8979e9 + 1b67882 commit 282667a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Like JSON API itself, JR's design is focused on the resources served by an API. JR needs little more than a definition of your resources, including their attributes and relationships, to make your server compliant with JSON API.
66

7-
JR is designed to work with Rails, and provides custom routes, controllers, and serializers. JR's resources may be backed by ActiveRecord models or by custom objects.
7+
JR is designed to work with Rails 4.0+, and provides custom routes, controllers, and serializers. JR's resources may be backed by ActiveRecord models or by custom objects.
88

99
## Demo App
1010

jsonapi-resources.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
2525
spec.add_development_dependency 'minitest-spec-rails'
2626
spec.add_development_dependency 'minitest-reporters'
2727
spec.add_development_dependency 'simplecov'
28-
spec.add_development_dependency 'rails', '>= 4.0'
28+
spec.add_dependency 'rails', '>= 4.0'
2929
end

0 commit comments

Comments
 (0)