File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
gem "rails" , github : "rails/rails"
7
7
gem "arel" , github : "rails/arel"
8
+ gem "rack" , github : "rack/rack"
8
9
gem "sprockets" , github : "rails/sprockets" , branch : "master"
9
10
gem "sprockets-rails" , github : "rails/sprockets-rails" , branch : "master"
Original file line number Diff line number Diff line change 11
11
# If developing against local dependencies, this code will ensure they get picked up
12
12
# in the project fixtures that have their own bundle environment
13
13
$gem_options = { }
14
- possible_dev_dependencies = %w( sass-rails sass rails arel actionpack railties sprockets journey sprockets-rails activerecord-deprecated_finders )
14
+ possible_dev_dependencies = %w( sass-rails sass rails arel actionpack rack railties sprockets journey sprockets-rails activerecord-deprecated_finders )
15
15
Bundler . load . specs . each do |s |
16
16
if possible_dev_dependencies . include? ( s . name )
17
17
gem_path = s . full_gem_path
You can’t perform that action at this time.
0 commit comments