use the last version of the mounter gem
did
committed Oct 07, 2013
commit 36b9ee4de250242a779196234dd95c0f0175e2ce
Showing 2
changed files with
2 additions
and 2 deletions
Gemfile
+1
-1
| @@ | @@ -5,7 +5,7 @@ gemspec |
| # Development | |
| # gem 'locomotivecms_solid', path: '../gems/solid', require: false | |
| - | gem 'locomotivecms_mounter', path: '../gems/mounter', require: false |
| + | # gem 'locomotivecms_mounter', path: '../gems/mounter', require: false |
| # gem 'locomotivecms-liquid', path: '../gems/liquid', require: false | |
| # gem 'locomotivecms-solid', path: '../gems/solid', require: false | |
locomotivecms_wagon.gemspec
+1
-1
| @@ | @@ -34,7 +34,7 @@ Gem::Specification.new do |gem| |
| gem.add_dependency 'httmultiparty', '0.3.10' | |
| gem.add_dependency 'will_paginate', '~> 3.0.3' | |
| - | # gem.add_dependency 'locomotivecms_mounter', '~> 1.2.7' |
| + | gem.add_dependency 'locomotivecms_mounter', '~> 1.3.0' |
| gem.add_dependency 'faker', '~> 0.9.5' | |