Skip to content

Commit

Permalink
Require any 4.x version but at least version 4.0.9 of friendly_id.
Browse files Browse the repository at this point in the history
Fixes #366
  • Loading branch information
parndt committed Jan 15, 2013
1 parent d7ed4d2 commit 9b72013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
cancan (= 1.6.8)
decorators (~> 1.0.1)
forem-redcarpet (= 1.0.0)
friendly_id (~> 4.0)
friendly_id (~> 4.0, >= 4.0.9)
gemoji (= 1.1.2)
rails (~> 3.1)
simple_form
Expand Down
2 changes: 1 addition & 1 deletion forem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_dependency 'cancan', '1.6.8'
s.add_dependency 'forem-redcarpet', '1.0.0'
s.add_dependency 'workflow', '0.8.0'
s.add_dependency 'friendly_id', '~> 4.0'
s.add_dependency 'friendly_id', '~> 4.0', '>= 4.0.9'
s.add_dependency 'gemoji', '= 1.1.2'
s.add_dependency 'decorators', '~> 1.0.1'
end

0 comments on commit 9b72013

Please sign in to comment.