Skip to content

Commit

Permalink
feat(dev): add 3.4.0-preview2 to GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenno committed Nov 21, 2024
1 parent f2eb062 commit 42bd10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4.0-preview2'

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions human_languages.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

# Uncomment to register a new dependency of your gem
# spec.add_dependency "example-gem", "~> 1.0"
spec.add_dependency('csv', '~> 3.0') if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.3')

# 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 42bd10c

Please sign in to comment.