Skip to content

Commit

Permalink
Appraisal doesn't seem to be used for anything
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Feb 10, 2017
1 parent b03d951 commit 75220d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions Gemfile.lock
Expand Up @@ -8,10 +8,6 @@ PATH
GEM
remote: https://rubygems.org/
specs:
appraisal (1.0.0)
bundler
rake
thor (>= 0.14.0)
bump (0.5.0)
byebug (9.0.6)
luhn_checksum (0.1.1)
Expand All @@ -20,14 +16,12 @@ GEM
minitest-rg (5.1.0)
minitest (~> 5.0)
rake (10.3.1)
thor (0.19.1)
tracking_number (0.10.2)

PLATFORMS
ruby

DEPENDENCIES
appraisal
bump
bundler
byebug
Expand Down
2 changes: 1 addition & 1 deletion credit_card_sanitizer.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new 'credit_card_sanitizer', '0.6.1' do |gem|
gem.homepage = 'https://github.com/zendesk/credit_card_sanitizer'
gem.license = 'Apache License Version 2.0'
gem.files = `git ls-files lib`.split($\)
gem.add_development_dependency('appraisal')

gem.add_development_dependency('rake')
gem.add_development_dependency('bundler')
gem.add_development_dependency('luhnacy')
Expand Down

0 comments on commit 75220d0

Please sign in to comment.