Skip to content

Commit

Permalink
allow for future versions of rails (min requirement is 3.1.0) -- fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jejacks0n committed Jan 21, 2012
1 parent 2e18bdd commit 2127048
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 Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
mercury-rails (0.2.3) mercury-rails (0.2.3)
coffee-script coffee-script
paperclip paperclip
rails (~> 3.1.0) rails (>= 3.1.0)


GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion mercury-rails.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|




# Runtime Dependencies # Runtime Dependencies
s.add_runtime_dependency('rails', ["~> 3.1.0"]) s.add_runtime_dependency('rails', [">= 3.1.0"])
s.add_runtime_dependency('paperclip') s.add_runtime_dependency('paperclip')
s.add_runtime_dependency('coffee-script') s.add_runtime_dependency('coffee-script')


Expand Down

0 comments on commit 2127048

Please sign in to comment.