Skip to content

Commit

Permalink
Included seo_meta with mass assignment protection
Browse files Browse the repository at this point in the history
  • Loading branch information
koa committed Apr 11, 2011
1 parent 4499d44 commit e6e5d0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -35,7 +35,7 @@ PATH
refinerycms-core (= 0.9.9.17)
refinerycms-pages (0.9.9.17)
refinerycms-core (= 0.9.9.17)
seo_meta (~> 1.0.3)
seo_meta (~> 1.0.4)
refinerycms-resources (0.9.9.17)
dragonfly (~> 0.8.2)
rack-cache (>= 0.5.3)
Expand Down Expand Up @@ -208,7 +208,7 @@ GEM
ffi (>= 1.0.7)
json_pure
rubyzip
seo_meta (1.0.3)
seo_meta (1.0.4)
refinerycms-generators (~> 1.0.1)
sqlite3 (1.3.3)
term-ansicolor (1.0.5)
Expand Down
2 changes: 1 addition & 1 deletion pages/refinerycms-pages.gemspec
Expand Up @@ -118,5 +118,5 @@ Gem::Specification.new do |s|
]

s.add_dependency 'refinerycms-core', '= 0.9.9.17'
s.add_dependency 'seo_meta', '~> 1.0.3'
s.add_dependency 'seo_meta', '~> 1.0.4'
end

0 comments on commit e6e5d0b

Please sign in to comment.