Skip to content

Commit

Permalink
Update Ruby to 2.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Feb 22, 2023
1 parent a9b632d commit 1feae6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6.5'
ruby-version: '2.6.10'
bundler-cache: true
- name: Run specs
run: bundle exec rake spec
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

ruby '2.6.5'
ruby '2.6.10'

gem 'haml', '~> 6.1'
gem 'iso-639', '~> 0.3.6'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ DEPENDENCIES
yard (~> 0.9.28)

RUBY VERSION
ruby 2.6.5p114
ruby 2.6.10p210

BUNDLED WITH
1.17.3

0 comments on commit 1feae6c

Please sign in to comment.