Skip to content

Commit

Permalink
Pin actionmailer to ~> 4.2.9
Browse files Browse the repository at this point in the history
**Why**: To allow bummr to update gems. Otherwise, it will try to upgrade to 5.x, which is incompatible with some of the other gems that are pinned to certain versions.
  • Loading branch information
monfresh committed Sep 25, 2017
1 parent 02574d6 commit 2ff8a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

ruby '2.3.3'
gem 'actionmailer'
gem 'actionmailer', '~> 4.2.9'
gem 'compass-rails'
gem 'dalli', '~> 2.7.1'
gem 'faraday-http-cache', '~> 1.0'
Expand Down

0 comments on commit 2ff8a94

Please sign in to comment.