diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-03-13 15:07:17 -0700 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-03-13 15:07:17 -0700 |
commit | d8a5de249bfeb41317d64e7efbaab71da1ede00d (patch) | |
tree | 518c4d7df28ab0ae02d3ddcd0aeff2be4fa565eb | |
parent | 09625092c394707a8017b9b0763180f33d97f2cd (diff) |
Lock mail gem to 2.4 series for now - there are changes in the 2.5 series that cause test failures.
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -19,7 +19,7 @@ gem 'gettext_i18n_rails', '>= 0.7.1' gem 'gettext', '~> 2.3.3' gem 'json' gem 'mahoro' -gem 'mail', :platforms => :ruby_19 +gem 'mail', '~>2.4.4', :platforms => :ruby_19 gem 'memcache-client', :require => 'memcache' gem 'locale', '>= 2.0.5' gem 'net-http-local' diff --git a/Gemfile.lock b/Gemfile.lock index 9b824796f..4f868cb6f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,7 +74,7 @@ GEM ruby_core_source (>= 0.1.4) locale (2.0.8) mahoro (0.3) - mail (2.5.3) + mail (2.4.4) i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) @@ -196,7 +196,7 @@ DEPENDENCIES json locale (>= 2.0.5) mahoro - mail + mail (~> 2.4.4) mailcatcher memcache-client net-http-local |