mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
CI against rails 6.0 stable release
This commit is contained in:
parent
16c0d83c69
commit
8d4670ce00
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'railties', '~> 6.0.0.rc2'
|
||||
gem 'activerecord', '~> 6.0.0.rc2', require: 'active_record'
|
||||
gem 'actionview', '~> 6.0.0.rc2', require: 'action_view'
|
||||
gem 'railties', '~> 6.0.0'
|
||||
gem 'activerecord', '~> 6.0.0', require: 'active_record'
|
||||
gem 'actionview', '~> 6.0.0', require: 'action_view'
|
||||
|
||||
gem 'selenium-webdriver'
|
||||
|
||||
|
|
Loading…
Reference in a new issue