Bundler removed this method

This commit is contained in:
Samuel Cochran 2016-07-06 16:28:50 +10:00
parent 0021a2909c
commit 783992bbe2
No known key found for this signature in database
GPG Key ID: 1A36ACA1BDECD23E

View File

@ -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"