File tree 4 files changed +4
-11
lines changed
4 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 56
56
- ' 3.2'
57
57
- ' 3.1'
58
58
- ' 3.0'
59
- - ' 2.7'
60
59
- ' head'
61
60
rails :
62
61
- rails_7.1.0
74
73
- rails : rails_7.1.0
75
74
adapter : oracle_enhanced
76
75
77
- - rails : rails_7.1.0
78
- adapter : postgis
79
- ruby : 2.7'
80
-
81
76
steps :
82
77
- name : Checkout
83
78
uses : actions/checkout@v4
@@ -121,9 +116,7 @@ jobs:
121
116
DB_ADAPTER : ${{ matrix.adapter }}
122
117
BUNDLE_GEMFILE : gemfiles/${{ matrix.rails }}.gemfile
123
118
run : |
124
- if [[ "${RUBY_VERSION}" != "2.7" ]]; then
125
- gem install bundler
126
- fi
119
+ gem install bundler
127
120
bundle config path vendor/bundle
128
121
bundle install --jobs 4 --retry 3
129
122
Original file line number Diff line number Diff line change 1
1
AllCops :
2
2
NewCops : enable
3
3
SuggestExtensions : false
4
- TargetRubyVersion : 2.7
4
+ TargetRubyVersion : 3.0
5
5
Exclude :
6
6
- bin/*
7
7
- lib/generators/**/*.rb
Original file line number Diff line number Diff line change 12
12
It's tested against :
13
13
14
14
* Rails: 6.0.6 / 6.1.7 / 7.0.4 / 7.1.0
15
- * Ruby: 2.7 / 3.0 / 3.1 / 3.2 / 3.3
15
+ * Ruby: 3.0 / 3.1 / 3.2 / 3.3
16
16
* Databases: MySQL 8 / SQLite3 / Postgresql 16 / Oracle XE 11.2 (thanks to [ travis-oracle] ( https://github.com/cbandy/travis-oracle ) )
17
17
* Adapters: sqlite / mysql2 / trilogy / postgres / postgis / oracle
18
18
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
'bug_tracker_uri' => 'https://github.com/jbox-web/ajax-datatables-rails/issues' ,
20
20
}
21
21
22
- s . required_ruby_version = '>= 2.7 .0'
22
+ s . required_ruby_version = '>= 3.0 .0'
23
23
24
24
s . files = `git ls-files` . split ( "\n " )
25
25
You can’t perform that action at this time.
0 commit comments