Skip to content

Commit

Permalink
Changed rails requirement 3.0.0 to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Roendal committed Mar 9, 2011
1 parent 31bc566 commit 82e546d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailboxer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.summary = %q{Private messaging system for rails apps.}
s.files = `git ls-files`.split("\n")

s.add_dependency(%q<rails>, ["= 3.0.0"])
s.add_dependency(%q<rails>, ["= 3.0.5"])
s.add_dependency(%q<capybara>, [">= 0.3.9"])
s.add_dependency(%q<webrat>, [">= 0"])
s.add_dependency(%q<sqlite3-ruby>, [">= 0"])
Expand Down

0 comments on commit 82e546d

Please sign in to comment.