force locomotivecms_common to be loaded when we run the wagon binary
did
committed Nov 21, 2015
commit 4e14def2326e463b0e172a1959c5523ff2dccae3
Showing 2
changed files with
2 additions
and 1 deletions
Gemfile
+1
-1
| @@ | @@ -13,7 +13,7 @@ gem 'therubyracer' |
| # gem 'locomotivecms_common', github: 'locomotivecms/common', ref: '3046b79893', require: false | |
| # Local development | |
| - | # gem 'locomotivecms_coal', path: '../in_progress/coal', require: false |
| + | gem 'locomotivecms_coal', path: '../gems/coal', require: false |
| # gem 'locomotivecms_steam', path: '../gems/steam', require: false | |
| # gem 'locomotivecms_common', path: '../in_progress/common', require: false | |
locomotivecms_wagon.gemspec
+1
-0
| @@ | @@ -26,6 +26,7 @@ Gem::Specification.new do |gem| |
| gem.add_dependency 'rubyzip', '~> 1.1.7' | |
| gem.add_dependency 'netrc', '~> 0.10.3' | |
| + | gem.add_dependency 'locomotivecms_common', '~> 0.0.5' |
| gem.add_dependency 'locomotivecms_coal', '~> 1.0.0.rc1' | |
| gem.add_dependency 'locomotivecms_steam', '~> 1.0.0.rc4' | |