Skip to content

Commit

Permalink
Remove JSON dependency
Browse files Browse the repository at this point in the history
All Ruby versions >= 1.9.3 include the JSON gem in the standard library, so this requirement is redundant. See rails/rails#23453

Also: Ruby 2.4 will be bundled with a ~> 2.0 version of JSON for compatibility with the unification of Fixnum and Bignum into Integer.
  • Loading branch information
bdewater authored Jul 4, 2016
1 parent 7147425 commit c209aac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mollie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ spec = Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9.3'

s.add_dependency('rest-client', '~> 1.8')
s.add_dependency('json', '~> 1.8')

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- test/*`.split("\n")
Expand Down

0 comments on commit c209aac

Please sign in to comment.