new version of Steam (1.0.0.rc2)
did
committed Oct 26, 2015
commit c85716b2abf531e82359d9324ca6890973c21241
Showing 2
changed files with
2 additions
and 2 deletions
Gemfile
+1
-1
| @@ | @@ -8,7 +8,7 @@ gem 'rb-fsevent', '~> 0.9.1' |
| gem 'therubyracer' | |
| # Development | |
| - | # gem 'locomotivecms_steam', github: 'locomotivecms/steam', ref: 'c487443', require: false |
| + | # gem 'locomotivecms_steam', github: 'locomotivecms/steam', ref: '25e6852', require: false |
| # gem 'locomotivecms_coal', github: 'locomotivecms/coal', ref: '32b2844', require: false | |
| # gem 'locomotivecms_common', github: 'locomotivecms/common', ref: '3046b79893', require: false | |
locomotivecms_wagon.gemspec
+1
-1
| @@ | @@ -26,7 +26,7 @@ Gem::Specification.new do |gem| |
| gem.add_dependency 'netrc', '~> 0.10.3' | |
| gem.add_dependency 'locomotivecms_coal', '~> 1.0.0.rc1' | |
| - | gem.add_dependency 'locomotivecms_steam', '~> 1.0.0.rc1' |
| + | gem.add_dependency 'locomotivecms_steam', '~> 1.0.0.rc2' |
| gem.add_dependency 'listen', '~> 2.10.0' | |
| gem.add_dependency 'rack-livereload', '~> 0.3.15' | |