8000 Bump the rest of places to ruby 2.7 · venkata-qa/demo.activeadmin.info@5042117 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5042117

Browse files
Bump the rest of places to ruby 2.7
1 parent 7560286 commit 5042117

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Ruby
3838
uses: ruby/setup-ruby@v1
3939
with:
40-
ruby-version: 2.6.5
40+
ruby-version: 2.7.2
4141
bundler-cache: true
4242

4343
- name: Setup database

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require:
77
AllCops:
88
DisabledByDefault: true
99

10-
TargetRubyVersion: 2.6
10+
TargetRubyVersion: 2.7
1111
TargetRailsVersion: 6.0
1212

1313
Exclude:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ http://demo.activeadmin.info
88

99
## Local development setup
1010

11-
Dependencies: Ruby 2.6+ and PostgreSQL
11+
Dependencies: Ruby 2.7+ and PostgreSQL
1212

1313
* Clone project using Git
1414
* Run `bundle install`

0 commit comments

Comments
 (0)
0