File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,16 @@ gemfile:
42
42
- gemfiles/Gemfile.activerecord-5.0
43
43
- gemfiles/Gemfile.activerecord-5.1
44
44
- gemfiles/Gemfile.activerecord-5.2
45
+ - gemfiles/Gemfile.activerecord-6.0
45
46
46
47
matrix :
48
+ exclude :
49
+ - gemfile : gemfiles/Gemfile.activerecord-6.0
50
+ rvm : 2.4.6
51
+ - gemfile : gemfiles/Gemfile.activerecord-6.0
52
+ rvm : 2.3.8
53
+ - gemfile : gemfiles/Gemfile.activerecord-6.0
54
+ rvm : 2.2.10
47
55
allow_failures :
48
56
- rvm : ruby-head
49
57
- 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.0.0.rc1'
14
+ gem 'activerecord-oracle_enhanced-adapter', '~>6.0.0.rc1'
15
+ gem 'simplecov', '>= 0'
16
+ end
17
+
18
+ platforms :ruby, :mswin, :mingw do
19
+ gem 'ruby-oci8', '~> 2.1'
20
+ end
21
+ end
You can’t perform that action at this time.
0 commit comments