File tree 2 files changed +7
-16
lines changed
2 files changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,7 @@ gem 'rails', '5.0.2'
6
6
gem 'trailblazer' , '~> 2.0.1'
7
7
gem 'trailblazer-rails' , '>= 1.0.0'
8
8
9
- # Using my own fork of cells which has a change to how Collection#join works.
10
- # My PR has been merged but not released, see https://github.com/trailblazer/cells/pull/448
11
- # Once it's released we can switch back to getting cells from Rubygems
12
- gem 'cells' , github : 'georgemillo/cells' , branch : 'collection-join'
9
+ gem 'cells' , '~> 4.1.7'
13
10
gem 'cells-erb' , '0.0.9'
14
11
15
12
gem 'acts_as_tree' , '~> 2.4.0'
Original file line number Diff line number Diff line change 1
- GIT
2
- remote: git://github.com/georgemillo/cells.git
3
- revision: e24cfc89a7f7260a7cb5a12ad2f9f5d95dbf2245
4
- branch: collection-join
5
- specs:
6
- cells (4.1.6 )
7
- declarative-builder (< 0.2.0 )
8
- declarative-option (< 0.2.0 )
9
- tilt (>= 1.4 , < 3 )
10
- uber (< 0.2.0 )
11
-
12
1
GIT
13
2
remote: git://github.com/sinatra/sinatra.git
14
3
revision: 27d36fdad2104780b609aec8ac55f5fb8fa4ed18
100
89
rack (>= 1.0.0 )
101
90
rack-test (>= 0.5.4 )
102
91
xpath (~> 2.0 )
92
+ cells (4.1.7 )
93
+ declarative-builder (< 0.2.0 )
94
+ declarative-option (< 0.2.0 )
95
+ tilt (>= 1.4 , < 3 )
96
+ uber (< 0.2.0 )
103
97
cells-erb (0.0.9 )
104
98
cells (~> 4.0 )
105
99
erbse (>= 0.0.2 , < 0.1.0 )
@@ -484,7 +478,7 @@ DEPENDENCIES
484
478
bullet (= 5.3.0 )
485
479
byebug
486
480
capybara (= 2.7.1 )
487
- cells !
481
+ cells ( ~> 4.1.7 )
488
482
cells-erb (= 0.0.9 )
489
483
cells-rails
490
484
database_cleaner
You can’t perform that action at this time.
0 commit comments