Skip to content

Commit

Permalink
Gemfile fix for Rails 3.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
drewblas committed Jun 23, 2011
1 parent cf7c1cb commit 9740326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ end
gem 'xml-simple'
gem 'builder'
gem 'mime-types'
gem 'mail', '~> 2.2.5'
gem 'mail', '> 2.2.5'
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DEPENDENCIES
bundler (~> 1.0.0)
flexmock (~> 0.8.11)
jeweler (~> 1.5.2)
mail (~> 2.2.5)
mail (> 2.2.5)
mime-types
rcov
shoulda-context
Expand Down

0 comments on commit 9740326

Please sign in to comment.