ae_declarative_authorization 0.10.0 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/Appraisals +5 -13
  3. data/Gemfile.lock +1 -1
  4. data/gemfiles/{rails507.gemfile → ruby_2.3.3_rails507.gemfile} +0 -0
  5. data/gemfiles/{rails507.gemfile.lock → ruby_2.3.3_rails507.gemfile.lock} +15 -15
  6. data/gemfiles/{rails516.gemfile → ruby_2.3.3_rails516.gemfile} +0 -0
  7. data/gemfiles/{rails516.gemfile.lock → ruby_2.3.3_rails516.gemfile.lock} +4 -4
  8. data/gemfiles/{rails521.gemfile → ruby_2.3.3_rails521.gemfile} +0 -0
  9. data/gemfiles/{rails521.gemfile.lock → ruby_2.3.3_rails521.gemfile.lock} +17 -17
  10. data/gemfiles/{rails522.gemfile → ruby_2.3.3_rails522.gemfile} +0 -0
  11. data/gemfiles/{rails522.gemfile.lock → ruby_2.3.3_rails522.gemfile.lock} +4 -4
  12. data/gemfiles/ruby_2.5.3_rails507.gemfile +12 -0
  13. data/gemfiles/ruby_2.5.3_rails507.gemfile.lock +164 -0
  14. data/gemfiles/ruby_2.5.3_rails516.gemfile +12 -0
  15. data/gemfiles/ruby_2.5.3_rails516.gemfile.lock +164 -0
  16. data/gemfiles/ruby_2.5.3_rails521.gemfile +12 -0
  17. data/gemfiles/ruby_2.5.3_rails521.gemfile.lock +172 -0
  18. data/gemfiles/ruby_2.5.3_rails522.gemfile +12 -0
  19. data/gemfiles/ruby_2.5.3_rails522.gemfile.lock +172 -0
  20. data/gemfiles/ruby_2.6.2_rails507.gemfile +12 -0
  21. data/gemfiles/ruby_2.6.2_rails507.gemfile.lock +164 -0
  22. data/gemfiles/ruby_2.6.2_rails516.gemfile +12 -0
  23. data/gemfiles/ruby_2.6.2_rails516.gemfile.lock +164 -0
  24. data/gemfiles/ruby_2.6.2_rails521.gemfile +12 -0
  25. data/gemfiles/ruby_2.6.2_rails521.gemfile.lock +172 -0
  26. data/gemfiles/ruby_2.6.2_rails522.gemfile +12 -0
  27. data/gemfiles/ruby_2.6.2_rails522.gemfile.lock +172 -0
  28. data/lib/declarative_authorization/controller/dsl.rb +3 -3
  29. data/lib/declarative_authorization/version.rb +1 -1
  30. data/log/test.log +29416 -0
  31. data/pkg/ae_declarative_authorization-0.10.0.gem +0 -0
  32. data/test/profiles/access_checking +36 -0
  33. metadata +27 -14
  34. data/gemfiles/rails4252.gemfile +0 -10
  35. data/gemfiles/rails4252.gemfile.lock +0 -126
  36. data/gemfiles/rails4271.gemfile +0 -10
  37. data/gemfiles/rails4271.gemfile.lock +0 -126
@@ -0,0 +1,12 @@
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.0.7"
9
+ gem "grape", "1.1.0"
10
+ gem "rails-controller-testing"
11
+
12
+ gemspec path: "../"
@@ -0,0 +1,164 @@
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.0.7)
12
+ actionpack (= 5.0.7)
13
+ nio4r (>= 1.2, < 3.0)
14
+ websocket-driver (~> 0.6.1)
15
+ actionmailer (5.0.7)
16
+ actionpack (= 5.0.7)
17
+ actionview (= 5.0.7)
18
+ activejob (= 5.0.7)
19
+ mail (~> 2.5, >= 2.5.4)
20
+ rails-dom-testing (~> 2.0)
21
+ actionpack (5.0.7)
22
+ actionview (= 5.0.7)
23
+ activesupport (= 5.0.7)
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.0.7)
29
+ activesupport (= 5.0.7)
30
+ builder (~> 3.1)
31
+ erubis (~> 2.7.0)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
+ activejob (5.0.7)
35
+ activesupport (= 5.0.7)
36
+ globalid (>= 0.3.6)
37
+ activemodel (5.0.7)
38
+ activesupport (= 5.0.7)
39
+ activerecord (5.0.7)
40
+ activemodel (= 5.0.7)
41
+ activesupport (= 5.0.7)
42
+ arel (~> 7.0)
43
+ activesupport (5.0.7)
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 (7.1.4)
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
+ erubis (2.7.0)
67
+ globalid (0.4.2)
68
+ activesupport (>= 4.2.0)
69
+ grape (1.1.0)
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 (0.6.3)
101
+ rack (>= 1.0)
102
+ rails (5.0.7)
103
+ actioncable (= 5.0.7)
104
+ actionmailer (= 5.0.7)
105
+ actionpack (= 5.0.7)
106
+ actionview (= 5.0.7)
107
+ activejob (= 5.0.7)
108
+ activemodel (= 5.0.7)
109
+ activerecord (= 5.0.7)
110
+ activesupport (= 5.0.7)
111
+ bundler (>= 1.3.0)
112
+ railties (= 5.0.7)
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.0.7)
124
+ actionpack (= 5.0.7)
125
+ activesupport (= 5.0.7)
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.1.0)
158
+ mocha (~> 1.0)
159
+ rails (= 5.0.7)
160
+ rails-controller-testing
161
+ sqlite3 (~> 1.3.0)
162
+
163
+ BUNDLED WITH
164
+ 1.17.2
@@ -0,0 +1,12 @@
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: "../"
@@ -0,0 +1,164 @@
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
@@ -0,0 +1,12 @@
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: "../"
@@ -0,0 +1,172 @@
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