use the last commit of Steam
did
committed Mar 17, 2016
commit eef9975dc8e73a33d6c7e8bcf3b710f8d65f9f87
Showing 1
changed file with
2 additions
and 2 deletions
Gemfile
+2
-2
| @@ | @@ -8,11 +8,11 @@ gem 'rb-fsevent', '~> 0.9.1' |
| # Development | |
| # gem 'locomotivecms_common', github: 'locomotivecms/common', ref: '257047b', require: false | |
| # gem 'locomotivecms_coal', github: 'locomotivecms/coal', ref: 'f4ff435', require: false | |
| - | # gem 'locomotivecms_steam', github: 'locomotivecms/steam', ref: '62c274f', require: false |
| + | gem 'locomotivecms_steam', github: 'locomotivecms/steam', ref: 'c44f003', require: false |
| # Local development | |
| # gem 'locomotivecms_coal', path: '../gems/coal', require: false | |
| - | gem 'locomotivecms_steam', path: '../gems/steam', require: false |
| + | # gem 'locomotivecms_steam', path: '../gems/steam', require: false |
| # gem 'locomotivecms_common', path: '../gems/common', require: false | |
| group :development, :test do | |