File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ source "https://rubygems.org"
4
4
gemspec
5
5
6
6
gem "rails" , github : "rails/rails"
7
+ gem "arel" , github : "rails/arel"
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 actionpack railties sprockets journey sprockets-rails activerecord-deprecated_finders )
14
+ possible_dev_dependencies = %w( sass-rails sass rails arel actionpack 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
18
- gem_options = { version : s . version }
18
+ gem_options = { version : s . version }
19
19
gem_options [ :path ] = gem_path if File . exists? ( "#{ gem_path } /#{ s . name } .gemspec" )
20
20
$gem_options[ s . name ] = gem_options
21
21
end
You can’t perform that action at this time.
0 commit comments