mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-06 00:02:18 -04:00
Merge pull request #379 from ahacop/remove-json
Remove json gem dependency
This commit is contained in:
commit
097e185042
@ -9,7 +9,6 @@ rvm:
|
||||
|
||||
gemfile:
|
||||
- gemfiles/default-with-activesupport.gemfile
|
||||
- gemfiles/json.gemfile
|
||||
- gemfiles/yajl.gemfile
|
||||
|
||||
matrix:
|
||||
|
@ -33,7 +33,7 @@ If you want to build the gem from source:
|
||||
== Requirements
|
||||
|
||||
* Ruby 1.9.3 or above.
|
||||
* rest-client, json
|
||||
* rest-client
|
||||
|
||||
== 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.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('shoulda', '~> 3.4.0')
|
||||
|
Loading…
x
Reference in New Issue
Block a user