ae_declarative_authorization 0.10.1 → 0.12.1.tim1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +5 -5
  2. data/.circleci/config.yml +29 -0
  3. data/.gitignore +32 -0
  4. data/.ruby-version +1 -0
  5. data/Appraisals +18 -23
  6. data/Gemfile +3 -1
  7. data/declarative_authorization.gemspec +2 -2
  8. data/lib/declarative_authorization/controller/grape.rb +15 -4
  9. data/lib/declarative_authorization/controller_permission.rb +1 -5
  10. data/lib/declarative_authorization/test/helpers.rb +8 -2
  11. data/lib/declarative_authorization/version.rb +1 -1
  12. metadata +11 -76
  13. data/Gemfile.lock +0 -138
  14. data/gemfiles/ruby_2.3.3_rails507.gemfile +0 -12
  15. data/gemfiles/ruby_2.3.3_rails507.gemfile.lock +0 -164
  16. data/gemfiles/ruby_2.3.3_rails516.gemfile +0 -12
  17. data/gemfiles/ruby_2.3.3_rails516.gemfile.lock +0 -164
  18. data/gemfiles/ruby_2.3.3_rails521.gemfile +0 -12
  19. data/gemfiles/ruby_2.3.3_rails521.gemfile.lock +0 -172
  20. data/gemfiles/ruby_2.3.3_rails522.gemfile +0 -12
  21. data/gemfiles/ruby_2.3.3_rails522.gemfile.lock +0 -172
  22. data/gemfiles/ruby_2.5.3_rails507.gemfile +0 -12
  23. data/gemfiles/ruby_2.5.3_rails507.gemfile.lock +0 -164
  24. data/gemfiles/ruby_2.5.3_rails516.gemfile +0 -12
  25. data/gemfiles/ruby_2.5.3_rails516.gemfile.lock +0 -164
  26. data/gemfiles/ruby_2.5.3_rails521.gemfile +0 -12
  27. data/gemfiles/ruby_2.5.3_rails521.gemfile.lock +0 -172
  28. data/gemfiles/ruby_2.5.3_rails522.gemfile +0 -12
  29. data/gemfiles/ruby_2.5.3_rails522.gemfile.lock +0 -172
  30. data/gemfiles/ruby_2.6.2_rails507.gemfile +0 -12
  31. data/gemfiles/ruby_2.6.2_rails507.gemfile.lock +0 -164
  32. data/gemfiles/ruby_2.6.2_rails516.gemfile +0 -12
  33. data/gemfiles/ruby_2.6.2_rails516.gemfile.lock +0 -164
  34. data/gemfiles/ruby_2.6.2_rails521.gemfile +0 -12
  35. data/gemfiles/ruby_2.6.2_rails521.gemfile.lock +0 -172
  36. data/gemfiles/ruby_2.6.2_rails522.gemfile +0 -12
  37. data/gemfiles/ruby_2.6.2_rails522.gemfile.lock +0 -172
  38. data/log/test.log +0 -89694
  39. data/pkg/ae_declarative_authorization-0.10.0.gem +0 -0
  40. data/pkg/ae_declarative_authorization-0.9.0.gem +0 -0
  41. data/pkg/ae_declarative_authorization-0.9.0.tim1.gem +0 -0
  42. data/pkg/ae_declarative_authorization-0.9.1.gem +0 -0
  43. data/pkg/ae_declarative_authorization-0.9.2.gem +0 -0
  44. data/test/authorization_test.rb +0 -1189
  45. data/test/controller_filter_resource_access_test.rb +0 -573
  46. data/test/database.yml +0 -3
  47. data/test/dsl_reader_test.rb +0 -178
  48. data/test/functional/filter_access_to_with_id_in_scope_test.rb +0 -88
  49. data/test/functional/no_filter_access_to_test.rb +0 -79
  50. data/test/functional/params_block_arity_test.rb +0 -39
  51. data/test/grape_api_test.rb +0 -508
  52. data/test/helper_test.rb +0 -248
  53. data/test/maintenance_test.rb +0 -46
  54. data/test/model_test.rb +0 -1840
  55. data/test/profiles/access_checking +0 -100
  56. data/test/rails_controller_test.rb +0 -478
  57. data/test/schema.sql +0 -60
  58. data/test/test_helper.rb +0 -117
  59. data/test/test_support/grape.rb +0 -93
  60. data/test/test_support/minitest_compatibility.rb +0 -27
  61. data/test/test_support/rails.rb +0 -69
