Skip to content

Commit c93a5bd

Browse files
committed
Add ruby version
1 parent e274fb8 commit c93a5bd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
ruby: ['2.4.x', '2.5.x', '2.6.x']
16+
ruby: ['2.6.x']
1717

1818
steps:
1919
- name: Checkout
@@ -26,8 +26,7 @@ jobs:
2626

2727
- name: Update System
2828
run: |
29-
gem update --system
30-
gem update bundler --quiet
29+
gem update --system --no-document
3130
3231
- name: Bundle install for Annotate models
3332
run: |

spec/integration/rails_6.0.2.1/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4+
ruby '2.6.5'
5+
46
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
57
gem 'rails', '~> 6.0.2', '>= 6.0.2.1'
68
# Use sqlite3 as the database for Active Record

0 commit comments

Comments
 (0)