Skip to content

Commit 4330ba4

Browse files
committed
fixup! Attempt to set up Github for ease of development
1 parent ca5bba1 commit 4330ba4

File tree

3 files changed

+151
-100
lines changed

3 files changed

+151
-100
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: ['2.7']
17+
ruby: ['2.7.6']
1818

1919
steps:
2020
- name: Checkout

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '>= 2.7.4'
3+
ruby '>= 2.7.6'
44

55
gem 'activerecord', '>= 4.2.5', '< 6', require: false
66
gem 'rake', '>= 13.0.6'

0 commit comments

Comments
 (0)