diff --git a/active_utils.gemspec b/active_utils.gemspec index bea74ae..6e3b819 100644 --- a/active_utils.gemspec +++ b/active_utils.gemspec @@ -8,12 +8,10 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.authors = ["Shopify"] s.email = ["developers@jadedpixel.com"] - s.homepage = "http://github.com/shopify/active_utils" + s.homepage = "https://github.com/shopify/active_utils" s.summary = %q{Common utils used by active_merchant, active_fulfillment, and active_shipping} s.license = 'MIT' - s.rubyforge_project = "active_utils" - s.add_dependency('activesupport', '>= 4.2') s.add_dependency('i18n')