Skip to content

Commit

Permalink
Fix postmark gem version in test gemfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
temochka committed Jan 5, 2015
1 parent 399a72f commit 8872e32
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.actionmailer-3.0.x
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem 'postmark', '~> 1.4.0', :path => ENV['POSTMARK_GEM_PATH']
gem 'postmark', '~> 1.5.0', :path => ENV['POSTMARK_GEM_PATH']
gem 'actionmailer', '~> 3.0.0'

group :test do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.actionmailer-3.2.x
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem 'postmark', '~> 1.4.0', :path => ENV['POSTMARK_GEM_PATH']
gem 'postmark', '~> 1.5.0', :path => ENV['POSTMARK_GEM_PATH']
gem 'actionmailer', '~> 3.2.0'
gem 'i18n', '~> 0.6.0'

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.actionmailer-4.0.x
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem 'postmark', '~> 1.4.0', path: ENV['POSTMARK_GEM_PATH']
gem 'postmark', '~> 1.5.0', path: ENV['POSTMARK_GEM_PATH']
gem 'actionmailer', '~> 4.0.0'

group :test do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.actionmailer-4.1.x
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem 'postmark', '~> 1.4.0', path: ENV['POSTMARK_GEM_PATH']
gem 'postmark', '~> 1.5.0', path: ENV['POSTMARK_GEM_PATH']
gem 'actionmailer', '~> 4.1.0'

group :test do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.actionmailer-4.2.x
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem 'postmark', '~> 1.4.0', path: ENV['POSTMARK_GEM_PATH']
gem 'postmark', '~> 1.5.0', path: ENV['POSTMARK_GEM_PATH']
gem 'actionmailer', '~> 4.2.0'

group :test do
Expand Down

0 comments on commit 8872e32

Please sign in to comment.