Skip to content

Commit

Permalink
Bumping commander and netsuite version
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Feb 18, 2017
1 parent 4ebb23a commit c7cdf5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netsuite_config.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = "netsuite_config"
s.version = '0.0.1'
s.authors = ["Michael Bianco"]
s.email = ["mike@cliffsidemedia.com"]
s.email = ["mike@suitesync.io"]
s.summary = %q{Manage your NetSuite configuration and SuiteScripts}
s.homepage = "http://github.com/netsweet/netsuite_config"
s.license = "MIT"
Expand All @@ -16,8 +16,8 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|s|features)/})
s.require_paths = ["lib"]

s.add_dependency 'commander', '~> 4.4.0'
s.add_dependency 'netsuite', '>= 0.4.0'
s.add_dependency 'commander', '~> 4.4.3'
s.add_dependency 'netsuite', '>= 0.7.7'
s.add_dependency 'dotenv'

s.add_development_dependency "bundler", "~> 1.7"
Expand Down

0 comments on commit c7cdf5e

Please sign in to comment.