mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-10 22:52:37 +01:00
Merge pull request #2467 from TracksApp/test_on_all_supported
Run tests on all supported platforms
This commit is contained in:
commit
d99361bb3f
20 changed files with 262 additions and 22 deletions
2
Gemfile
2
Gemfile
|
|
@ -24,6 +24,7 @@ gem 'jquery-ui-rails' , '~>6.0.1'
|
|||
# Alternatively use --without <group> arguments to bundler to not install that group
|
||||
gem "sqlite3", group: :sqlite
|
||||
gem "mysql2", "~> 0.5.3", group: :mysql
|
||||
gem "pg", "~> 1.2.3", group: :postgresql
|
||||
|
||||
gem "RedCloth"
|
||||
gem "sanitize", "~> 5.2"
|
||||
|
|
@ -70,7 +71,6 @@ group :test do
|
|||
gem 'rails-controller-testing'
|
||||
gem 'rails-dom-testing', '~> 2.0.0'
|
||||
|
||||
|
||||
gem "factory_bot_rails"
|
||||
gem "rspec-expectations"
|
||||
gem "database_cleaner"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue