Skip to content

Commit

Permalink
Fix linter issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerluan committed Feb 12, 2023
1 parent d019943 commit 3a1f705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arkana.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Gem::Specification.new do |spec|
spec.executables = ["arkana"]
spec.require_paths = ["lib"]

spec.add_dependency "rainbow", "~> 3.1.1"
spec.add_dependency "dotenv", "~> 2.7"
spec.add_dependency "rainbow", "~> 3.1.1"
spec.add_dependency "yaml", "~> 0.2"

# For more information and examples about making a new gem, check out our guide at: https://bundler.io/guides/creating_gem.html
Expand Down

0 comments on commit 3a1f705

Please sign in to comment.