more consistency in Gemfile
arnaud sellenet
committed Apr 14, 2014
commit d9aff3b07592759cbd95e85d0767a6238c64b0c9
Showing 1
changed file with
3 additions
and 5 deletions
Gemfile
+3
-5
| @@ | @@ -7,13 +7,11 @@ gemspec |
| # gem 'locomotivecms-liquid', path: '../gems/liquid', require: false | |
| # gem 'locomotivecms-solid', path: '../gems/solid', require: false | |
| # gem 'locomotivecms_mounter', path: '../gems/mounter', require: false | |
| - | # gem 'locomotivecms_steam', path: '../gems/steam' |
| # gem 'locomotivecms_mounter', github: 'locomotivecms/mounter', ref: '34d24feeb8', require: false | |
| + | # gem 'locomotivecms_common', path: '../gems/common/', require: false |
| + | # gem 'locomotivecms_steam', path: '../gems/steam/' require: false |
| - | gem 'locomotivecms_common', path: '../common/' |
| - | gem 'locomotivecms_steam', path: '../steam/' |
| - | |
| - | gem 'pry' |
| group :test do | |
| + | gem 'pry' |
| gem 'coveralls', require: false | |
| end | |
| \ No newline at end of file | |