Skip to content

Commit

Permalink
rubocop again
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulAsjes committed Aug 27, 2024
1 parent b84ccd9 commit a77a08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workos.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_dependency 'jwt', '~> 2.8'
spec.add_dependency 'encryptor', '~> 3.0'
spec.add_dependency 'jwt', '~> 2.8'

spec.add_development_dependency 'bundler', '>= 2.0.1'
spec.add_development_dependency 'rspec', '~> 3.9.0'
Expand Down

0 comments on commit a77a08f

Please sign in to comment.