We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2eb062 commit 5d6ac7bCopy full SHA for 5d6ac7b
.github/workflows/main.yml
@@ -18,6 +18,7 @@ jobs:
18
- '3.1'
19
- '3.2'
20
- '3.3'
21
+ - '3.4.0-preview2'
22
23
steps:
24
- uses: actions/checkout@v4
human_languages.gemspec
@@ -33,8 +33,7 @@ Gem::Specification.new do |spec|
33
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
34
spec.require_paths = ['lib']
35
36
- # Uncomment to register a new dependency of your gem
37
- # spec.add_dependency "example-gem", "~> 1.0"
+ spec.add_dependency('csv', '~> 3.0')
38
39
# For more information and examples about making a new gem, check out our
40
# guide at: https://bundler.io/guides/creating_gem.html
0 commit comments