@@ -1,12 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "appraisal", "~> 2.1"
6
- gem "mocha", "~> 1.0", require: false
7
- gem "sqlite3", "~> 1.3.0"
8
- gem "rails", "5.1.6"
9
- gem "grape", "1.2.3"
10
- gem "rails-controller-testing"
11
-
12
- gemspec path: "../"
@@ -1,164 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- ae_declarative_authorization (0.10.0)
5
- blockenspiel (~> 0.5.0)
6
- rails (>= 4.2.5.2, < 6)
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actioncable (5.1.6)
12
- actionpack (= 5.1.6)
13
- nio4r (~> 2.0)
14
- websocket-driver (~> 0.6.1)
15
- actionmailer (5.1.6)
16
- actionpack (= 5.1.6)
17
- actionview (= 5.1.6)
18
- activejob (= 5.1.6)
19
- mail (~> 2.5, >= 2.5.4)
20
- rails-dom-testing (~> 2.0)
21
- actionpack (5.1.6)
22
- actionview (= 5.1.6)
23
- activesupport (= 5.1.6)
24
- rack (~> 2.0)
25
- rack-test (>= 0.6.3)
26
- rails-dom-testing (~> 2.0)
27
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.1.6)
29
- activesupport (= 5.1.6)
30
- builder (~> 3.1)
31
- erubi (~> 1.4)
32
- rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.1.6)
35
- activesupport (= 5.1.6)
36
- globalid (>= 0.3.6)
37
- activemodel (5.1.6)
38
- activesupport (= 5.1.6)
39
- activerecord (5.1.6)
40
- activemodel (= 5.1.6)
41
- activesupport (= 5.1.6)
42
- arel (~> 8.0)
43
- activesupport (5.1.6)
44
- concurrent-ruby (~> 1.0, >= 1.0.2)
45
- i18n (>= 0.7, < 2)
46
- minitest (~> 5.1)
47
- tzinfo (~> 1.1)
48
- appraisal (2.2.0)
49
- bundler
50
- rake
51
- thor (>= 0.14.0)
52
- arel (8.0.0)
53
- axiom-types (0.1.1)
54
- descendants_tracker (~> 0.0.4)
55
- ice_nine (~> 0.11.0)
56
- thread_safe (~> 0.3, >= 0.3.1)
57
- blockenspiel (0.5.0)
58
- builder (3.2.3)
59
- coercible (1.0.0)
60
- descendants_tracker (~> 0.0.1)
61
- concurrent-ruby (1.1.5)
62
- crass (1.0.4)
63
- descendants_tracker (0.0.4)
64
- thread_safe (~> 0.3, >= 0.3.1)
65
- equalizer (0.0.11)
66
- erubi (1.8.0)
67
- globalid (0.4.2)
68
- activesupport (>= 4.2.0)
69
- grape (1.2.3)
70
- activesupport
71
- builder
72
- mustermann-grape (~> 1.0.0)
73
- rack (>= 1.3.0)
74
- rack-accept
75
- virtus (>= 1.0.0)
76
- i18n (1.6.0)
77
- concurrent-ruby (~> 1.0)
78
- ice_nine (0.11.2)
79
- loofah (2.2.3)
80
- crass (~> 1.0.2)
81
- nokogiri (>= 1.5.9)
82
- mail (2.7.1)
83
- mini_mime (>= 0.1.1)
84
- metaclass (0.0.4)
85
- method_source (0.9.2)
86
- mini_mime (1.0.1)
87
- mini_portile2 (2.4.0)
88
- minitest (5.11.3)
89
- mocha (1.8.0)
90
- metaclass (~> 0.0.1)
91
- mustermann (1.0.3)
92
- mustermann-grape (1.0.0)
93
- mustermann (~> 1.0.0)
94
- nio4r (2.3.1)
95
- nokogiri (1.10.2)
96
- mini_portile2 (~> 2.4.0)
97
- rack (2.0.7)
98
- rack-accept (0.4.5)
99
- rack (>= 0.4)
100
- rack-test (1.1.0)
101
- rack (>= 1.0, < 3)
102
- rails (5.1.6)
103
- actioncable (= 5.1.6)
104
- actionmailer (= 5.1.6)
105
- actionpack (= 5.1.6)
106
- actionview (= 5.1.6)
107
- activejob (= 5.1.6)
108
- activemodel (= 5.1.6)
109
- activerecord (= 5.1.6)
110
- activesupport (= 5.1.6)
111
- bundler (>= 1.3.0)
112
- railties (= 5.1.6)
113
- sprockets-rails (>= 2.0.0)
114
- rails-controller-testing (1.0.4)
115
- actionpack (>= 5.0.1.x)
116
- actionview (>= 5.0.1.x)
117
- activesupport (>= 5.0.1.x)
118
- rails-dom-testing (2.0.3)
119
- activesupport (>= 4.2.0)
120
- nokogiri (>= 1.6)
121
- rails-html-sanitizer (1.0.4)
122
- loofah (~> 2.2, >= 2.2.2)
123
- railties (5.1.6)
124
- actionpack (= 5.1.6)
125
- activesupport (= 5.1.6)
126
- method_source
127
- rake (>= 0.8.7)
128
- thor (>= 0.18.1, < 2.0)
129
- rake (12.3.2)
130
- sprockets (3.7.2)
131
- concurrent-ruby (~> 1.0)
132
- rack (> 1, < 3)
133
- sprockets-rails (3.2.1)
134
- actionpack (>= 4.0)
135
- activesupport (>= 4.0)
136
- sprockets (>= 3.0.0)
137
- sqlite3 (1.3.13)
138
- thor (0.20.3)
139
- thread_safe (0.3.6)
140
- tzinfo (1.2.5)
141
- thread_safe (~> 0.1)
142
- virtus (1.0.5)
143
- axiom-types (~> 0.1)
144
- coercible (~> 1.0)
145
- descendants_tracker (~> 0.0, >= 0.0.3)
146
- equalizer (~> 0.0, >= 0.0.9)
147
- websocket-driver (0.6.5)
148
- websocket-extensions (>= 0.1.0)
149
- websocket-extensions (0.1.3)
150
-
151
- PLATFORMS
152
- ruby
153
-
154
- DEPENDENCIES
155
- ae_declarative_authorization!
156
- appraisal (~> 2.1)
157
- grape (= 1.2.3)
158
- mocha (~> 1.0)
159
- rails (= 5.1.6)
160
- rails-controller-testing
161
- sqlite3 (~> 1.3.0)
162
-
163
- BUNDLED WITH
164
- 1.17.2
@@ -1,12 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "appraisal", "~> 2.1"
6
- gem "mocha", "~> 1.0", require: false
7
- gem "sqlite3", "~> 1.3.0"
8
- gem "rails", "5.2.1"
9
- gem "grape", "1.2.3"
10
- gem "rails-controller-testing"
11
-
12
- gemspec path: "../"
@@ -1,172 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- ae_declarative_authorization (0.10.0)
5
- blockenspiel (~> 0.5.0)
6
- rails (>= 4.2.5.2, < 6)
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actioncable (5.2.1)
12
- actionpack (= 5.2.1)
13
- nio4r (~> 2.0)
14
- websocket-driver (>= 0.6.1)
15
- actionmailer (5.2.1)
16
- actionpack (= 5.2.1)
17
- actionview (= 5.2.1)
18
- activejob (= 5.2.1)
19
- mail (~> 2.5, >= 2.5.4)
20
- rails-dom-testing (~> 2.0)
21
- actionpack (5.2.1)
22
- actionview (= 5.2.1)
23
- activesupport (= 5.2.1)
24
- rack (~> 2.0)
25
- rack-test (>= 0.6.3)
26
- rails-dom-testing (~> 2.0)
27
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.2.1)
29
- activesupport (= 5.2.1)
30
- builder (~> 3.1)
31
- erubi (~> 1.4)
32
- rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.2.1)
35
- activesupport (= 5.2.1)
36
- globalid (>= 0.3.6)
37
- activemodel (5.2.1)
38
- activesupport (= 5.2.1)
39
- activerecord (5.2.1)
40
- activemodel (= 5.2.1)
41
- activesupport (= 5.2.1)
42
- arel (>= 9.0)
43
- activestorage (5.2.1)
44
- actionpack (= 5.2.1)
45
- activerecord (= 5.2.1)
46
- marcel (~> 0.3.1)
47
- activesupport (5.2.1)
48
- concurrent-ruby (~> 1.0, >= 1.0.2)
49
- i18n (>= 0.7, < 2)
50
- minitest (~> 5.1)
51
- tzinfo (~> 1.1)
52
- appraisal (2.2.0)
53
- bundler
54
- rake
55
- thor (>= 0.14.0)
56
- arel (9.0.0)
57
- axiom-types (0.1.1)
58
- descendants_tracker (~> 0.0.4)
59
- ice_nine (~> 0.11.0)
60
- thread_safe (~> 0.3, >= 0.3.1)
61
- blockenspiel (0.5.0)
62
- builder (3.2.3)
63
- coercible (1.0.0)
64
- descendants_tracker (~> 0.0.1)
65
- concurrent-ruby (1.1.5)
66
- crass (1.0.4)
67
- descendants_tracker (0.0.4)
68
- thread_safe (~> 0.3, >= 0.3.1)
69
- equalizer (0.0.11)
70
- erubi (1.8.0)
71
- globalid (0.4.2)
72
- activesupport (>= 4.2.0)
73
- grape (1.2.3)
74
- activesupport
75
- builder
76
- mustermann-grape (~> 1.0.0)
77
- rack (>= 1.3.0)
78
- rack-accept
79
- virtus (>= 1.0.0)
80
- i18n (1.6.0)
81
- concurrent-ruby (~> 1.0)
82
- ice_nine (0.11.2)
83
- loofah (2.2.3)
84
- crass (~> 1.0.2)
85
- nokogiri (>= 1.5.9)
86
- mail (2.7.1)
87
- mini_mime (>= 0.1.1)
88
- marcel (0.3.3)
89
- mimemagic (~> 0.3.2)
90
- metaclass (0.0.4)
91
- method_source (0.9.2)
92
- mimemagic (0.3.3)
93
- mini_mime (1.0.1)
94
- mini_portile2 (2.4.0)
95
- minitest (5.11.3)
96
- mocha (1.8.0)
97
- metaclass (~> 0.0.1)
98
- mustermann (1.0.3)
99
- mustermann-grape (1.0.0)
100
- mustermann (~> 1.0.0)
101
- nio4r (2.3.1)
102
- nokogiri (1.10.2)
103
- mini_portile2 (~> 2.4.0)
104
- rack (2.0.7)
105
- rack-accept (0.4.5)
106
- rack (>= 0.4)
107
- rack-test (1.1.0)
108
- rack (>= 1.0, < 3)
109
- rails (5.2.1)
110
- actioncable (= 5.2.1)
111
- actionmailer (= 5.2.1)
112
- actionpack (= 5.2.1)
113
- actionview (= 5.2.1)
114
- activejob (= 5.2.1)
115
- activemodel (= 5.2.1)
116
- activerecord (= 5.2.1)
117
- activestorage (= 5.2.1)
118
- activesupport (= 5.2.1)
119
- bundler (>= 1.3.0)
120
- railties (= 5.2.1)
121
- sprockets-rails (>= 2.0.0)
122
- rails-controller-testing (1.0.4)
123
- actionpack (>= 5.0.1.x)
124
- actionview (>= 5.0.1.x)
125
- activesupport (>= 5.0.1.x)
126
- rails-dom-testing (2.0.3)
127
- activesupport (>= 4.2.0)
128
- nokogiri (>= 1.6)
129
- rails-html-sanitizer (1.0.4)
130
- loofah (~> 2.2, >= 2.2.2)
131
- railties (5.2.1)
132
- actionpack (= 5.2.1)
133
- activesupport (= 5.2.1)
134
- method_source
135
- rake (>= 0.8.7)
136
- thor (>= 0.19.0, < 2.0)
137
- rake (12.3.2)
138
- sprockets (3.7.2)
139
- concurrent-ruby (~> 1.0)
140
- rack (> 1, < 3)
141
- sprockets-rails (3.2.1)
142
- actionpack (>= 4.0)
143
- activesupport (>= 4.0)
144
- sprockets (>= 3.0.0)
145
- sqlite3 (1.3.13)
146
- thor (0.20.3)
147
- thread_safe (0.3.6)
148
- tzinfo (1.2.5)
149
- thread_safe (~> 0.1)
150
- virtus (1.0.5)
151
- axiom-types (~> 0.1)
152
- coercible (~> 1.0)
153
- descendants_tracker (~> 0.0, >= 0.0.3)
154
- equalizer (~> 0.0, >= 0.0.9)
155
- websocket-driver (0.7.0)
156
- websocket-extensions (>= 0.1.0)
157
- websocket-extensions (0.1.3)
158
-
159
- PLATFORMS
160
- ruby
161
-
162
- DEPENDENCIES
163
- ae_declarative_authorization!
164
- appraisal (~> 2.1)
165
- grape (= 1.2.3)
166
- mocha (~> 1.0)
167
- rails (= 5.2.1)
168
- rails-controller-testing
169
- sqlite3 (~> 1.3.0)
170
-
171
- BUNDLED WITH
172
- 1.17.2
@@ -1,12 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "appraisal", "~> 2.1"
6
- gem "mocha", "~> 1.0", require: false
7
- gem "sqlite3", "~> 1.3.0"
8
- gem "rails", "5.2.2"
9
- gem "grape", "1.2.3"
10
- gem "rails-controller-testing"
11
-
12
- gemspec path: "../"
@@ -1,172 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- ae_declarative_authorization (0.10.0)
5
- blockenspiel (~> 0.5.0)
6
- rails (>= 4.2.5.2, < 6)
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actioncable (5.2.2)
12
- actionpack (= 5.2.2)
13
- nio4r (~> 2.0)
14
- websocket-driver (>= 0.6.1)
15
- actionmailer (5.2.2)
16
- actionpack (= 5.2.2)
17
- actionview (= 5.2.2)
18
- activejob (= 5.2.2)
19
- mail (~> 2.5, >= 2.5.4)
20
- rails-dom-testing (~> 2.0)
21
- actionpack (5.2.2)
22
- actionview (= 5.2.2)
23
- activesupport (= 5.2.2)
24
- rack (~> 2.0)
25
- rack-test (>= 0.6.3)
26
- rails-dom-testing (~> 2.0)
27
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.2.2)
29
- activesupport (= 5.2.2)
30
- builder (~> 3.1)
31
- erubi (~> 1.4)
32
- rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.2.2)
35
- activesupport (= 5.2.2)
36
- globalid (>= 0.3.6)
37
- activemodel (5.2.2)
38
- activesupport (= 5.2.2)
39
- activerecord (5.2.2)
40
- activemodel (= 5.2.2)
41
- activesupport (= 5.2.2)
42
- arel (>= 9.0)
43
- activestorage (5.2.2)
44
- actionpack (= 5.2.2)
45
- activerecord (= 5.2.2)
46
- marcel (~> 0.3.1)
47
- activesupport (5.2.2)
48
- concurrent-ruby (~> 1.0, >= 1.0.2)
49
- i18n (>= 0.7, < 2)
50
- minitest (~> 5.1)
51
- tzinfo (~> 1.1)
52
- appraisal (2.2.0)
53
- bundler
54
- rake
55
- thor (>= 0.14.0)
56
- arel (9.0.0)
57
- axiom-types (0.1.1)
58
- descendants_tracker (~> 0.0.4)
59
- ice_nine (~> 0.11.0)
60
- thread_safe (~> 0.3, >= 0.3.1)
61
- blockenspiel (0.5.0)
62
- builder (3.2.3)
63
- coercible (1.0.0)
64
- descendants_tracker (~> 0.0.1)
65
- concurrent-ruby (1.1.5)
66
- crass (1.0.4)
67
- descendants_tracker (0.0.4)
68
- thread_safe (~> 0.3, >= 0.3.1)
69
- equalizer (0.0.11)
70
- erubi (1.8.0)
71
- globalid (0.4.2)
72
- activesupport (>= 4.2.0)
73
- grape (1.2.3)
74
- activesupport
75
- builder
76
- mustermann-grape (~> 1.0.0)
77
- rack (>= 1.3.0)
78
- rack-accept
79
- virtus (>= 1.0.0)
80
- i18n (1.6.0)
81
- concurrent-ruby (~> 1.0)
82
- ice_nine (0.11.2)
83
- loofah (2.2.3)
84
- crass (~> 1.0.2)
85
- nokogiri (>= 1.5.9)
86
- mail (2.7.1)
87
- mini_mime (>= 0.1.1)
88
- marcel (0.3.3)
89
- mimemagic (~> 0.3.2)
90
- metaclass (0.0.4)
91
- method_source (0.9.2)
92
- mimemagic (0.3.3)
93
- mini_mime (1.0.1)
94
- mini_portile2 (2.4.0)
95
- minitest (5.11.3)
96
- mocha (1.8.0)
97
- metaclass (~> 0.0.1)
98
- mustermann (1.0.3)
99
- mustermann-grape (1.0.0)
100
- mustermann (~> 1.0.0)
101
- nio4r (2.3.1)
102
- nokogiri (1.10.2)
103
- mini_portile2 (~> 2.4.0)
104
- rack (2.0.7)
105
- rack-accept (0.4.5)
106
- rack (>= 0.4)
107
- rack-test (1.1.0)
108
- rack (>= 1.0, < 3)
109
- rails (5.2.2)
110
- actioncable (= 5.2.2)
111
- actionmailer (= 5.2.2)
112
- actionpack (= 5.2.2)
113
- actionview (= 5.2.2)
114
- activejob (= 5.2.2)
115
- activemodel (= 5.2.2)
116
- activerecord (= 5.2.2)
117
- activestorage (= 5.2.2)
118
- activesupport (= 5.2.2)
119
- bundler (>= 1.3.0)
120
- railties (= 5.2.2)
121
- sprockets-rails (>= 2.0.0)
122
- rails-controller-testing (1.0.4)
123
- actionpack (>= 5.0.1.x)
124
- actionview (>= 5.0.1.x)
125
- activesupport (>= 5.0.1.x)
126
- rails-dom-testing (2.0.3)
127
- activesupport (>= 4.2.0)
128
- nokogiri (>= 1.6)
129
- rails-html-sanitizer (1.0.4)
130
- loofah (~> 2.2, >= 2.2.2)
131
- railties (5.2.2)
132
- actionpack (= 5.2.2)
133
- activesupport (= 5.2.2)
134
- method_source
135
- rake (>= 0.8.7)
136
- thor (>= 0.19.0, < 2.0)
137
- rake (12.3.2)
138
- sprockets (3.7.2)
139
- concurrent-ruby (~> 1.0)
140
- rack (> 1, < 3)
141
- sprockets-rails (3.2.1)
142
- actionpack (>= 4.0)
143
- activesupport (>= 4.0)
144
- sprockets (>= 3.0.0)
145
- sqlite3 (1.3.13)
146
- thor (0.20.3)
147
- thread_safe (0.3.6)
148
- tzinfo (1.2.5)
149
- thread_safe (~> 0.1)
150
- virtus (1.0.5)
151
- axiom-types (~> 0.1)
152
- coercible (~> 1.0)
153
- descendants_tracker (~> 0.0, >= 0.0.3)
154
- equalizer (~> 0.0, >= 0.0.9)
155
- websocket-driver (0.7.0)
156
- websocket-extensions (>= 0.1.0)
157
- websocket-extensions (0.1.3)
158
-
159
- PLATFORMS
160
- ruby
161
-
162
- DEPENDENCIES
163
- ae_declarative_authorization!
164
- appraisal (~> 2.1)
165
- grape (= 1.2.3)
166
- mocha (~> 1.0)
167
- rails (= 5.2.2)
168
- rails-controller-testing
169
- sqlite3 (~> 1.3.0)
170
-
171
- BUNDLED WITH
172
- 1.17.2