File tree Expand file tree Collapse file tree 8 files changed +20
-56
lines changed Expand file tree Collapse file tree 8 files changed +20
-56
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ group :development, :test do
5
5
gem 'pry' # Easily debug from your console with `binding.pry`
6
6
gem 'pry-byebug' , platform : :mri # Step-by-step debugging
7
7
8
- gem 'arbre' , github : 'activeadmin/arbre' , ref : 'b546d7a10b95001cb7bd1273bbaa55172de77e98'
9
-
10
8
gem 'cancancan'
11
9
gem 'pundit'
12
10
gem 'jruby-openssl' , '~> 0.10.1' , platform : :jruby
Original file line number Diff line number Diff line change 1
- GIT
2
- remote: https://github.com/activeadmin/arbre.git
3
- revision: b546d7a10b95001cb7bd1273bbaa55172de77e98
4
- ref: b546d7a10b95001cb7bd1273bbaa55172de77e98
5
- specs:
6
- arbre (1.2.1 )
7
- activesupport (>= 3.0.0 , < 6.1 )
8
- ruby2_keywords (>= 0.0.2 )
9
-
10
1
GIT
11
2
remote: https://github.com/rails/sprockets-rails.git
12
3
revision: c269f5e01fdffa5c41350e855183d94ff33d318a
156
147
apparition (0.6.0 )
157
148
capybara (~> 3.13 , < 4 )
158
149
websocket-driver (>= 0.6.5 )
150
+ arbre (1.3.0 )
151
+ activesupport (>= 3.0.0 , < 6.1 )
152
+ ruby2_keywords (>= 0.0.2 , < 1.0 )
159
153
ast (2.4.1 )
160
154
bcrypt (3.1.13 )
161
155
bcrypt (3.1.13-java )
@@ -485,7 +479,6 @@ DEPENDENCIES
485
479
activeadmin !
486
480
activerecord-jdbcsqlite3-adapter (~> 60.0 )
487
481
apparition
488
- arbre !
489
482
cancancan
490
483
capybara (~> 3.14 )
491
484
chandler (= 0.9.0 )
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ group :development, :test do
5
5
gem 'pry' # Easily debug from your console with `binding.pry`
6
6
gem 'pry-byebug' , platform : :mri # Step-by-step debugging
7
7
8
- gem 'arbre' , github : 'activeadmin/arbre' , ref : 'b546d7a10b95001cb7bd1273bbaa55172de77e98'
9
-
10
8
gem 'cancancan'
11
9
gem 'pundit'
12
10
gem 'jruby-openssl' , '~> 0.10.1' , platform : :jruby
Original file line number Diff line number Diff line change 1
- GIT
2
- remote: https://github.com/activeadmin/arbre.git
3
- revision: b546d7a10b95001cb7bd1273bbaa55172de77e98
4
- ref: b546d7a10b95001cb7bd1273bbaa55172de77e98
5
- specs:
6
- arbre (1.2.1 )
7
- activesupport (>= 3.0.0 , < 6.1 )
8
- ruby2_keywords (>= 0.0.2 )
9
-
10
1
GIT
11
2
remote: https://github.com/rails/sprockets-rails.git
12
3
revision: c269f5e01fdffa5c41350e855183d94ff33d318a
142
133
apparition (0.6.0 )
143
134
capybara (~> 3.13 , < 4 )
144
135
websocket-driver (>= 0.6.5 )
136
+ arbre (1.3.0 )
137
+ activesupport (>= 3.0.0 , < 6.1 )
138
+ ruby2_keywords (>= 0.0.2 , < 1.0 )
145
139
arel (9.0.0 )
146
140
bcrypt (3.1.13 )
147
141
bcrypt (3.1.13-java )
157
151
regexp_parser (~> 1.5 )
158
152
xpath (~> 3.2 )
159
153
coderay (1.1.2 )
160
- concurrent-ruby (1.1.6 )
154
+ concurrent-ruby (1.1.7 )
161
155
crass (1.0.6 )
162
156
cucumber (4.1.0 )
163
157
builder (~> 3.2 , >= 3.2.3 )
225
219
has_scope (0.7.2 )
226
220
actionpack (>= 4.1 )
227
221
activesupport (>= 4.1 )
228
- i18n (1.8.3 )
222
+ i18n (1.8.5 )
229
223
concurrent-ruby (~> 1.0 )
230
224
inherited_resources (1.11.0 )
231
225
actionpack (>= 5.0 , < 6.1 )
273
267
mimemagic (0.3.5 )
274
268
mini_mime (1.0.2 )
275
269
mini_portile2 (2.4.0 )
276
- minitest (5.14.1 )
270
+ minitest (5.14.2 )
277
271
multi_test (0.1.2 )
278
272
nio4r (2.5.2 )
279
273
nio4r (2.5.2-java )
@@ -397,7 +391,6 @@ DEPENDENCIES
397
391
activeadmin !
398
392
activerecord-jdbcsqlite3-adapter (~> 52.0 )
399
393
apparition
400
- arbre !
401
394
cancancan
402
395
capybara (~> 3.14 )
403
396
cucumber
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ group :development, :test do
5
5
gem 'pry' # Easily debug from your console with `binding.pry`
6
6
gem 'pry-byebug' , platform : :mri # Step-by-step debugging
7
7
8
- gem 'arbre' , github : 'activeadmin/arbre' , ref : 'b546d7a10b95001cb7bd1273bbaa55172de77e98'
9
-
10
8
gem 'cancancan'
11
9
gem 'pundit'
12
10
gem 'jruby-openssl' , '~> 0.10.1' , platform : :jruby
Original file line number Diff line number Diff line change 1
- GIT
2
- remote: https://github.com/activeadmin/arbre.git
3
- revision: b546d7a10b95001cb7bd1273bbaa55172de77e98
4
- ref: b546d7a10b95001cb7bd1273bbaa55172de77e98
5
- specs:
6
- arbre (1.2.1 )
7
- activesupport (>= 3.0.0 , < 6.1 )
8
- ruby2_keywords (>= 0.0.2 )
9
-
10
1
GIT
11
2
remote: https://github.com/rails/sprockets-rails.git
12
3
revision: c269f5e01fdffa5c41350e855183d94ff33d318a
156
147
apparition (0.6.0 )
157
148
capybara (~> 3.13 , < 4 )
158
149
websocket-driver (>= 0.6.5 )
150
+ arbre (1.3.0 )
151
+ activesupport (>= 3.0.0 , < 6.1 )
152
+ ruby2_keywords (>= 0.0.2 , < 1.0 )
159
153
bcrypt (3.1.13 )
160
154
bcrypt (3.1.13-java )
161
155
builder (3.2.4 )
170
164
regexp_parser (~> 1.5 )
171
165
xpath (~> 3.2 )
172
166
coderay (1.1.2 )
173
- concurrent-ruby (1.1.6 )
167
+ concurrent-ruby (1.1.7 )
174
168
crass (1.0.6 )
175
169
cucumber (4.1.0 )
176
170
builder (~> 3.2 , >= 3.2.3 )
238
232
has_scope (0.7.2 )
239
233
actionpack (>= 4.1 )
240
234
activesupport (>= 4.1 )
241
- i18n (1.8.3 )
235
+ i18n (1.8.5 )
242
236
concurrent-ruby (~> 1.0 )
243
237
inherited_resources (1.11.0 )
244
238
actionpack (>= 5.0 , < 6.1 )
286
280
mimemagic (0.3.5 )
287
281
mini_mime (1.0.2 )
288
282
mini_portile2 (2.4.0 )
289
- minitest (5.14.1 )
283
+ minitest (5.14.2 )
290
284
multi_test (0.1.2 )
291
285
nio4r (2.5.2 )
292
286
nio4r (2.5.2-java )
406
400
websocket-extensions (0.1.5 )
407
401
xpath (3.2.0 )
408
402
nokogiri (~> 1.8 )
409
- zeitwerk (2.3.1 )
403
+ zeitwerk (2.4.0 )
410
404
411
405
PLATFORMS
412
406
java
@@ -416,7 +410,6 @@ DEPENDENCIES
416
410
activeadmin !
417
411
activerecord-jdbcsqlite3-adapter (~> 60.0 )
418
412
apparition
419
- arbre !
420
413
cancancan
421
414
capybara (~> 3.14 )
422
415
cucumber
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ group :development, :test do
5
5
gem 'pry' # Easily debug from your console with `binding.pry`
6
6
gem 'pry-byebug' , platform : :mri # Step-by-step debugging
7
7
8
- gem 'arbre' , github : 'activeadmin/arbre' , ref : 'b546d7a10b95001cb7bd1273bbaa55172de77e98'
9
-
10
8
gem 'cancancan'
11
9
gem 'pundit'
12
10
gem 'jruby-openssl' , '~> 0.10.1' , platform : :jruby
Original file line number Diff line number Diff line change 1
- GIT
2
- remote: https://github.com/activeadmin/arbre.git
3
- revision: b546d7a10b95001cb7bd1273bbaa55172de77e98
4
- ref: b546d7a10b95001cb7bd1273bbaa55172de77e98
5
- specs:
6
- arbre (1.2.1 )
7
- activesupport (>= 3.0.0 , < 6.1 )
8
- ruby2_keywords (>= 0.0.2 )
9
-
10
1
GIT
11
2
remote: https://github.com/rails/sprockets-rails.git
12
3
revision: c269f5e01fdffa5c41350e855183d94ff33d318a
156
147
apparition (0.6.0 )
157
148
capybara (~> 3.13 , < 4 )
158
149
websocket-driver (>= 0.6.5 )
150
+ arbre (1.3.0 )
151
+ activesupport (>= 3.0.0 , < 6.1 )
152
+ ruby2_keywords (>= 0.0.2 , < 1.0 )
159
153
bcrypt (3.1.13 )
160
154
bcrypt (3.1.13-java )
161
155
builder (3.2.4 )
286
280
mimemagic (0.3.5 )
287
281
mini_mime (1.0.2 )
288
282
mini_portile2 (2.4.0 )
289
- minitest (5.14.1 )
283
+ minitest (5.14.2 )
290
284
multi_test (0.1.2 )
291
285
nio4r (2.5.2 )
292
286
nio4r (2.5.2-java )
@@ -421,7 +415,6 @@ DEPENDENCIES
421
415
activeadmin !
422
416
activerecord-jdbcsqlite3-adapter (~> 60.0 )
423
417
apparition
424
- arbre !
425
418
cancancan
426
419
capybara (~> 3.14 )
427
420
cucumber
You can’t perform that action at this time.
0 commit comments