mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-22 00:05:58 -05:00
Remove json gem dependency
All required rubies include JSON as part of the stdlib.
This commit is contained in:
parent
9b1315d08c
commit
c0ef16ad1d
@ -9,7 +9,6 @@ rvm:
|
|||||||
|
|
||||||
gemfile:
|
gemfile:
|
||||||
- gemfiles/default-with-activesupport.gemfile
|
- gemfiles/default-with-activesupport.gemfile
|
||||||
- gemfiles/json.gemfile
|
|
||||||
- gemfiles/yajl.gemfile
|
- gemfiles/yajl.gemfile
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
@ -33,7 +33,7 @@ If you want to build the gem from source:
|
|||||||
== Requirements
|
== Requirements
|
||||||
|
|
||||||
* Ruby 1.9.3 or above.
|
* Ruby 1.9.3 or above.
|
||||||
* rest-client, json
|
* rest-client
|
||||||
|
|
||||||
== Bundler
|
== Bundler
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
source "https://rubygems.org"
|
|
||||||
gemspec :path => File.join(File.dirname(__FILE__), "..")
|
|
||||||
|
|
||||||
gem 'activesupport'
|
|
||||||
gem 'json'
|
|
||||||
@ -14,7 +14,6 @@ spec = Gem::Specification.new do |s|
|
|||||||
s.license = 'MIT'
|
s.license = 'MIT'
|
||||||
|
|
||||||
s.add_dependency('rest-client', '~> 1.4')
|
s.add_dependency('rest-client', '~> 1.4')
|
||||||
s.add_dependency('json', '~> 1.8.1')
|
|
||||||
|
|
||||||
s.add_development_dependency('mocha', '~> 0.13.2')
|
s.add_development_dependency('mocha', '~> 0.13.2')
|
||||||
s.add_development_dependency('shoulda', '~> 3.4.0')
|
s.add_development_dependency('shoulda', '~> 3.4.0')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user