openlayers-rails.gemspec in openlayers-rails-0.0.2 vs openlayers-rails.gemspec in openlayers-rails-0.0.3
- old
+ new
@@ -14,7 +14,7 @@
gem.files = `git ls-files`.split($/) - ['openlayers', 'Gemfile', 'Gemfile.lock', 'Rakefile']
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
- gem.add_dependency "railties", "~> 3.1"
+ gem.add_dependency "railties", ">= 3.1"
end