Merge pull request #379 from ahacop/remove-json

Remove json gem dependency
This commit is contained in:
Brandur 2016-02-09 12:04:33 -08:00
commit 097e185042
4 changed files with 1 additions and 8 deletions

View File

@ -9,7 +9,6 @@ rvm:
gemfile:
- gemfiles/default-with-activesupport.gemfile
- gemfiles/json.gemfile
- gemfiles/yajl.gemfile
matrix:

View File

@ -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

View File

@ -1,5 +0,0 @@
source "https://rubygems.org"
gemspec :path => File.join(File.dirname(__FILE__), "..")
gem 'activesupport'
gem 'json'

View File

@ -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')