Skip to content

Commit

Permalink
Fix build script to use latest ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmreis committed Jul 13, 2021
1 parent 2b75a96 commit b4315e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.6
ruby-version: 2.6.8

- uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ source 'https://rubygems.org'
gemspec

gem 'rake', '~> 12.0'
gem 'rspec', '~> 3.0'
gem 'redis', github: 'vavato-be/redis-rb'
gem 'rspec', '~> 3.0'

0 comments on commit b4315e4

Please sign in to comment.