Skip to content

Commit

Permalink
set railties dependency to > 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jejacks0n committed Sep 14, 2013
1 parent d065b2c commit 3e0245e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mercury-rails.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.licenses = ['MIT']

# Runtime Dependencies
s.add_dependency 'railties', '>= 3.2'
s.add_dependency 'railties', '>= 3.0'
s.add_dependency 'coffee-rails', '>= 3.2.2'

# Gem Files
Expand Down

0 comments on commit 3e0245e

Please sign in to comment.