File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,13 @@ group :odbc do
4848 gem 'ruby-odbc'
4949end
5050
51- group :development do
52- gem 'guard'
53- gem 'guard-minitest'
51+ group :test do
5452 gem 'mocha'
5553 gem 'minitest' , '< 5.3.4' # PENDING: [Rails5.x] Remove test order constraint.
5654 gem 'minitest-spec-rails'
5755end
56+
57+ group :guard do
58+ gem 'guard'
59+ gem 'guard-minitest'
60+ end
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ install:
1111 - ps : Update-AppveyorBuild -Version "$(Get-Content $env:appveyor_build_folder\VERSION).$env:appveyor_build_number"
1212 - ruby --version
1313 - gem --version
14- - bundle install --without odbc
14+ - bundle install --without odbc guard
1515build : off
1616test_script :
1717 - powershell -File "%APPVEYOR_BUILD_FOLDER%\test\appveyor\dbsetup.ps1"
You can’t perform that action at this time.
0 commit comments