Skip to content

Commit 72bc1ff

Browse files
committed
rails v6.1 compatibility
1 parent 8fcee36 commit 72bc1ff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ env:
66
- "RAILS_VERSION=5.1.7"
77
- "RAILS_VERSION=5.2.3"
88
- "RAILS_VERSION=6.0.0"
9+
- "RAILS_VERSION=6.1.0"
910
rvm:
1011
- 2.3.8
1112
- 2.4.7

lib/jsonapi/resource_controller_metal.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ class ResourceControllerMetal < ActionController::Metal
55
ActionController::Rendering,
66
ActionController::Renderers::All,
77
ActionController::StrongParameters,
8-
ActionController::ForceSSL,
98
ActionController::Instrumentation,
109
JSONAPI::ActsAsResourceController
1110
].freeze

0 commit comments

Comments
 (0)