Skip to content

Commit

Permalink
Upgrade dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-harvey committed Aug 28, 2024
1 parent f7b3fa5 commit fdd3152
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ jobs:
matrix:
ruby-version: [
'3.1.4',
'3.2.3',
'3.3.0',
'3.2.5',
'3.3.4',
]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
uses: ruby/setup-ruby@v1 # Was: uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
with:
ruby-version: ${{ matrix.ruby-version }}
bundler: 2.4.14
bundler: 2.5.18
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rspec
Expand Down
6 changes: 3 additions & 3 deletions tabulo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "tty-screen", "0.8.2"
spec.add_runtime_dependency "unicode-display_width", "~> 2.5"

spec.add_development_dependency "bundler", "~> 2.4"
spec.add_development_dependency "rake", "~> 13.0.6"
spec.add_development_dependency "rspec", "~> 3.11"
spec.add_development_dependency "bundler", "~> 2.5"
spec.add_development_dependency "rake", "~> 13.2.1"
spec.add_development_dependency "rspec", "~> 3.13"
spec.add_development_dependency "simplecov"
spec.add_development_dependency "simplecov-lcov"
spec.add_development_dependency "yard"
Expand Down

0 comments on commit fdd3152

Please sign in to comment.