Skip to content

Commit

Permalink
Use attr_required 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfleeton committed Apr 19, 2017
1 parent d0e61b9 commit e4a7e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ianfleeton-paypal-express.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.add_dependency 'activesupport', '>= 2.3', '< 6'
s.add_dependency 'rest-client', '~> 2.0'
s.add_dependency 'attr_required', '~> 0.0', '>= 0.0.5'
s.add_dependency 'attr_required', '~> 1.0'
s.add_development_dependency 'rake', '~> 12.0', '>= 12.0.0'
s.add_development_dependency 'simplecov', '~> 0'
s.add_development_dependency 'rspec', '~> 3.5', '>= 3.5.0'
Expand Down

0 comments on commit e4a7e9d

Please sign in to comment.