Skip to content

Commit

Permalink
Allow json >= 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdennes committed Jan 14, 2017
1 parent bbc5992 commit 79a33db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion createsend.gemspec
Expand Up @@ -4,7 +4,7 @@ require 'bundler/version'
require File.expand_path('lib/createsend/version')

Gem::Specification.new do |s|
s.add_runtime_dependency 'json', '>= 1.0', '< 2.1'
s.add_runtime_dependency 'json', '>= 1.0'
s.add_runtime_dependency 'hashie', '~> 3.0'
s.add_runtime_dependency 'httparty', '~> 0.10'
s.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit 79a33db

Please sign in to comment.