зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-08-28 15:36:17 +03:00
- Add Appraisal gem for managing multiple test gemfiles - Create test matrix for Rails 6.1-8.0 and ActiveAdmin 2.9-4.x - Consolidate multiple workflow files into single ci.yml - Use matrix strategy to test across Ruby 3.0-3.3 - Remove deprecated individual workflow files - Add gemfiles/ to gitignore as they're generated - Improve backward compatibility support
18 строки
229 B
Plaintext
18 строки
229 B
Plaintext
*.gem
|
|
*.orig
|
|
|
|
/.rspec_failures
|
|
/.rubocop-*
|
|
/Gemfile.lock
|
|
|
|
/_misc/
|
|
/coverage/
|
|
/spec/dummy/db/*.sqlite3*
|
|
/spec/dummy/db/schema-dev.rb
|
|
/spec/dummy/log/
|
|
/spec/dummy/storage/
|
|
/spec/dummy/tmp/
|
|
tmp/
|
|
/spec/dummy/node_modules/
|
|
/gemfiles/
|