diff --git a/geocoder.gemspec b/geocoder.gemspec
index 40c812fe7bd61c1f74873bdb3c6bd828fbf63ebd..c2c8aba26eea9450fc9678723d3236231f7d7dc2 100644
--- a/geocoder.gemspec
+++ b/geocoder.gemspec
@@ -18,13 +18,6 @@ Gem::Specification.new do |s|
   s.require_paths = ["lib"]
   s.executables = ["geocode"]
   s.license     = 'MIT'
-
-  s.post_install_message = %q{
-
-NOTE: Geocoder's default IP address lookup has changed from FreeGeoIP.net to IPInfo.io. If you explicitly specify :freegeoip in your configuration you must choose a different IP lookup before FreeGeoIP is discontinued on July 1, 2018. If you do not explicitly specify :freegeoip you do not need to change anything.
-
-}
-
   s.metadata = {
     'source_code_uri' => 'https://github.com/alexreisner/geocoder',
     'changelog_uri'   => 'https://github.com/alexreisner/geocoder/blob/master/CHANGELOG.md'