We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e274fb8 commit c93a5bdCopy full SHA for c93a5bd
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- ruby: ['2.4.x', '2.5.x', '2.6.x']
+ ruby: ['2.6.x']
17
18
steps:
19
- name: Checkout
@@ -26,8 +26,7 @@ jobs:
26
27
- name: Update System
28
run: |
29
- gem update --system
30
- gem update bundler --quiet
+ gem update --system --no-document
31
32
- name: Bundle install for Annotate models
33
spec/integration/rails_6.0.2.1/Gemfile
@@ -1,6 +1,8 @@
1
source 'https://rubygems.org'
2
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
4
+ruby '2.6.5'
5
+
6
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7
gem 'rails', '~> 6.0.2', '>= 6.0.2.1'
8
# Use sqlite3 as the database for Active Record
0 commit comments