1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- actioncable (5.1.0.rc1 )
5
- actionpack (= 5.1.0.rc1 )
4
+ actioncable (5.1.0.rc2 )
5
+ actionpack (= 5.1.0.rc2 )
6
6
nio4r (~> 2.0 )
7
7
websocket-driver (~> 0.6.1 )
8
- actionmailer (5.1.0.rc1 )
9
- actionpack (= 5.1.0.rc1 )
10
- actionview (= 5.1.0.rc1 )
11
- activejob (= 5.1.0.rc1 )
8
+ actionmailer (5.1.0.rc2 )
9
+ actionpack (= 5.1.0.rc2 )
10
+ actionview (= 5.1.0.rc2 )
11
+ activejob (= 5.1.0.rc2 )
12
12
mail (~> 2.5 , >= 2.5.4 )
13
13
rails-dom-testing (~> 2.0 )
14
- actionpack (5.1.0.rc1 )
15
- actionview (= 5.1.0.rc1 )
16
- activesupport (= 5.1.0.rc1 )
14
+ actionpack (5.1.0.rc2 )
15
+ actionview (= 5.1.0.rc2 )
16
+ activesupport (= 5.1.0.rc2 )
17
17
rack (~> 2.0 )
18
18
rack-test (~> 0.6.3 )
19
19
rails-dom-testing (~> 2.0 )
20
20
rails-html-sanitizer (~> 1.0 , >= 1.0.2 )
21
- actionview (5.1.0.rc1 )
22
- activesupport (= 5.1.0.rc1 )
21
+ actionview (5.1.0.rc2 )
22
+ activesupport (= 5.1.0.rc2 )
23
23
builder (~> 3.1 )
24
24
erubi (~> 1.4 )
25
25
rails-dom-testing (~> 2.0 )
26
26
rails-html-sanitizer (~> 1.0 , >= 1.0.3 )
27
- active_model_serializers (0.10.5 )
27
+ active_model_serializers (0.10.6 )
28
28
actionpack (>= 4.1 , < 6 )
29
29
activemodel (>= 4.1 , < 6 )
30
30
case_transform (>= 0.2 )
31
31
jsonapi-renderer (>= 0.1.1.beta1 , < 0.2 )
32
- activejob (5.1.0.rc1 )
33
- activesupport (= 5.1.0.rc1 )
32
+ activejob (5.1.0.rc2 )
33
+ activesupport (= 5.1.0.rc2 )
34
34
globalid (>= 0.3.6 )
35
- activemodel (5.1.0.rc1 )
36
- activesupport (= 5.1.0.rc1 )
37
- activerecord (5.1.0.rc1 )
38
- activemodel (= 5.1.0.rc1 )
39
- activesupport (= 5.1.0.rc1 )
35
+ activemodel (5.1.0.rc2 )
36
+ activesupport (= 5.1.0.rc2 )
37
+ activerecord (5.1.0.rc2 )
38
+ activemodel (= 5.1.0.rc2 )
39
+ activesupport (= 5.1.0.rc2 )
40
40
arel (~> 8.0 )
41
- activesupport (5.1.0.rc1 )
41
+ activesupport (5.1.0.rc2 )
42
42
concurrent-ruby (~> 1.0 , >= 1.0.2 )
43
43
i18n (~> 0.7 )
44
44
minitest (~> 5.1 )
67
67
docile (1.1.5 )
68
68
dry-auto_inject (0.4.2 )
69
69
dry-container (>= 0.3.4 )
70
- dry-configurable (0.6.2 )
70
+ dry-configurable (0.7.0 )
71
71
concurrent-ruby (~> 1.0 )
72
72
dry-container (0.6.0 )
73
73
concurrent-ruby (~> 1.0 )
83
83
ffi (1.9.18 )
84
84
globalid (0.4.0 )
85
85
activesupport (>= 4.2.0 )
86
- has_scope (0.7.0 )
87
- actionpack (>= 4.1 , < 5.1 )
88
- activesupport (>= 4.1 , < 5.1 )
86
+ has_scope (0.7.1 )
87
+ actionpack (>= 4.1 , < 5.2 )
88
+ activesupport (>= 4.1 , < 5.2 )
89
89
i18n (0.8.1 )
90
90
json (2.1.0 )
91
91
jsonapi-renderer (0.1.2 )
108
108
ruby_dep (~> 1.2 )
109
109
loofah (2.0.3 )
110
110
nokogiri (>= 1.5.9 )
111
- mail (2.6.4 )
111
+ mail (2.6.5 )
112
112
mime-types (>= 1.16 , < 4 )
113
113
method_source (0.8.2 )
114
114
mime-types (3.1 )
@@ -133,35 +133,36 @@ GEM
133
133
rack-cors (0.4.1 )
134
134
rack-test (0.6.3 )
135
135
rack (>= 1.0 )
136
- rails (5.1.0.rc1 )
137
- actioncable (= 5.1.0.rc1 )
138
- actionmailer (= 5.1.0.rc1 )
139
- actionpack (= 5.1.0.rc1 )
140
- actionview (= 5.1.0.rc1 )
141
- activejob (= 5.1.0.rc1 )
142
- activemodel (= 5.1.0.rc1 )
143
- activerecord (= 5.1.0.rc1 )
144
- activesupport (= 5.1.0.rc1 )
136
+ rails (5.1.0.rc2 )
137
+ actioncable (= 5.1.0.rc2 )
138
+ actionmailer (= 5.1.0.rc2 )
139
+ actionpack (= 5.1.0.rc2 )
140
+ actionview (= 5.1.0.rc2 )
141
+ activejob (= 5.1.0.rc2 )
142
+ activemodel (= 5.1.0.rc2 )
143
+ activerecord (= 5.1.0.rc2 )
144
+ activesupport (= 5.1.0.rc2 )
145
145
bundler (>= 1.3.0 , < 2.0 )
146
- railties (= 5.1.0.rc1 )
146
+ railties (= 5.1.0.rc2 )
147
147
sprockets-rails (>= 2.0.0 )
148
148
rails-dom-testing (2.0.2 )
149
149
activesupport (>= 4.2.0 , < 6.0 )
150
150
nokogiri (~> 1.6 )
151
151
rails-html-sanitizer (1.0.3 )
152
152
loofah (~> 2.0 )
153
- railties (5.1.0.rc1 )
154
- actionpack (= 5.1.0.rc1 )
155
- activesupport (= 5.1.0.rc1 )
153
+ railties (5.1.0.rc2 )
154
+ actionpack (= 5.1.0.rc2 )
155
+ activesupport (= 5.1.0.rc2 )
156
156
method_source
157
157
rake (>= 0.8.7 )
158
158
thor (>= 0.18.1 , < 2.0 )
159
159
rake (12.0.0 )
160
160
rb-fsevent (0.9.8 )
161
161
rb-inotify (0.9.8 )
162
162
ffi (>= 0.5.0 )
163
- responders (2.3.0 )
164
- railties (>= 4.2.0 , < 5.1 )
163
+ responders (2.4.0 )
164
+ actionpack (>= 4.2.0 , < 5.3 )
165
+ railties (>= 4.2.0 , < 5.3 )
165
166
rspec-core (3.5.4 )
166
167
rspec-support (~> 3.5.0 )
167
168
rspec-expectations (3.5.0 )
@@ -218,7 +219,7 @@ PLATFORMS
218
219
ruby
219
220
220
221
DEPENDENCIES
221
- active_model_serializers (~> 0.10.5 )
222
+ active_model_serializers (~> 0.10.6 )
222
223
api-pagination
223
224
bcrypt (~> 3.1.7 )
224
225
byebug
0 commit comments