Skip to content

Commit

Permalink
DEV: upgrade mail gem from pre-release
Browse files Browse the repository at this point in the history
2.7.1 version of the mail gem was released! We no longer need to depend on
the pre-release.
  • Loading branch information
SamSaffron committed Feb 4, 2019
1 parent ab52241 commit 1816bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -26,7 +26,7 @@ else
gem 'seed-fu'
end

gem 'mail', '2.7.1.rc1', require: false
gem 'mail', require: false
gem 'mini_mime'
gem 'mini_suffix'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -188,7 +188,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lru_redux (1.1.0)
mail (2.7.1.rc1)
mail (2.7.1)
mini_mime (>= 0.1.1)
maxminddb (0.1.21)
memory_profiler (0.9.12)
Expand Down Expand Up @@ -487,7 +487,7 @@ DEPENDENCIES
logstash-logger
logster
lru_redux
mail (= 2.7.1.rc1)
mail
maxminddb
memory_profiler
message_bus (= 2.2.0.pre.1)
Expand Down

0 comments on commit 1816bdf

Please sign in to comment.