File tree Expand file tree Collapse file tree 3 files changed +46
-11
lines changed
Expand file tree Collapse file tree 3 files changed +46
-11
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,12 @@ install:
3232
3333language : ruby
3434rvm :
35- - 2.6.3
36- - 2.5.5
37- - 2.4.6
35+ - 2.7.3
36+ - 2.6.7
37+ - 2.5.9
38+ - 2.4.10
3839 - 2.3.8
39- - jruby-9.2.7 .0
40+ - jruby-9.2.17 .0
4041 - ruby-head
4142 - jruby-head
4243
@@ -46,22 +47,35 @@ gemfile:
4647 - gemfiles/Gemfile.activerecord-5.1
4748 - gemfiles/Gemfile.activerecord-5.2
4849 - gemfiles/Gemfile.activerecord-6.0
49- - gemfiles/Gemfile.activerecord-master
50+ - gemfiles/Gemfile.activerecord-6.1
51+ - gemfiles/Gemfile.activerecord-main
5052
5153matrix :
5254 exclude :
53- - gemfile : gemfiles/Gemfile.activerecord-master
54- rvm : 2.4.6
55- - gemfile : gemfiles/Gemfile.activerecord-master
55+ - gemfile : gemfiles/Gemfile.activerecord-main
56+ rvm : jruby-9.2.17.0
57+ - gemfile : gemfiles/Gemfile.activerecord-main
58+ rvm : 2.6.7
59+ - gemfile : gemfiles/Gemfile.activerecord-main
60+ rvm : 2.5.9
61+ - gemfile : gemfiles/Gemfile.activerecord-main
62+ rvm : 2.4.10
63+ - gemfile : gemfiles/Gemfile.activerecord-main
5664 rvm : 2.3.8
57- - gemfile : gemfiles/Gemfile.activerecord-master
65+ - gemfile : gemfiles/Gemfile.activerecord-main
5866 rvm : 2.2.10
5967 - gemfile : gemfiles/Gemfile.activerecord-6.0
60- rvm : 2.4.6
68+ rvm : 2.4.10
6169 - gemfile : gemfiles/Gemfile.activerecord-6.0
6270 rvm : 2.3.8
6371 - gemfile : gemfiles/Gemfile.activerecord-6.0
6472 rvm : 2.2.10
73+ - gemfile : gemfiles/Gemfile.activerecord-6.1
74+ rvm : 2.4.10
75+ - gemfile : gemfiles/Gemfile.activerecord-6.1
76+ rvm : 2.3.8
77+ - gemfile : gemfiles/Gemfile.activerecord-6.1
78+ rvm : 2.2.10
6579 allow_failures :
6680 - rvm : ruby-head
6781 - rvm : jruby-head
Original file line number Diff line number Diff line change 1+ source 'http://rubygems.org'
2+
3+ group :development do
4+ gem 'juwelier', '~> 2.0'
5+ gem 'rspec_junit_formatter'
6+ end
7+
8+ group :test, :development do
9+ gem 'rake', '>= 10.0'
10+ gem 'rspec', '~> 3.1'
11+
12+ unless ENV['NO_ACTIVERECORD']
13+ gem 'activerecord', '~> 6.1.0'
14+ gem 'activerecord-oracle_enhanced-adapter', '~>6.1.0'
15+ gem 'simplecov', '>= 0'
16+ end
17+
18+ platforms :ruby, :mswin, :mingw do
19+ gem 'ruby-oci8', '~> 2.1'
20+ end
21+ end
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ group :test, :development do
1010 gem 'rspec', '~> 3.1'
1111
1212 unless ENV['NO_ACTIVERECORD']
13- gem 'activerecord', github: 'rails/rails', branch: 'master '
13+ gem 'activerecord', github: 'rails/rails', branch: 'main '
1414 gem 'activerecord-oracle_enhanced-adapter', github: 'rsim/oracle-enhanced', branch: 'master'
1515 gem 'simplecov', '>= 0'
1616 end
You can’t perform that action at this time.
0 commit comments