File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 4242 - " 6.1"
4343 - " 7.0"
4444 - " 7.1"
45+ - " 7.2"
4546 sequel :
4647 - " ~> 5.0"
4748 ruby :
7778 rails : " 7.1"
7879 - ruby : " jruby"
7980 rails : " 7.1"
81+ - ruby : " 2.6"
82+ rails : " 7.2"
83+ - ruby : " jruby"
84+ rails : " 7.2"
8085 name : Rails ${{ matrix.rails }}, Sequel ${{ matrix.sequel }}, Ruby ${{ matrix.ruby }}
8186
8287 env :
Original file line number Diff line number Diff line change 1+ source 'https://rubygems.org'
2+
3+ gem 'railties', '~> 7.2.0'
4+ gem 'activemodel', '~> 7.2.0'
5+ gem 'actionpack', '~> 7.2.0'
6+
7+ gemspec :path => '../'
8+
9+ gem 'sequel', "#{ENV['SEQUEL']}"
10+
11+ gem 'fakefs', '>= 1.8.0', :require => 'fakefs/safe'
12+
13+ gem 'rspec-rails', '~> 5.0'
14+
15+ # MRI/Rubinius Adapter Dependencies
16+ platform :ruby do
17+ gem 'pg'
18+ gem 'mysql2'
19+ gem 'sqlite3'
20+ end
21+
22+ # JRuby Adapter Dependencies
23+ platform :jruby do
24+ gem 'jdbc-sqlite3'
25+ gem 'jdbc-mysql'
26+ gem 'jdbc-postgres'
27+ end
You can’t perform that action at this time.
0 commit comments