mirror of
https://github.com/moparisthebest/mailcatcher
synced 2025-01-08 04:08:00 -05:00
Bundler removed this method
This commit is contained in:
parent
0021a2909c
commit
783992bbe2
2
Gemfile
2
Gemfile
@ -3,7 +3,7 @@ source "https://rubygems.org"
|
||||
gemspec
|
||||
|
||||
# mime-types 3+, required by mail, requires ruby 2.0+
|
||||
gem "mime-types", "< 3" if Bundler.ruby_version.gem_version < Gem::Version.new("2")
|
||||
gem "mime-types", "< 3" if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2")
|
||||
|
||||
#group :development do
|
||||
# gem "pry"
|
||||
|
Loading…
Reference in New Issue
Block a user