We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9141786 commit c20ae3dCopy full SHA for c20ae3d
Gemfile
@@ -3,7 +3,6 @@ source "https://rubygems.org"
3
gemspec
4
5
gem 'rake'
6
-gem 'appraisal'
7
8
gem "activesupport"
9
gem 'addressable', '~> 2.2'
json_api_client.gemspec
@@ -20,6 +20,7 @@ Gem::Specification.new do |s|
20
21
s.add_development_dependency "webmock", '~> 3.5.1'
22
s.add_development_dependency "mocha"
23
+ s.add_development_dependency "appraisal"
24
25
s.license = "MIT"
26
0 commit comments